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

11 lines
175 B
Zig

.{
.tags = .{.stone, .mineable},
.blockHealth = 15,
.drops = .{
.{.items = .{.auto}},
},
.emittedLight = 0x884928,
.model = "cubyz:cube",
.texture = "cubyz:magma",
}