mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
35 lines
602 B
Zig
35 lines
602 B
Zig
.{
|
|
.tags = .{.stone, .marble},
|
|
.blockHealth = 28,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.item = .{
|
|
.material = .{
|
|
.density = 2.6,
|
|
.elasticity = 0.0,
|
|
.hardness = 4.0,
|
|
.textureRoughness = 1.0,
|
|
.colors = .{
|
|
0xffA89B94, 0xffC9C0BB, 0xffECE9E3, 0xffFBF8F1, 0xffECE9E3,
|
|
},
|
|
.modifiers = .{
|
|
.{
|
|
.id = "good_at",
|
|
.strength = 0.5,
|
|
.tag = .marble,
|
|
.restriction = .{
|
|
.id = .encased,
|
|
.tag = .precious,
|
|
.amount = 2,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
.allowOres = true,
|
|
.rotation = .stairs,
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:marble",
|
|
}
|