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

* Add big mushroom blocks, tweak mushrooms to match * Add mushroom branches, make glimmergill cap emissive, add recipes, material vals * Tweak blockHealth
11 lines
165 B
Zig
11 lines
165 B
Zig
.{
|
|
.tags = .{.wood},
|
|
.blockHealth = 4,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.rotation = .log,
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:glimmergill_stem",
|
|
}
|