mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 19:28:49 -04:00
Cobblestone!
This commit is contained in:
parent
9d1e4005b8
commit
ba3091ff23
@ -3,7 +3,7 @@
|
||||
.blockHealth = 25,
|
||||
.breakingPower = 1,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:cobblestone"}},
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.item = .{
|
||||
.material = .{
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user