Modpack-1.12.2/config/oreveins/ore_veins.json
SwitchyJuice 8c5f469cc3 Massive Changes KEK
- Added a lots of mods
- Tweaked 2 biomes
- Started working on ore veins (tweaked 3 ore veins)
-Updated configs
2022-11-05 23:32:30 +01:00

50 lines
No EOL
959 B
JSON

{
"copper_ore": {
"type": "cluster",
"ore": {
"block": "thermalfoundation:ore",
"meta": 0
},
"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
},
"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": "minecraft:gold_ore",
"ignore_vegatation": false,
"ignore_liquids": true,
"rarity": 24
},
"rarity": 170,
"min_y": 20,
"max_y": 40,
"density": 70,
"vertical_size": 14,
"horizontal_size": 10
}
}