mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
19 lines
347 B
Zig
19 lines
347 B
Zig
.{
|
|
.class = .leaf,
|
|
.blockHealth = 1,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.degradable = true,
|
|
.collide = false,
|
|
.alwaysViewThrough = true,
|
|
.absorbedLight = 0x000000,
|
|
.model = "cubyz:plane",
|
|
.rotation = .carpet,
|
|
.texture = "cubyz:yellow_leaf_pile",
|
|
.item= .{
|
|
.texture = "yellow_leaf_pile.png",
|
|
},
|
|
.lodReplacement = "cubyz:air",
|
|
}
|