Cubyz/assets/cubyz/blocks/lily_pad.zig.zon

19 lines
358 B
Zig

.{
.tags = .{.cuttable},
.blockHealth = 0.2,
.drops = .{
.{.items = .{.auto}},
},
.degradable = true,
.alwaysViewThrough = true,
.absorbedLight = 0x121012,
.model = "cubyz:plane",
.rotation = "cubyz:planar",
.texture = "cubyz:lily_pad",
.item = .{
.texture = "lily_pad.png",
.tags = .{.fluidPlaceable},
},
.lodReplacement = "cubyz:air",
}