mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
25 lines
503 B
Zig
25 lines
503 B
Zig
.{
|
|
.tags = .{.wood},
|
|
.blockHealth = 0.2,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.replacable = true,
|
|
.degradable = true,
|
|
.viewThrough = true,
|
|
.absorbedLight = 0x010101,
|
|
.collide = false,
|
|
.rotation = .torch,
|
|
.model = .{
|
|
.base = "cubyz:toadstool/floor",
|
|
.side = "cubyz:toadstool/shelf",
|
|
},
|
|
.texture = "cubyz:toadstool_side",
|
|
.texture_top = "cubyz:toadstool_top",
|
|
.texture_bottom = "cubyz:toadstool_bottom",
|
|
.item = .{
|
|
.texture = "toadstool.png",
|
|
},
|
|
.lodReplacement = "cubyz:air",
|
|
}
|