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>
19 lines
341 B
Zig
19 lines
341 B
Zig
.{
|
|
.tags = .{.leaf},
|
|
.blockHealth = 0.2,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.degradable = true,
|
|
.collide = false,
|
|
.alwaysViewThrough = true,
|
|
.absorbedLight = 0x121012,
|
|
.model = "cubyz:plane",
|
|
.rotation = "cubyz:carpet",
|
|
.texture = "cubyz:daisies",
|
|
.item = .{
|
|
.texture = "daisies.png",
|
|
},
|
|
.lodReplacement = "cubyz:air",
|
|
}
|