Cubyz/assets/cubyz/blocks/sulfur_block.zig.zon
Carrie 871b635cae
Sulfur ore, block, and torches (#1287)
* Sulfur ore, block, and torches

* Tweak block health

* Add material values, brighten sulfur block
2025-04-13 16:45:05 +02:00

12 lines
189 B
Zig

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