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

Related to: #1507 closes #1533 I'm pretty sure that the rest of the moving into a comptime mod interface can be done in a future pr --------- Co-authored-by: Krzysztof Wiśniewski <argmaster.world@gmail.com>
31 lines
678 B
Zig
31 lines
678 B
Zig
.{
|
|
.tags = .{.wood},
|
|
.blockHealth = 2.5,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.absorbedLight = 0x202830,
|
|
.rotation = "cubyz:branch",
|
|
.model = .{
|
|
.radius = 4,
|
|
},
|
|
.texture0 = "cubyz:branch/cactus/dot",
|
|
.texture1 = "cubyz:branch/cactus/half_line",
|
|
.texture2 = "cubyz:branch/cactus/line",
|
|
.texture3 = "cubyz:branch/cactus/bend",
|
|
.texture4 = "cubyz:branch/cactus/intersection",
|
|
.texture5 = "cubyz:branch/cactus/cross",
|
|
.item = .{
|
|
.material = .{
|
|
.density = 0.8,
|
|
.elasticity = 3.0,
|
|
.hardness = 1.5,
|
|
.textureRoughness = 0.7,
|
|
.colors = .{
|
|
0xff4f6923, 0xff687630, 0xff74842d, 0xff879b2e, 0xff74842d,
|
|
},
|
|
},
|
|
.texture = "cactus_arm.png",
|
|
},
|
|
}
|