From ccbd0259c397363be16eda0d4487c1fb37544040 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sun, 13 Nov 2022 17:31:09 +0100 Subject: [PATCH] fixup ore_veins.json file it contained wrong metadata values, also changed some names, also updated boron entry Co-authored-by: SwitchyJuice --- config/oreveins/ore_veins.json | 24 ++++++++++++------------ index.toml | 2 +- pack.toml | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/config/oreveins/ore_veins.json b/config/oreveins/ore_veins.json index 8d09d6b..314a813 100644 --- a/config/oreveins/ore_veins.json +++ b/config/oreveins/ore_veins.json @@ -242,24 +242,24 @@ "type": "cluster", "ore": { "block": "nuclearcraft:ore", - "meta": 7 + "meta": 5 }, "stone": "minecraft:stone", "indicator": { "blocks": { "block": "nuclearcraft:ore", - "meta": 7 + "meta": 5 }, "ignore_vegatation": false, "ignore_liquids": true, "rarity": 24 }, - "rarity": 255, + "rarity": 280, "min_y": 5, - "max_y": 45, - "density": 65, - "vertical_size": 12, - "horizontal_size": 9 + "max_y": 25, + "density": 55, + "vertical_size": 11, + "horizontal_size": 7 }, "lithium_ore": { @@ -369,7 +369,7 @@ "horizontal_size": 6 }, - "lapislazuli_ore": { + "lapis_ore": { "type": "cluster", "ore": { "block": "minecraft:lapis_ore" @@ -510,13 +510,13 @@ "type": "cluster", "ore": { "block": "biomesoplenty:gem_ore", - "meta": 2 + "meta": 7 }, "stone": "minecraft:stone", "indicator": { "blocks": { "block": "biomesoplenty:gem_ore", - "meta": 2 + "meta": 7 }, "ignore_vegatation": false, "ignore_liquids": true, @@ -562,7 +562,7 @@ "indicator": { "blocks": { "block": "biomesoplenty:gem_ore", - "meta": 3 + "meta": 2 }, "ignore_vegatation": false, "ignore_liquids": true, @@ -622,7 +622,7 @@ "horizontal_size": 4 }, - "Certuz_quarz_ore": { + "certus_quartz_ore": { "type": "cluster", "ore": [{ "block": "appliedenergistics2:quartz_ore", diff --git a/index.toml b/index.toml index ba3fd98..17af29d 100644 --- a/index.toml +++ b/index.toml @@ -1146,7 +1146,7 @@ hash = "5046cde3673ccd62ba2209aaab9a917b3e1b0da7f521477e89f68bdba1648187" [[files]] file = "config/oreveins/ore_veins.json" -hash = "902bbc0437f614c8251a280a9960e4d6d52b7fad0f155bafaf838dcacbb2eb72" +hash = "a8c9789bff4ded56851059a429814250a48b7636e74fe740365e61f57a710590" [[files]] file = "config/sereneseasons/biome_info.json" diff --git a/pack.toml b/pack.toml index d2dc890..3d2608b 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "e87241e8996c4ec0f34c2bf0ab46d0b994a591af4592c2106b98b5886a26be5d" +hash = "b5060bd22fa052dba2eb881c4b2208fe5b2e671841901887f489a672a69ad743" [versions] forge = "14.23.5.2860"