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
679 B
Zig
31 lines
679 B
Zig
.{
|
|
.tags = .{.wood},
|
|
.blockHealth = 2,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.absorbedLight = 0x202830,
|
|
.rotation = "cubyz:branch",
|
|
.model = .{
|
|
.radius = 4,
|
|
},
|
|
.texture0 = "cubyz:branch/bolete/dot",
|
|
.texture1 = "cubyz:branch/bolete/half_line",
|
|
.texture2 = "cubyz:branch/bolete/line",
|
|
.texture3 = "cubyz:branch/bolete/bend",
|
|
.texture4 = "cubyz:branch/bolete/intersection",
|
|
.texture5 = "cubyz:branch/bolete/cross",
|
|
.item = .{
|
|
.material = .{
|
|
.density = 0.6,
|
|
.elasticity = 4.0,
|
|
.hardness = 1.7,
|
|
.textureRoughness = 0.5,
|
|
.colors = .{
|
|
0xff9f7853, 0xffb38e65, 0xffcba275, 0xffe5b885, 0xffe5b885,
|
|
},
|
|
},
|
|
.texture = "branch/bolete.png",
|
|
},
|
|
}
|