mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00

Related to: #1507 closes #1533 I'm pretty sure that the rest of the moving into a comptime mod interface can be done in a future pr --------- Co-authored-by: Krzysztof Wiśniewski <argmaster.world@gmail.com>
22 lines
337 B
Zig
22 lines
337 B
Zig
.{
|
|
.tags = .{.stone},
|
|
.blockHealth = 35,
|
|
.blockResistance = 2,
|
|
.ore = .{
|
|
.veins = 5,
|
|
.size = 15,
|
|
.height = 20,
|
|
.minHeight = -400,
|
|
.density = 0.25,
|
|
},
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.rotation = "cubyz:ore",
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:copper_ore",
|
|
.item = .{
|
|
.texture = "raw_copper.png",
|
|
},
|
|
}
|