Cobblestone!

This commit is contained in:
ikabod-kee 2025-02-08 16:52:22 -05:00 committed by IntegratedQuantum
parent 9d1e4005b8
commit ba3091ff23
2 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@
.blockHealth = 25,
.breakingPower = 1,
.drops = .{
.{.items = .{"cubyz:cobblestone"}},
.{.items = .{.auto}},
},
.item = .{
.material = .{

View File

@ -23,6 +23,10 @@
.inputs = .{"cubyz:glacite"},
.output = "2 cubyz:glacite_wall",
},
.{
.inputs = .{"cubyz:stone"},
.output = "cubyz:cobblestone,
},
.{
.inputs = .{"cubyz:stone"},
.output = "cubyz:stone_tile",