mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
26 lines
518 B
Zig
26 lines
518 B
Zig
.{
|
|
.tags = .{.cuttable},
|
|
.blockHealth = 0.1,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.degradable = true,
|
|
.collide = false,
|
|
.alwaysViewThrough = true,
|
|
.absorbedLight = 0x000000,
|
|
.model = .{
|
|
.model = "cubyz:plane",
|
|
.states = 4,
|
|
},
|
|
.rotation = "cubyz:texture_pile",
|
|
.texture0 = "cubyz:duckweed/0",
|
|
.texture1 = "cubyz:duckweed/1",
|
|
.texture2 = "cubyz:duckweed/2",
|
|
.texture3 = "cubyz:duckweed/3",
|
|
.item = .{
|
|
.texture = "duckweed.png",
|
|
.tags = .{.fluidPlaceable},
|
|
},
|
|
.lodReplacement = "cubyz:air",
|
|
}
|