Massive Changes KEK
- Added a lots of mods - Tweaked 2 biomes - Started working on ore veins (tweaked 3 ore veins) -Updated configs
This commit is contained in:
parent
0fa4d182fd
commit
8c5f469cc3
26 changed files with 1240 additions and 345 deletions
50
config/oreveins/ore_veins.json
Normal file
50
config/oreveins/ore_veins.json
Normal file
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue