Cubyz/assets/cubyz/blocks/uranium_block.zig.zon

12 lines
190 B
Zig

.{
.tags = .{.stone},
.blockHealth = 50,
.blockResistance = 1,
.drops = .{
.{.items = .{.auto}},
},
.rotation = .stairs,
.model = "cubyz:cube",
.texture = "cubyz:uranium_block",
}