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, .blockHealth = 25,
.breakingPower = 1, .breakingPower = 1,
.drops = .{ .drops = .{
.{.items = .{"cubyz:cobblestone"}}, .{.items = .{.auto}},
}, },
.item = .{ .item = .{
.material = .{ .material = .{

View File

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