Cubyz/assets/cubyz/blocks/resin_block.zig.zon
Carrie 900b52a02c
Resin assets (#1383)
* Resin assets

* resin_block = .wood

* Make resin block more frictiony
2025-05-04 12:34:17 +02:00

14 lines
230 B
Zig

.{
.tags = .{.wood},
.blockHealth = 2,
.drops = .{
.{.items = .{.auto}},
},
.transparent = true,
.hasBackFace = true,
.model = "cubyz:cube",
.absorbedLight = 0x30a8cc,
.texture = "cubyz:resin_block",
.friction = 30,
}