mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
31 lines
716 B
Zig
31 lines
716 B
Zig
.{
|
|
.tags = .{.choppable, .cuttable},
|
|
.blockHealth = 2,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.absorbedLight = 0x202830,
|
|
.rotation = "cubyz:branch",
|
|
.model = .{
|
|
.radius = 4,
|
|
},
|
|
.texture0 = "cubyz:branch/toadstool/dot",
|
|
.texture1 = "cubyz:branch/toadstool/half_line",
|
|
.texture2 = "cubyz:branch/toadstool/line",
|
|
.texture3 = "cubyz:branch/toadstool/bend",
|
|
.texture4 = "cubyz:branch/toadstool/intersection",
|
|
.texture5 = "cubyz:branch/toadstool/cross",
|
|
.item = .{
|
|
.material = .{
|
|
.density = 0.7,
|
|
.elasticity = 4.0,
|
|
.hardness = 1.8,
|
|
.textureRoughness = 0.5,
|
|
.colors = .{
|
|
0xffa0876d, 0xffb99f82, 0xffd2b79b, 0xffeed4b4, 0xffeed4b4,
|
|
},
|
|
},
|
|
.texture = "branch/toadstool.png",
|
|
},
|
|
}
|