Modpack-1.12.2/config/oreveins/ore_veins.json
Wroclaw 2d1a2f14e5 Add ore indicators as items placed on the ground
Item placing on the ground is added by Draconic Evolution,
I used a janky way to setblock generated indicator to that tile.
That tile needs nbt so I had to set a block using execute as setblock command,
which is bad, because it spams logs and operators chat
2022-11-13 07:54:48 +01:00

62 lines
No EOL
1.3 KiB
JSON

{
"copper_ore": {
"type": "cluster",
"ore": {
"block": "thermalfoundation:ore",
"meta": 0
},
"indicator": {
"blocks": "contenttweaker:juice/internal/indicator/copper",
"ignore_vegatation": false,
"ignore_liquids": false,
"rarity": 24
},
"stone": "minecraft:stone",
"rarity": 160,
"min_y": 8,
"max_y": 160,
"density": 70,
"vertical_size": 14,
"horizontal_size": 10
},
"apatite": {
"type": "cluster",
"ore": {
"block": "forestry:resources",
"meta": 0
},
"indicator": {
"blocks": "contenttweaker:juice/internal/indicator/apatite",
"ignore_vegatation": false,
"ignore_liquids": false,
"rarity": 24
},
"stone": "minecraft:stone",
"rarity": "100",
"min_y": -10,
"max_y": 0,
"use_relative_y": true,
"density": 30,
"vertical_size": 5,
"horizontal_size": 5
},
"gold_ore": {
"type": "cluster",
"ore": "minecraft:gold_ore",
"stone": "minecraft:stone",
"indicator": {
"blocks": "contenttweaker:juice/internal/indicator/gold",
"ignore_vegatation": false,
"ignore_liquids": false,
"rarity": 24
},
"rarity": 170,
"min_y": 20,
"max_y": 40,
"density": 70,
"vertical_size": 14,
"horizontal_size": 10
}
}