mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
26 lines
553 B
Zig
26 lines
553 B
Zig
.{
|
|
.tags = .{.cuttable},
|
|
.blockHealth = 0.2,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.replacable = true,
|
|
.degradable = true,
|
|
.viewThrough = true,
|
|
.absorbedLight = 0x010101,
|
|
.emittedLight = 0x392862,
|
|
.collide = false,
|
|
.rotation = "cubyz:torch",
|
|
.model = .{
|
|
.base = "cubyz:glimmergill/floor",
|
|
.side = "cubyz:glimmergill/shelf",
|
|
},
|
|
.texture = "cubyz:glimmergill_side",
|
|
.texture_top = "cubyz:glimmergill_top",
|
|
.texture_bottom = "cubyz:glimmergill_bottom",
|
|
.item = .{
|
|
.texture = "glimmergill.png",
|
|
},
|
|
.lodReplacement = "cubyz:air",
|
|
}
|