mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00

* Sulfur ore, block, and torches * Tweak block health * Add material values, brighten sulfur block
12 lines
189 B
Zig
12 lines
189 B
Zig
.{
|
|
.tags = .{.stone},
|
|
.blockHealth = 25,
|
|
.blockResistance = 1,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.rotation = .stairs,
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:sulfur_block",
|
|
}
|