fixup ore_veins.json file
it contained wrong metadata values, also changed some names, also updated boron entry Co-authored-by: SwitchyJuice <konluk2005@gmail.com>
This commit is contained in:
parent
d04a87f5e4
commit
ccbd0259c3
3 changed files with 14 additions and 14 deletions
|
@ -242,24 +242,24 @@
|
||||||
"type": "cluster",
|
"type": "cluster",
|
||||||
"ore": {
|
"ore": {
|
||||||
"block": "nuclearcraft:ore",
|
"block": "nuclearcraft:ore",
|
||||||
"meta": 7
|
"meta": 5
|
||||||
},
|
},
|
||||||
"stone": "minecraft:stone",
|
"stone": "minecraft:stone",
|
||||||
"indicator": {
|
"indicator": {
|
||||||
"blocks": {
|
"blocks": {
|
||||||
"block": "nuclearcraft:ore",
|
"block": "nuclearcraft:ore",
|
||||||
"meta": 7
|
"meta": 5
|
||||||
},
|
},
|
||||||
"ignore_vegatation": false,
|
"ignore_vegatation": false,
|
||||||
"ignore_liquids": true,
|
"ignore_liquids": true,
|
||||||
"rarity": 24
|
"rarity": 24
|
||||||
},
|
},
|
||||||
"rarity": 255,
|
"rarity": 280,
|
||||||
"min_y": 5,
|
"min_y": 5,
|
||||||
"max_y": 45,
|
"max_y": 25,
|
||||||
"density": 65,
|
"density": 55,
|
||||||
"vertical_size": 12,
|
"vertical_size": 11,
|
||||||
"horizontal_size": 9
|
"horizontal_size": 7
|
||||||
},
|
},
|
||||||
|
|
||||||
"lithium_ore": {
|
"lithium_ore": {
|
||||||
|
@ -369,7 +369,7 @@
|
||||||
"horizontal_size": 6
|
"horizontal_size": 6
|
||||||
},
|
},
|
||||||
|
|
||||||
"lapislazuli_ore": {
|
"lapis_ore": {
|
||||||
"type": "cluster",
|
"type": "cluster",
|
||||||
"ore": {
|
"ore": {
|
||||||
"block": "minecraft:lapis_ore"
|
"block": "minecraft:lapis_ore"
|
||||||
|
@ -510,13 +510,13 @@
|
||||||
"type": "cluster",
|
"type": "cluster",
|
||||||
"ore": {
|
"ore": {
|
||||||
"block": "biomesoplenty:gem_ore",
|
"block": "biomesoplenty:gem_ore",
|
||||||
"meta": 2
|
"meta": 7
|
||||||
},
|
},
|
||||||
"stone": "minecraft:stone",
|
"stone": "minecraft:stone",
|
||||||
"indicator": {
|
"indicator": {
|
||||||
"blocks": {
|
"blocks": {
|
||||||
"block": "biomesoplenty:gem_ore",
|
"block": "biomesoplenty:gem_ore",
|
||||||
"meta": 2
|
"meta": 7
|
||||||
},
|
},
|
||||||
"ignore_vegatation": false,
|
"ignore_vegatation": false,
|
||||||
"ignore_liquids": true,
|
"ignore_liquids": true,
|
||||||
|
@ -562,7 +562,7 @@
|
||||||
"indicator": {
|
"indicator": {
|
||||||
"blocks": {
|
"blocks": {
|
||||||
"block": "biomesoplenty:gem_ore",
|
"block": "biomesoplenty:gem_ore",
|
||||||
"meta": 3
|
"meta": 2
|
||||||
},
|
},
|
||||||
"ignore_vegatation": false,
|
"ignore_vegatation": false,
|
||||||
"ignore_liquids": true,
|
"ignore_liquids": true,
|
||||||
|
@ -622,7 +622,7 @@
|
||||||
"horizontal_size": 4
|
"horizontal_size": 4
|
||||||
},
|
},
|
||||||
|
|
||||||
"Certuz_quarz_ore": {
|
"certus_quartz_ore": {
|
||||||
"type": "cluster",
|
"type": "cluster",
|
||||||
"ore": [{
|
"ore": [{
|
||||||
"block": "appliedenergistics2:quartz_ore",
|
"block": "appliedenergistics2:quartz_ore",
|
||||||
|
|
2
index.toml
generated
2
index.toml
generated
|
@ -1146,7 +1146,7 @@ hash = "5046cde3673ccd62ba2209aaab9a917b3e1b0da7f521477e89f68bdba1648187"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/oreveins/ore_veins.json"
|
file = "config/oreveins/ore_veins.json"
|
||||||
hash = "902bbc0437f614c8251a280a9960e4d6d52b7fad0f155bafaf838dcacbb2eb72"
|
hash = "a8c9789bff4ded56851059a429814250a48b7636e74fe740365e61f57a710590"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/sereneseasons/biome_info.json"
|
file = "config/sereneseasons/biome_info.json"
|
||||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "e87241e8996c4ec0f34c2bf0ab46d0b994a591af4592c2106b98b5886a26be5d"
|
hash = "b5060bd22fa052dba2eb881c4b2208fe5b2e671841901887f489a672a69ad743"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "14.23.5.2860"
|
forge = "14.23.5.2860"
|
||||||
|
|
Loading…
Reference in a new issue