Cubyz/assets/cubyz/blocks/branch/leafy/_defaults.zig.zon

13 lines
241 B
Zig

.{
.tags = .{.choppable, .cuttable, .leaf},
.blockHealth = 0.5,
.absorbedLight = 0x202830,
.alwaysViewThrough = true,
.rotation = "cubyz:branch",
.model = .{
.radius = 4,
.shellModel = "cubyz:cube",
.textureSlotOffset = 6,
},
}