mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
36 lines
633 B
Zig
36 lines
633 B
Zig
.{
|
|
.tags = .{.stone, .ferrock},
|
|
.blockHealth = 32.5,
|
|
.blockResistance = 1,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.item = .{
|
|
.material = .{
|
|
.density = 3.25,
|
|
.elasticity = 0.5,
|
|
.hardness = 4.75,
|
|
.textureRoughness = 0.75,
|
|
.colors = .{
|
|
0xff72403C, 0xff905B57, 0xffB77966, 0xffC2846A, 0xffC49B77,
|
|
},
|
|
.modifiers = .{
|
|
.{
|
|
.id = "good_at",
|
|
.strength = 0.5,
|
|
.tag = .ferrock,
|
|
.restriction = .{
|
|
.id = .encased,
|
|
.tag = .precious,
|
|
.amount = 2,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
.allowOres = true,
|
|
.model = "cubyz:cube",
|
|
.rotation = .stairs,
|
|
.texture = "cubyz:ferrock",
|
|
}
|