mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
19 lines
358 B
Zig
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",
|
|
}
|