Files
Astroblock/overrides/config/laser_drill_ores/matteroverdrive_ores.json
Jacob Vinding 1c991e905d Initial
2025-12-27 00:06:47 +01:00

29 lines
527 B
JSON

[
{
"item" : "matteroverdrive:dilithium_ore:0",
"color" : 3,
"rarity" : [
{
"whitelist": "",
"blacklist": "minecraft:hell, minecraft:sky",
"depth_min": 0,
"depth_max": 255,
"weight": 2
}
]
},
{
"item" : "matteroverdrive:tritanium_ore:0",
"color" : 7,
"rarity" : [
{
"whitelist": "",
"blacklist": "minecraft:hell, minecraft:sky",
"depth_min": 0,
"depth_max": 255,
"weight": 2
}
]
}
]