From 2348f141994cd643dd6eb0099879b5eb38c3a089 Mon Sep 17 00:00:00 2001 From: Redeix Date: Sat, 19 Apr 2025 21:56:59 -0500 Subject: [PATCH 01/80] Changed max size for Astikor Carts --- defaultconfigs/tfcastikorcarts-common.toml | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 defaultconfigs/tfcastikorcarts-common.toml diff --git a/defaultconfigs/tfcastikorcarts-common.toml b/defaultconfigs/tfcastikorcarts-common.toml new file mode 100644 index 000000000..f202e1249 --- /dev/null +++ b/defaultconfigs/tfcastikorcarts-common.toml @@ -0,0 +1,45 @@ + +[general] + # + # Max animal size that the animal cart can carry. + #Range: 0.0 ~ 1.7976931348623157E308 + maxAnimalSize = 3.0 + # + # Amount of animals the animal cart can carry. + #Range: > 0 + maxPassengerCount = 2 + # + # The largest (inclusive) size of an item that is allowed in a supply cart. + #Allowed Values: TINY, VERY_SMALL, SMALL, NORMAL, LARGE, VERY_LARGE, HUGE + maxItemSize = "HUGE" + # + # Can the animal cart pick up players by pushing it into them? + canPushIntoPlayers = true + # + # Can the animal cart pick up water animals? + canCarryWaterEntities = true + # + # Pulling distance modifier for carts. Higher => farther/greater break tolerance. + #Range: 4.9E-324 ~ 1.7976931348623157E308 + pullingDistanceModifier = 2.0 + # + # Should the player's average nutrient level and thirst affect the pulling speed of carts? + toggleFoodSpeed = true + # + # A very heavy huge item has a combined weight/size factor of 35, thus if a threshold is 140, then the player can carry 4 items. + # Threshold at which the player carrying a cart will get exhausted. Higher => can carry more. + #Range: 0.0 ~ 1.7976931348623157E308 + exhaustedThreshold = 140.0 + # + # Threshold at which the player carrying a cart will get overburdened. Higher => can carry more. + #Range: 0.0 ~ 1.7976931348623157E308 + overburdenedThreshold = 280.0 + # + # Threshold at which the player carrying a cart will get pinned. Higher => can carry more. + #Range: 0.0 ~ 1.7976931348623157E308 + pinnedThreshold = 420.0 + # + # How big the supply cart inventory should be. + #Allowed Values: SIZE_0, SIZE_1, SIZE_2, SIZE_3, SIZE_4, SIZE_5, SIZE_6, SIZE_7, SIZE_8, SIZE_9, SIZE_10, SIZE_11, SIZE_12, SIZE_13 + supplyCartInventorySize = "SIZE_6" + From 60beec762d4275d5f01e04c9a02923e870ee68f0 Mon Sep 17 00:00:00 2001 From: Redeix Date: Sat, 19 Apr 2025 22:07:09 -0500 Subject: [PATCH 02/80] Updated Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0535a771f..2b4045ff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Unreleased] ### Changes +- Increased Astikor Carts item size limit. ## [0.9.1] - 18.04.2025 ### Changes From ee55e713b1222cd19f9a27d46ad745d15e5ed00f Mon Sep 17 00:00:00 2001 From: Redeix Date: Fri, 25 Apr 2025 01:38:06 -0500 Subject: [PATCH 03/80] - Added support for armor trims + new materials - Added fishing nets - Added more cloth alternatives --- CHANGELOG.md | 8 +- .../assets/minecraft/atlases/armor_trims.json | 92 + kubejs/assets/minecraft/atlases/blocks.json | 68 + kubejs/assets/tfc/lang/en_us.json | 5268 +++++++++-------- .../color_palettes/trims/almandine_tfc.png | Bin 0 -> 119 bytes .../color_palettes/trims/amethyst_tfc.png | Bin 0 -> 122 bytes .../color_palettes/trims/andradite_tfc.png | Bin 0 -> 120 bytes .../color_palettes/trims/apatite_tfc.png | Bin 0 -> 119 bytes .../color_palettes/trims/bismuth_tfc.png | Bin 0 -> 120 bytes .../color_palettes/trims/blue_topaz_tfc.png | Bin 0 -> 117 bytes .../trims/certus_quartz_tfc.png | Bin 0 -> 120 bytes .../color_palettes/trims/cinnabar_tfc.png | Bin 0 -> 119 bytes .../color_palettes/trims/coal_tfc.png | Bin 0 -> 118 bytes .../color_palettes/trims/coke_tfc.png | Bin 0 -> 118 bytes .../color_palettes/trims/diamond_tfc.png | Bin 0 -> 119 bytes .../color_palettes/trims/echo_shard_tfc.png | Bin 0 -> 110 bytes .../color_palettes/trims/emerald_tfc.png | Bin 0 -> 120 bytes .../color_palettes/trims/fluix_tfc.png | Bin 0 -> 122 bytes .../color_palettes/trims/glass_tfc.png | Bin 0 -> 114 bytes .../color_palettes/trims/gold_tfc.png | Bin 0 -> 119 bytes .../trims/green_sapphire_tfc.png | Bin 0 -> 122 bytes .../color_palettes/trims/grossular_tfc.png | Bin 0 -> 122 bytes .../color_palettes/trims/lapis_tfc.png | Bin 0 -> 122 bytes .../color_palettes/trims/lazurite_tfc.png | Bin 0 -> 120 bytes .../color_palettes/trims/malachite_tfc.png | Bin 0 -> 116 bytes .../color_palettes/trims/monazite_tfc.png | Bin 0 -> 122 bytes .../trims/nether_quartz_tfc.png | Bin 0 -> 117 bytes .../color_palettes/trims/neutronium_tfc.png | Bin 0 -> 122 bytes .../color_palettes/trims/nickel_tfc.png | Bin 0 -> 116 bytes .../color_palettes/trims/olivine_tfc.png | Bin 0 -> 119 bytes .../color_palettes/trims/opal_tfc.png | Bin 0 -> 116 bytes .../color_palettes/trims/platinum_tfc.png | Bin 0 -> 118 bytes .../color_palettes/trims/pyrite_tfc.png | Bin 0 -> 122 bytes .../color_palettes/trims/pyrope_tfc.png | Bin 0 -> 119 bytes .../color_palettes/trims/quartzite_tfc.png | Bin 0 -> 115 bytes .../color_palettes/trims/realgar_tfc.png | Bin 0 -> 119 bytes .../color_palettes/trims/red_garnet_tfc.png | Bin 0 -> 122 bytes .../color_palettes/trims/redx_tfc.png | Bin 0 -> 120 bytes .../color_palettes/trims/rock_salt_tfc.png | Bin 0 -> 117 bytes .../color_palettes/trims/rose_gold_tfc.png | Bin 0 -> 113 bytes .../color_palettes/trims/rose_quartz_tfc.png | Bin 0 -> 120 bytes .../color_palettes/trims/ruby_tfc.png | Bin 0 -> 122 bytes .../color_palettes/trims/rutile_tfc.png | Bin 0 -> 122 bytes .../color_palettes/trims/salt_tfc.png | Bin 0 -> 114 bytes .../color_palettes/trims/sapphire_tfc.png | Bin 0 -> 122 bytes .../color_palettes/trims/silver_tfc.png | Bin 0 -> 111 bytes .../color_palettes/trims/sodalite_tfc.png | Bin 0 -> 118 bytes .../color_palettes/trims/spessartine_tfc.png | Bin 0 -> 122 bytes .../trims/sterling_silver_tfc.png | Bin 0 -> 114 bytes .../color_palettes/trims/titanium_tfc.png | Bin 0 -> 119 bytes .../color_palettes/trims/topaz_tfc.png | Bin 0 -> 120 bytes .../color_palettes/trims/uvarovite_tfc.png | Bin 0 -> 119 bytes .../trims/yellow_garnet_tfc.png | Bin 0 -> 118 bytes kubejs/assets/tfg/lang/en_us.json | 16 +- .../item/fishing_nets/brass_fishing_net.json | 32 + .../fishing_nets/cupronickel_fishing_net.json | 32 + .../item/fishing_nets/invar_fishing_net.json | 32 + .../fishing_nets/magnalium_fishing_net.json | 32 + .../fishing_nets/rose_gold_fishing_net.json | 32 + .../sterling_silver_fishing_net.json | 32 + .../fishing_nets/tin_alloy_fishing_net.json | 32 + .../item/fishing_nets/wood_fishing_net.json | 32 + .../tfg/textures/block/phantom_silk_block.png | Bin 0 -> 815 bytes .../block/polycaprolactam_fabric_block.png | Bin 0 -> 681 bytes .../item/fishing_nets/brass_fishing_net.png | Bin 0 -> 541 bytes .../fishing_nets/cupronickel_fishing_net.png | Bin 0 -> 541 bytes .../item/fishing_nets/invar_fishing_net.png | Bin 0 -> 527 bytes .../fishing_nets/magnalium_fishing_net.png | Bin 0 -> 512 bytes .../fishing_nets/rose_gold_fishing_net.png | Bin 0 -> 538 bytes .../sterling_silver_fishing_net.png | Bin 0 -> 531 bytes .../fishing_nets/tin_alloy_fishing_net.png | Bin 0 -> 511 bytes .../item/fishing_nets/wood_fishing_net.png | Bin 0 -> 520 bytes .../assets/tfg/textures/item/phantom_silk.png | Bin 0 -> 464 bytes .../tfg/textures/item/phantom_thread.png | Bin 0 -> 354 bytes .../textures/item/polycaprolactam_fabric.png | Bin 0 -> 478 bytes .../textures/item/polycaprolactam_string.png | Bin 0 -> 419 bytes .../trim_material/almandine_tfc.json | 9 + .../minecraft/trim_material/amethyst.json | 9 - .../minecraft/trim_material/amethyst_tfc.json | 9 + .../trim_material/andradite_tfc.json | 9 + .../minecraft/trim_material/apatite_tfc.json | 9 + .../data/minecraft/trim_material/bismuth.json | 9 - .../minecraft/trim_material/bismuth_tfc.json | 9 + .../trim_material/blue_topaz_tfc.json | 9 + .../trim_material/certus_quartz_tfc.json | 9 + .../minecraft/trim_material/cinnabar_tfc.json | 9 + .../minecraft/trim_material/coal_tfc.json | 9 + .../minecraft/trim_material/coke_tfc.json | 9 + .../data/minecraft/trim_material/diamond.json | 9 - .../minecraft/trim_material/diamond_tfc.json | 9 + .../data/minecraft/trim_material/emerald.json | 9 - .../minecraft/trim_material/emerald_tfc.json | 9 + .../minecraft/trim_material/fluix_tfc.json | 9 + .../minecraft/trim_material/glass_tfc.json | 9 + kubejs/data/minecraft/trim_material/gold.json | 9 - .../minecraft/trim_material/gold_tfc.json | 9 + .../trim_material/green_sapphire_tfc.json | 9 + .../trim_material/grossular_tfc.json | 9 + .../data/minecraft/trim_material/lapis.json | 9 - .../minecraft/trim_material/lapis_lazuli.json | 9 - .../minecraft/trim_material/lapis_tfc.json | 9 + .../minecraft/trim_material/lazurite_tfc.json | 9 + .../trim_material/malachite_tfc.json | 9 + .../minecraft/trim_material/monazite_tfc.json | 9 + .../trim_material/nether_quartz_tfc.json | 9 + .../trim_material/neutronium_tfc.json | 9 + .../minecraft/trim_material/nickel_tfc.json | 9 + .../minecraft/trim_material/olivine_tfc.json | 9 + kubejs/data/minecraft/trim_material/opal.json | 9 - .../minecraft/trim_material/opal_tfc.json | 9 + .../minecraft/trim_material/platinum_tfc.json | 9 + .../data/minecraft/trim_material/pyrite.json | 9 - .../minecraft/trim_material/pyrite_tfc.json | 9 + .../minecraft/trim_material/pyrope_tfc.json | 9 + .../trim_material/quartzite_tfc.json | 9 + .../minecraft/trim_material/realgar_tfc.json | 9 + .../trim_material/red_garnet_tfc.json | 9 + .../minecraft/trim_material/redx_tfc.json | 9 + .../trim_material/rock_salt_tfc.json | 9 + .../minecraft/trim_material/rose_gold.json | 9 - .../trim_material/rose_gold_tfc.json | 9 + .../trim_material/rose_quartz_tfc.json | 9 + kubejs/data/minecraft/trim_material/ruby.json | 9 - .../minecraft/trim_material/ruby_tfc.json | 9 + .../minecraft/trim_material/rutile_tfc.json | 9 + .../minecraft/trim_material/salt_tfc.json | 9 + .../minecraft/trim_material/sapphire.json | 9 - .../minecraft/trim_material/sapphire_tfc.json | 9 + .../data/minecraft/trim_material/silver.json | 9 - .../minecraft/trim_material/silver_tfc.json | 9 + .../minecraft/trim_material/sodalite_tfc.json | 9 + .../trim_material/spessartine_tfc.json | 9 + .../trim_material/sterling_silver.json | 9 - .../trim_material/sterling_silver_tfc.json | 9 + .../minecraft/trim_material/titanium_tfc.json | 9 + .../data/minecraft/trim_material/topaz.json | 9 - .../minecraft/trim_material/topaz_tfc.json | 9 + .../trim_material/uvarovite_tfc.json | 9 + .../trim_material/yellow_garnet_tfc.json | 9 + .../data/tfc/trim_material/almandine_tfc.json | 9 + kubejs/data/tfc/trim_material/amethyst.json | 9 - .../data/tfc/trim_material/amethyst_tfc.json | 9 + .../data/tfc/trim_material/andradite_tfc.json | 9 + .../data/tfc/trim_material/apatite_tfc.json | 9 + kubejs/data/tfc/trim_material/bismuth.json | 9 - .../data/tfc/trim_material/bismuth_tfc.json | 9 + .../tfc/trim_material/blue_topaz_tfc.json | 9 + .../tfc/trim_material/certus_quartz_tfc.json | 9 + .../data/tfc/trim_material/cinnabar_tfc.json | 9 + kubejs/data/tfc/trim_material/coal_tfc.json | 9 + kubejs/data/tfc/trim_material/coke_tfc.json | 9 + kubejs/data/tfc/trim_material/diamond.json | 9 - .../data/tfc/trim_material/diamond_tfc.json | 9 + kubejs/data/tfc/trim_material/emerald.json | 9 - .../data/tfc/trim_material/emerald_tfc.json | 9 + kubejs/data/tfc/trim_material/fluix_tfc.json | 9 + kubejs/data/tfc/trim_material/glass_tfc.json | 9 + kubejs/data/tfc/trim_material/gold.json | 9 - kubejs/data/tfc/trim_material/gold_tfc.json | 9 + .../tfc/trim_material/green_sapphire_tfc.json | 9 + .../data/tfc/trim_material/grossular_tfc.json | 9 + .../data/tfc/trim_material/lapis_lazuli.json | 9 - kubejs/data/tfc/trim_material/lapis_tfc.json | 9 + .../data/tfc/trim_material/lazurite_tfc.json | 9 + .../data/tfc/trim_material/malachite_tfc.json | 9 + .../data/tfc/trim_material/monazite_tfc.json | 9 + .../tfc/trim_material/nether_quartz_tfc.json | 9 + .../tfc/trim_material/neutronium_tfc.json | 9 + kubejs/data/tfc/trim_material/nickel_tfc.json | 9 + .../data/tfc/trim_material/olivine_tfc.json | 9 + kubejs/data/tfc/trim_material/opal.json | 9 - kubejs/data/tfc/trim_material/opal_tfc.json | 9 + .../data/tfc/trim_material/platinum_tfc.json | 9 + kubejs/data/tfc/trim_material/pyrite.json | 9 - kubejs/data/tfc/trim_material/pyrite_tfc.json | 9 + kubejs/data/tfc/trim_material/pyrope_tfc.json | 9 + .../data/tfc/trim_material/quartzite_tfc.json | 9 + .../data/tfc/trim_material/realgar_tfc.json | 9 + .../tfc/trim_material/red_garnet_tfc.json | 9 + kubejs/data/tfc/trim_material/redx_tfc.json | 9 + .../data/tfc/trim_material/rock_salt_tfc.json | 9 + kubejs/data/tfc/trim_material/rose_gold.json | 9 - .../data/tfc/trim_material/rose_gold_tfc.json | 9 + .../tfc/trim_material/rose_quartz_tfc.json | 9 + kubejs/data/tfc/trim_material/ruby.json | 9 - kubejs/data/tfc/trim_material/ruby_tfc.json | 9 + kubejs/data/tfc/trim_material/rutile_tfc.json | 9 + kubejs/data/tfc/trim_material/salt_tfc.json | 9 + kubejs/data/tfc/trim_material/sapphire.json | 9 - .../data/tfc/trim_material/sapphire_tfc.json | 9 + kubejs/data/tfc/trim_material/silver.json | 9 - kubejs/data/tfc/trim_material/silver_tfc.json | 9 + .../data/tfc/trim_material/sodalite_tfc.json | 9 + .../tfc/trim_material/spessartine_tfc.json | 9 + .../tfc/trim_material/sterling_silver.json | 9 - .../trim_material/sterling_silver_tfc.json | 9 + .../data/tfc/trim_material/titanium_tfc.json | 9 + kubejs/data/tfc/trim_material/topaz.json | 9 - kubejs/data/tfc/trim_material/topaz_tfc.json | 9 + .../data/tfc/trim_material/uvarovite_tfc.json | 9 + .../tfc/trim_material/yellow_garnet_tfc.json | 9 + kubejs/server_scripts/minecraft/recipes.js | 55 +- .../minecraft/recipes.removes.js | 3 + kubejs/server_scripts/minecraft/tags.js | 2 - kubejs/server_scripts/tfc/data.js | 9 + kubejs/server_scripts/tfc/tags.js | 30 +- .../tfg/json_tool.armor_trim.js | 209 + .../tfg/recipes.fishing_nets.js | 236 + kubejs/server_scripts/tfg/recipes.js | 2 +- .../tfg/recipes.miscellaneous.js | 59 + .../server_scripts/tfg/recipes.recycling.js | 122 + kubejs/server_scripts/tfg/tags.js | 23 +- kubejs/startup_scripts/gtceu/constants.js | 40 + kubejs/startup_scripts/gtceu/materials.js | 7 + kubejs/startup_scripts/tfg/items.js | 69 +- kubejs/startup_scripts/tfg/materials.js | 1 + 216 files changed, 4798 insertions(+), 2902 deletions(-) create mode 100644 kubejs/assets/minecraft/atlases/armor_trims.json create mode 100644 kubejs/assets/minecraft/atlases/blocks.json create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/almandine_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/amethyst_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/andradite_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/apatite_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/bismuth_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/blue_topaz_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/certus_quartz_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/cinnabar_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/coal_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/coke_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/diamond_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/echo_shard_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/emerald_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/fluix_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/glass_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/gold_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/green_sapphire_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/grossular_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/lapis_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/lazurite_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/malachite_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/monazite_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/nether_quartz_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/neutronium_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/nickel_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/olivine_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/opal_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/platinum_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/pyrite_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/pyrope_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/quartzite_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/realgar_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/red_garnet_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/redx_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/rock_salt_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/rose_gold_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/rose_quartz_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/ruby_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/rutile_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/salt_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/sapphire_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/silver_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/sodalite_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/spessartine_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/sterling_silver_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/titanium_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/topaz_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/uvarovite_tfc.png create mode 100644 kubejs/assets/tfc/textures/color_palettes/trims/yellow_garnet_tfc.png create mode 100644 kubejs/assets/tfg/models/item/fishing_nets/brass_fishing_net.json create mode 100644 kubejs/assets/tfg/models/item/fishing_nets/cupronickel_fishing_net.json create mode 100644 kubejs/assets/tfg/models/item/fishing_nets/invar_fishing_net.json create mode 100644 kubejs/assets/tfg/models/item/fishing_nets/magnalium_fishing_net.json create mode 100644 kubejs/assets/tfg/models/item/fishing_nets/rose_gold_fishing_net.json create mode 100644 kubejs/assets/tfg/models/item/fishing_nets/sterling_silver_fishing_net.json create mode 100644 kubejs/assets/tfg/models/item/fishing_nets/tin_alloy_fishing_net.json create mode 100644 kubejs/assets/tfg/models/item/fishing_nets/wood_fishing_net.json create mode 100644 kubejs/assets/tfg/textures/block/phantom_silk_block.png create mode 100644 kubejs/assets/tfg/textures/block/polycaprolactam_fabric_block.png create mode 100644 kubejs/assets/tfg/textures/item/fishing_nets/brass_fishing_net.png create mode 100644 kubejs/assets/tfg/textures/item/fishing_nets/cupronickel_fishing_net.png create mode 100644 kubejs/assets/tfg/textures/item/fishing_nets/invar_fishing_net.png create mode 100644 kubejs/assets/tfg/textures/item/fishing_nets/magnalium_fishing_net.png create mode 100644 kubejs/assets/tfg/textures/item/fishing_nets/rose_gold_fishing_net.png create mode 100644 kubejs/assets/tfg/textures/item/fishing_nets/sterling_silver_fishing_net.png create mode 100644 kubejs/assets/tfg/textures/item/fishing_nets/tin_alloy_fishing_net.png create mode 100644 kubejs/assets/tfg/textures/item/fishing_nets/wood_fishing_net.png create mode 100644 kubejs/assets/tfg/textures/item/phantom_silk.png create mode 100644 kubejs/assets/tfg/textures/item/phantom_thread.png create mode 100644 kubejs/assets/tfg/textures/item/polycaprolactam_fabric.png create mode 100644 kubejs/assets/tfg/textures/item/polycaprolactam_string.png create mode 100644 kubejs/data/minecraft/trim_material/almandine_tfc.json delete mode 100644 kubejs/data/minecraft/trim_material/amethyst.json create mode 100644 kubejs/data/minecraft/trim_material/amethyst_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/andradite_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/apatite_tfc.json delete mode 100644 kubejs/data/minecraft/trim_material/bismuth.json create mode 100644 kubejs/data/minecraft/trim_material/bismuth_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/blue_topaz_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/certus_quartz_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/cinnabar_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/coal_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/coke_tfc.json delete mode 100644 kubejs/data/minecraft/trim_material/diamond.json create mode 100644 kubejs/data/minecraft/trim_material/diamond_tfc.json delete mode 100644 kubejs/data/minecraft/trim_material/emerald.json create mode 100644 kubejs/data/minecraft/trim_material/emerald_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/fluix_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/glass_tfc.json delete mode 100644 kubejs/data/minecraft/trim_material/gold.json create mode 100644 kubejs/data/minecraft/trim_material/gold_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/green_sapphire_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/grossular_tfc.json delete mode 100644 kubejs/data/minecraft/trim_material/lapis.json delete mode 100644 kubejs/data/minecraft/trim_material/lapis_lazuli.json create mode 100644 kubejs/data/minecraft/trim_material/lapis_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/lazurite_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/malachite_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/monazite_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/nether_quartz_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/neutronium_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/nickel_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/olivine_tfc.json delete mode 100644 kubejs/data/minecraft/trim_material/opal.json create mode 100644 kubejs/data/minecraft/trim_material/opal_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/platinum_tfc.json delete mode 100644 kubejs/data/minecraft/trim_material/pyrite.json create mode 100644 kubejs/data/minecraft/trim_material/pyrite_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/pyrope_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/quartzite_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/realgar_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/red_garnet_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/redx_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/rock_salt_tfc.json delete mode 100644 kubejs/data/minecraft/trim_material/rose_gold.json create mode 100644 kubejs/data/minecraft/trim_material/rose_gold_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/rose_quartz_tfc.json delete mode 100644 kubejs/data/minecraft/trim_material/ruby.json create mode 100644 kubejs/data/minecraft/trim_material/ruby_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/rutile_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/salt_tfc.json delete mode 100644 kubejs/data/minecraft/trim_material/sapphire.json create mode 100644 kubejs/data/minecraft/trim_material/sapphire_tfc.json delete mode 100644 kubejs/data/minecraft/trim_material/silver.json create mode 100644 kubejs/data/minecraft/trim_material/silver_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/sodalite_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/spessartine_tfc.json delete mode 100644 kubejs/data/minecraft/trim_material/sterling_silver.json create mode 100644 kubejs/data/minecraft/trim_material/sterling_silver_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/titanium_tfc.json delete mode 100644 kubejs/data/minecraft/trim_material/topaz.json create mode 100644 kubejs/data/minecraft/trim_material/topaz_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/uvarovite_tfc.json create mode 100644 kubejs/data/minecraft/trim_material/yellow_garnet_tfc.json create mode 100644 kubejs/data/tfc/trim_material/almandine_tfc.json delete mode 100644 kubejs/data/tfc/trim_material/amethyst.json create mode 100644 kubejs/data/tfc/trim_material/amethyst_tfc.json create mode 100644 kubejs/data/tfc/trim_material/andradite_tfc.json create mode 100644 kubejs/data/tfc/trim_material/apatite_tfc.json delete mode 100644 kubejs/data/tfc/trim_material/bismuth.json create mode 100644 kubejs/data/tfc/trim_material/bismuth_tfc.json create mode 100644 kubejs/data/tfc/trim_material/blue_topaz_tfc.json create mode 100644 kubejs/data/tfc/trim_material/certus_quartz_tfc.json create mode 100644 kubejs/data/tfc/trim_material/cinnabar_tfc.json create mode 100644 kubejs/data/tfc/trim_material/coal_tfc.json create mode 100644 kubejs/data/tfc/trim_material/coke_tfc.json delete mode 100644 kubejs/data/tfc/trim_material/diamond.json create mode 100644 kubejs/data/tfc/trim_material/diamond_tfc.json delete mode 100644 kubejs/data/tfc/trim_material/emerald.json create mode 100644 kubejs/data/tfc/trim_material/emerald_tfc.json create mode 100644 kubejs/data/tfc/trim_material/fluix_tfc.json create mode 100644 kubejs/data/tfc/trim_material/glass_tfc.json delete mode 100644 kubejs/data/tfc/trim_material/gold.json create mode 100644 kubejs/data/tfc/trim_material/gold_tfc.json create mode 100644 kubejs/data/tfc/trim_material/green_sapphire_tfc.json create mode 100644 kubejs/data/tfc/trim_material/grossular_tfc.json delete mode 100644 kubejs/data/tfc/trim_material/lapis_lazuli.json create mode 100644 kubejs/data/tfc/trim_material/lapis_tfc.json create mode 100644 kubejs/data/tfc/trim_material/lazurite_tfc.json create mode 100644 kubejs/data/tfc/trim_material/malachite_tfc.json create mode 100644 kubejs/data/tfc/trim_material/monazite_tfc.json create mode 100644 kubejs/data/tfc/trim_material/nether_quartz_tfc.json create mode 100644 kubejs/data/tfc/trim_material/neutronium_tfc.json create mode 100644 kubejs/data/tfc/trim_material/nickel_tfc.json create mode 100644 kubejs/data/tfc/trim_material/olivine_tfc.json delete mode 100644 kubejs/data/tfc/trim_material/opal.json create mode 100644 kubejs/data/tfc/trim_material/opal_tfc.json create mode 100644 kubejs/data/tfc/trim_material/platinum_tfc.json delete mode 100644 kubejs/data/tfc/trim_material/pyrite.json create mode 100644 kubejs/data/tfc/trim_material/pyrite_tfc.json create mode 100644 kubejs/data/tfc/trim_material/pyrope_tfc.json create mode 100644 kubejs/data/tfc/trim_material/quartzite_tfc.json create mode 100644 kubejs/data/tfc/trim_material/realgar_tfc.json create mode 100644 kubejs/data/tfc/trim_material/red_garnet_tfc.json create mode 100644 kubejs/data/tfc/trim_material/redx_tfc.json create mode 100644 kubejs/data/tfc/trim_material/rock_salt_tfc.json delete mode 100644 kubejs/data/tfc/trim_material/rose_gold.json create mode 100644 kubejs/data/tfc/trim_material/rose_gold_tfc.json create mode 100644 kubejs/data/tfc/trim_material/rose_quartz_tfc.json delete mode 100644 kubejs/data/tfc/trim_material/ruby.json create mode 100644 kubejs/data/tfc/trim_material/ruby_tfc.json create mode 100644 kubejs/data/tfc/trim_material/rutile_tfc.json create mode 100644 kubejs/data/tfc/trim_material/salt_tfc.json delete mode 100644 kubejs/data/tfc/trim_material/sapphire.json create mode 100644 kubejs/data/tfc/trim_material/sapphire_tfc.json delete mode 100644 kubejs/data/tfc/trim_material/silver.json create mode 100644 kubejs/data/tfc/trim_material/silver_tfc.json create mode 100644 kubejs/data/tfc/trim_material/sodalite_tfc.json create mode 100644 kubejs/data/tfc/trim_material/spessartine_tfc.json delete mode 100644 kubejs/data/tfc/trim_material/sterling_silver.json create mode 100644 kubejs/data/tfc/trim_material/sterling_silver_tfc.json create mode 100644 kubejs/data/tfc/trim_material/titanium_tfc.json delete mode 100644 kubejs/data/tfc/trim_material/topaz.json create mode 100644 kubejs/data/tfc/trim_material/topaz_tfc.json create mode 100644 kubejs/data/tfc/trim_material/uvarovite_tfc.json create mode 100644 kubejs/data/tfc/trim_material/yellow_garnet_tfc.json create mode 100644 kubejs/server_scripts/tfg/json_tool.armor_trim.js create mode 100644 kubejs/server_scripts/tfg/recipes.fishing_nets.js create mode 100644 kubejs/server_scripts/tfg/recipes.recycling.js diff --git a/CHANGELOG.md b/CHANGELOG.md index 470836554..8f4cee7b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] ### Changes -- Increased Astikor Carts item size limit. +- Increased Astikor Carts item size limit - Fixed kaolin clay not generating in the overworld - Changed some quests based on feedback - Added recipes for digger helmet upgrades @@ -23,7 +23,7 @@ - Fixed not being able to pick up spring water or put it in a mixing bowl - Buffed hot or not insulation items by x3 - Nerfed rotation speed controller recipe -- Now you can put construction wands on tool racks +- Now you can put a lot more items on tool racks - Buffed nether mob loot tables - The overworld graphite vein now spawns in every stone type - Granitic/basaltic mineral sand is now usable for iron in primitive age @@ -41,6 +41,10 @@ - Added recipe for vanilla campfire for people who like smoke particles - Removed some more duplicate recipes for vanilla items - Hid some more things in JEI that aren't craftable +- Added fishing nets in many tiers for scooping fishies +- Added nylon string and fabric +- Added phantom string and fabric, created from phantom membranes--Replacing them in recipes +- Added support for armor trims, fixed some broken textures, added a bunch of materials, and made a helper function. ## [0.9.1] - 18.04.2025 ### Changes diff --git a/kubejs/assets/minecraft/atlases/armor_trims.json b/kubejs/assets/minecraft/atlases/armor_trims.json new file mode 100644 index 000000000..e69c5d5f9 --- /dev/null +++ b/kubejs/assets/minecraft/atlases/armor_trims.json @@ -0,0 +1,92 @@ +{ + "sources": [ + { + "type": "paletted_permutations", + "textures": [ + "trims/models/armor/coast", + "trims/models/armor/coast_leggings", + "trims/models/armor/sentry", + "trims/models/armor/sentry_leggings", + "trims/models/armor/dune", + "trims/models/armor/dune_leggings", + "trims/models/armor/wild", + "trims/models/armor/wild_leggings", + "trims/models/armor/ward", + "trims/models/armor/ward_leggings", + "trims/models/armor/eye", + "trims/models/armor/eye_leggings", + "trims/models/armor/vex", + "trims/models/armor/vex_leggings", + "trims/models/armor/tide", + "trims/models/armor/tide_leggings", + "trims/models/armor/snout", + "trims/models/armor/snout_leggings", + "trims/models/armor/rib", + "trims/models/armor/rib_leggings", + "trims/models/armor/spire", + "trims/models/armor/spire_leggings", + "trims/models/armor/wayfinder", + "trims/models/armor/wayfinder_leggings", + "trims/models/armor/shaper", + "trims/models/armor/shaper_leggings", + "trims/models/armor/silence", + "trims/models/armor/silence_leggings", + "trims/models/armor/raiser", + "trims/models/armor/raiser_leggings", + "trims/models/armor/host", + "trims/models/armor/host_leggings" + ], + "palette_key": "trims/color_palettes/trim_palette", + "permutations": { + "almandine_tfc": "tfc:color_palettes/trims/almandine_tfc", + "andradite_tfc": "tfc:color_palettes/trims/andradite_tfc", + "blue_topaz_tfc": "tfc:color_palettes/trims/blue_topaz_tfc", + "cinnabar_tfc": "tfc:color_palettes/trims/cinnabar_tfc", + "coal_tfc": "tfc:color_palettes/trims/coal_tfc", + "diamond_tfc": "tfc:color_palettes/trims/diamond_tfc", + "emerald_tfc": "tfc:color_palettes/trims/emerald_tfc", + "green_sapphire_tfc": "tfc:color_palettes/trims/green_sapphire_tfc", + "grossular_tfc": "tfc:color_palettes/trims/grossular_tfc", + "rutile_tfc": "tfc:color_palettes/trims/rutile_tfc", + "lazurite_tfc": "tfc:color_palettes/trims/lazurite_tfc", + "pyrope_tfc": "tfc:color_palettes/trims/pyrope_tfc", + "rock_salt_tfc": "tfc:color_palettes/trims/rock_salt_tfc", + "ruby_tfc": "tfc:color_palettes/trims/ruby_tfc", + "salt_tfc": "tfc:color_palettes/trims/salt_tfc", + "sapphire_tfc": "tfc:color_palettes/trims/sapphire_tfc", + "sodalite_tfc": "tfc:color_palettes/trims/sodalite_tfc", + "coke_tfc": "tfc:color_palettes/trims/coke_tfc", + "spessartine_tfc": "tfc:color_palettes/trims/spessartine_tfc", + "topaz_tfc": "tfc:color_palettes/trims/topaz_tfc", + "uvarovite_tfc": "tfc:color_palettes/trims/uvarovite_tfc", + "nether_quartz_tfc": "tfc:color_palettes/trims/nether_quartz_tfc", + "certus_quartz_tfc": "tfc:color_palettes/trims/certus_quartz_tfc", + "quartzite_tfc": "tfc:color_palettes/trims/quartzite_tfc", + "realgar_tfc": "tfc:color_palettes/trims/realgar_tfc", + "malachite_tfc": "tfc:color_palettes/trims/malachite_tfc", + "glass_tfc": "tfc:color_palettes/trims/glass_tfc", + "olivine_tfc": "tfc:color_palettes/trims/olivine_tfc", + "opal_tfc": "tfc:color_palettes/trims/opal_tfc", + "amethyst_tfc": "tfc:color_palettes/trims/amethyst_tfc", + "lapis_tfc": "tfc:color_palettes/trims/lapis_tfc", + "apatite_tfc": "tfc:color_palettes/trims/apatite_tfc", + "red_garnet_tfc": "tfc:color_palettes/trims/red_garnet_tfc", + "yellow_garnet_tfc": "tfc:color_palettes/trims/yellow_garnet_tfc", + "monazite_tfc": "tfc:color_palettes/trims/monazite_tfc", + "rose_quartz_tfc": "tfc:color_palettes/trims/rose_quartz_tfc", + "fluix_tfc": "tfc:color_palettes/trims/fluix_tfc", + "silver_tfc": "tfc:color_palettes/trims/silver_tfc", + "sterling_silver_tfc": "tfc:color_palettes/trims/sterling_silver_tfc", + "gold_tfc": "tfc:color_palettes/trims/gold_tfc", + "rose_gold_tfc": "tfc:color_palettes/trims/rose_gold_tfc", + "nickel_tfc": "tfc:color_palettes/trims/nickel_tfc", + "platinum_tfc": "tfc:color_palettes/trims/platinum_tfc", + "titanium_tfc": "tfc:color_palettes/trims/titanium_tfc", + "bismuth_tfc": "tfc:color_palettes/trims/bismuth_tfc", + "neutronium_tfc": "tfc:color_palettes/trims/neutronium_tfc", + "pyrite_tfc": "tfc:color_palettes/trims/pyrite_tfc", + "redx_tfc": "tfc:color_palettes/trims/redx_tfc" + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/atlases/blocks.json b/kubejs/assets/minecraft/atlases/blocks.json new file mode 100644 index 000000000..d0a87f124 --- /dev/null +++ b/kubejs/assets/minecraft/atlases/blocks.json @@ -0,0 +1,68 @@ +{ + "sources": [ + { + "type": "paletted_permutations", + "textures": [ + "trims/items/leggings_trim", + "trims/items/chestplate_trim", + "trims/items/helmet_trim", + "trims/items/boots_trim", + "tfc:item/helmet_trim", + "tfc:item/chestplate_trim", + "tfc:item/greaves_trim", + "tfc:item/boots_trim" + ], + "palette_key": "trims/color_palettes/trim_palette", + "permutations": { + "almandine_tfc": "tfc:color_palettes/trims/almandine_tfc", + "andradite_tfc": "tfc:color_palettes/trims/andradite_tfc", + "blue_topaz_tfc": "tfc:color_palettes/trims/blue_topaz_tfc", + "cinnabar_tfc": "tfc:color_palettes/trims/cinnabar_tfc", + "coal_tfc": "tfc:color_palettes/trims/coal_tfc", + "diamond_tfc": "tfc:color_palettes/trims/diamond_tfc", + "emerald_tfc": "tfc:color_palettes/trims/emerald_tfc", + "green_sapphire_tfc": "tfc:color_palettes/trims/green_sapphire_tfc", + "grossular_tfc": "tfc:color_palettes/trims/grossular_tfc", + "rutile_tfc": "tfc:color_palettes/trims/rutile_tfc", + "lazurite_tfc": "tfc:color_palettes/trims/lazurite_tfc", + "pyrope_tfc": "tfc:color_palettes/trims/pyrope_tfc", + "rock_salt_tfc": "tfc:color_palettes/trims/rock_salt_tfc", + "ruby_tfc": "tfc:color_palettes/trims/ruby_tfc", + "salt_tfc": "tfc:color_palettes/trims/salt_tfc", + "sapphire_tfc": "tfc:color_palettes/trims/sapphire_tfc", + "sodalite_tfc": "tfc:color_palettes/trims/sodalite_tfc", + "coke_tfc": "tfc:color_palettes/trims/coke_tfc", + "spessartine_tfc": "tfc:color_palettes/trims/spessartine_tfc", + "topaz_tfc": "tfc:color_palettes/trims/topaz_tfc", + "uvarovite_tfc": "tfc:color_palettes/trims/uvarovite_tfc", + "nether_quartz_tfc": "tfc:color_palettes/trims/nether_quartz_tfc", + "certus_quartz_tfc": "tfc:color_palettes/trims/certus_quartz_tfc", + "quartzite_tfc": "tfc:color_palettes/trims/quartzite_tfc", + "realgar_tfc": "tfc:color_palettes/trims/realgar_tfc", + "malachite_tfc": "tfc:color_palettes/trims/malachite_tfc", + "glass_tfc": "tfc:color_palettes/trims/glass_tfc", + "olivine_tfc": "tfc:color_palettes/trims/olivine_tfc", + "opal_tfc": "tfc:color_palettes/trims/opal_tfc", + "amethyst_tfc": "tfc:color_palettes/trims/amethyst_tfc", + "lapis_tfc": "tfc:color_palettes/trims/lapis_tfc", + "apatite_tfc": "tfc:color_palettes/trims/apatite_tfc", + "red_garnet_tfc": "tfc:color_palettes/trims/red_garnet_tfc", + "yellow_garnet_tfc": "tfc:color_palettes/trims/yellow_garnet_tfc", + "monazite_tfc": "tfc:color_palettes/trims/monazite_tfc", + "rose_quartz_tfc": "tfc:color_palettes/trims/rose_quartz_tfc", + "fluix_tfc": "tfc:color_palettes/trims/fluix_tfc", + "silver_tfc": "tfc:color_palettes/trims/silver_tfc", + "sterling_silver_tfc": "tfc:color_palettes/trims/sterling_silver_tfc", + "gold_tfc": "tfc:color_palettes/trims/gold_tfc", + "rose_gold_tfc": "tfc:color_palettes/trims/rose_gold_tfc", + "nickel_tfc": "tfc:color_palettes/trims/nickel_tfc", + "platinum_tfc": "tfc:color_palettes/trims/platinum_tfc", + "titanium_tfc": "tfc:color_palettes/trims/titanium_tfc", + "bismuth_tfc": "tfc:color_palettes/trims/bismuth_tfc", + "neutronium_tfc": "tfc:color_palettes/trims/neutronium_tfc", + "pyrite_tfc": "tfc:color_palettes/trims/pyrite_tfc", + "redx_tfc": "tfc:color_palettes/trims/redx_tfc" + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/lang/en_us.json b/kubejs/assets/tfc/lang/en_us.json index fdae4da32..733c9f510 100644 --- a/kubejs/assets/tfc/lang/en_us.json +++ b/kubejs/assets/tfc/lang/en_us.json @@ -1,2612 +1,2660 @@ { - "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", - "block.tfc.fluid.salt_water": "Sea Water", - "block.tfc.cauldron.salt_water": "Sea Water Cauldron", - "block.gtceu.andesite_almandine_ore.prospected": "Almandine", - "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.andesite_alunite_ore.prospected": "Alunite", - "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.andesite_apatite_ore.prospected": "Apatite", - "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.andesite_barite_ore.prospected": "Barite", - "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.andesite_borax_ore.prospected": "Borax", - "block.gtceu.andesite_bornite_ore.prospected": "Bornite", - "block.gtceu.andesite_calcite_ore.prospected": "Calcite", - "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.andesite_chromite_ore.prospected": "Chromite", - "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.andesite_coal_ore.prospected": "Coal", - "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.andesite_copper_ore.prospected": "Copper", - "block.gtceu.andesite_diamond_ore.prospected": "Diamond", - "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.andesite_emerald_ore.prospected": "Emerald", - "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.andesite_galena_ore.prospected": "Galena", - "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.andesite_goethite_ore.prospected": "Goethite", - "block.gtceu.andesite_gold_ore.prospected": "Gold", - "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.andesite_graphite_ore.prospected": "Graphite", - "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.andesite_grossular_ore.prospected": "Grossular", - "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.andesite_hematite_ore.prospected": "Hematite", - "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.andesite_iron_ore.prospected": "Iron", - "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.andesite_lapis_ore.prospected": "Lapis", - "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.andesite_lead_ore.prospected": "Lead", - "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.andesite_lithium_ore.prospected": "Lithium", - "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.andesite_malachite_ore.prospected": "Malachite", - "block.gtceu.andesite_mica_ore.prospected": "Mica", - "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.andesite_monazite_ore.prospected": "Monazite", - "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.andesite_nickel_ore.prospected": "Nickel", - "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.andesite_olivine_ore.prospected": "Olivine", - "block.gtceu.andesite_opal_ore.prospected": "Opal", - "block.gtceu.andesite_palladium_ore.prospected": "Palladium", - "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.andesite_platinum_ore.prospected": "Platinum", - "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.andesite_powellite_ore.prospected": "Powellite", - "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.andesite_realgar_ore.prospected": "Realgar", - "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.andesite_redstone_ore.prospected": "Redstone", - "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.andesite_ruby_ore.prospected": "Ruby", - "block.gtceu.andesite_salt_ore.prospected": "Salt", - "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.andesite_silver_ore.prospected": "Silver", - "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.andesite_talc_ore.prospected": "Talc", - "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.andesite_thorium_ore.prospected": "Thorium", - "block.gtceu.andesite_tin_ore.prospected": "Tin", - "block.gtceu.andesite_topaz_ore.prospected": "Topaz", - "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.andesite_trona_ore.prospected": "Trona", - "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.basalt_almandine_ore.prospected": "Almandine", - "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", - "block.gtceu.basalt_alunite_ore.prospected": "Alunite", - "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", - "block.gtceu.basalt_apatite_ore.prospected": "Apatite", - "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", - "block.gtceu.basalt_barite_ore.prospected": "Barite", - "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", - "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", - "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", - "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", - "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.basalt_borax_ore.prospected": "Borax", - "block.gtceu.basalt_bornite_ore.prospected": "Bornite", - "block.gtceu.basalt_calcite_ore.prospected": "Calcite", - "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.basalt_chromite_ore.prospected": "Chromite", - "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.basalt_coal_ore.prospected": "Coal", - "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", - "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", - "block.gtceu.basalt_copper_ore.prospected": "Copper", - "block.gtceu.basalt_diamond_ore.prospected": "Diamond", - "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", - "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", - "block.gtceu.basalt_emerald_ore.prospected": "Emerald", - "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.basalt_galena_ore.prospected": "Galena", - "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", - "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.basalt_goethite_ore.prospected": "Goethite", - "block.gtceu.basalt_gold_ore.prospected": "Gold", - "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.basalt_graphite_ore.prospected": "Graphite", - "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.basalt_grossular_ore.prospected": "Grossular", - "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", - "block.gtceu.basalt_hematite_ore.prospected": "Hematite", - "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.basalt_iron_ore.prospected": "Iron", - "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", - "block.gtceu.basalt_lapis_ore.prospected": "Lapis", - "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", - "block.gtceu.basalt_lead_ore.prospected": "Lead", - "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.basalt_lithium_ore.prospected": "Lithium", - "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", - "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", - "block.gtceu.basalt_malachite_ore.prospected": "Malachite", - "block.gtceu.basalt_mica_ore.prospected": "Mica", - "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.basalt_monazite_ore.prospected": "Monazite", - "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", - "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", - "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.basalt_nickel_ore.prospected": "Nickel", - "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", - "block.gtceu.basalt_olivine_ore.prospected": "Olivine", - "block.gtceu.basalt_opal_ore.prospected": "Opal", - "block.gtceu.basalt_palladium_ore.prospected": "Palladium", - "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.basalt_platinum_ore.prospected": "Platinum", - "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", - "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", - "block.gtceu.basalt_powellite_ore.prospected": "Powellite", - "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", - "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", - "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", - "block.gtceu.basalt_realgar_ore.prospected": "Realgar", - "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.basalt_redstone_ore.prospected": "Redstone", - "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.basalt_ruby_ore.prospected": "Ruby", - "block.gtceu.basalt_salt_ore.prospected": "Salt", - "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", - "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", - "block.gtceu.basalt_silver_ore.prospected": "Silver", - "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", - "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", - "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", - "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", - "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", - "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", - "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", - "block.gtceu.basalt_talc_ore.prospected": "Talc", - "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", - "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.basalt_thorium_ore.prospected": "Thorium", - "block.gtceu.basalt_tin_ore.prospected": "Tin", - "block.gtceu.basalt_topaz_ore.prospected": "Topaz", - "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.basalt_trona_ore.prospected": "Trona", - "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", - "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", - "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chalk_almandine_ore.prospected": "Almandine", - "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chalk_alunite_ore.prospected": "Alunite", - "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chalk_apatite_ore.prospected": "Apatite", - "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chalk_barite_ore.prospected": "Barite", - "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chalk_borax_ore.prospected": "Borax", - "block.gtceu.chalk_bornite_ore.prospected": "Bornite", - "block.gtceu.chalk_calcite_ore.prospected": "Calcite", - "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chalk_chromite_ore.prospected": "Chromite", - "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chalk_coal_ore.prospected": "Coal", - "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chalk_copper_ore.prospected": "Copper", - "block.gtceu.chalk_diamond_ore.prospected": "Diamond", - "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chalk_emerald_ore.prospected": "Emerald", - "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chalk_galena_ore.prospected": "Galena", - "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chalk_goethite_ore.prospected": "Goethite", - "block.gtceu.chalk_gold_ore.prospected": "Gold", - "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chalk_graphite_ore.prospected": "Graphite", - "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chalk_grossular_ore.prospected": "Grossular", - "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chalk_hematite_ore.prospected": "Hematite", - "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chalk_iron_ore.prospected": "Iron", - "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chalk_lapis_ore.prospected": "Lapis", - "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chalk_lead_ore.prospected": "Lead", - "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chalk_lithium_ore.prospected": "Lithium", - "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chalk_malachite_ore.prospected": "Malachite", - "block.gtceu.chalk_mica_ore.prospected": "Mica", - "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chalk_monazite_ore.prospected": "Monazite", - "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chalk_nickel_ore.prospected": "Nickel", - "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chalk_olivine_ore.prospected": "Olivine", - "block.gtceu.chalk_opal_ore.prospected": "Opal", - "block.gtceu.chalk_palladium_ore.prospected": "Palladium", - "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chalk_platinum_ore.prospected": "Platinum", - "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chalk_powellite_ore.prospected": "Powellite", - "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chalk_realgar_ore.prospected": "Realgar", - "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chalk_redstone_ore.prospected": "Redstone", - "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chalk_ruby_ore.prospected": "Ruby", - "block.gtceu.chalk_salt_ore.prospected": "Salt", - "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chalk_silver_ore.prospected": "Silver", - "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chalk_talc_ore.prospected": "Talc", - "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chalk_thorium_ore.prospected": "Thorium", - "block.gtceu.chalk_tin_ore.prospected": "Tin", - "block.gtceu.chalk_topaz_ore.prospected": "Topaz", - "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chalk_trona_ore.prospected": "Trona", - "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chert_almandine_ore.prospected": "Almandine", - "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chert_alunite_ore.prospected": "Alunite", - "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chert_apatite_ore.prospected": "Apatite", - "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chert_barite_ore.prospected": "Barite", - "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chert_borax_ore.prospected": "Borax", - "block.gtceu.chert_bornite_ore.prospected": "Bornite", - "block.gtceu.chert_calcite_ore.prospected": "Calcite", - "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chert_chromite_ore.prospected": "Chromite", - "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chert_coal_ore.prospected": "Coal", - "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chert_copper_ore.prospected": "Copper", - "block.gtceu.chert_diamond_ore.prospected": "Diamond", - "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chert_emerald_ore.prospected": "Emerald", - "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chert_galena_ore.prospected": "Galena", - "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chert_goethite_ore.prospected": "Goethite", - "block.gtceu.chert_gold_ore.prospected": "Gold", - "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chert_graphite_ore.prospected": "Graphite", - "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chert_grossular_ore.prospected": "Grossular", - "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chert_hematite_ore.prospected": "Hematite", - "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chert_iron_ore.prospected": "Iron", - "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chert_lapis_ore.prospected": "Lapis", - "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chert_lead_ore.prospected": "Lead", - "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chert_lithium_ore.prospected": "Lithium", - "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chert_malachite_ore.prospected": "Malachite", - "block.gtceu.chert_mica_ore.prospected": "Mica", - "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chert_monazite_ore.prospected": "Monazite", - "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chert_nickel_ore.prospected": "Nickel", - "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chert_olivine_ore.prospected": "Olivine", - "block.gtceu.chert_opal_ore.prospected": "Opal", - "block.gtceu.chert_palladium_ore.prospected": "Palladium", - "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chert_platinum_ore.prospected": "Platinum", - "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chert_powellite_ore.prospected": "Powellite", - "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chert_realgar_ore.prospected": "Realgar", - "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chert_redstone_ore.prospected": "Redstone", - "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chert_ruby_ore.prospected": "Ruby", - "block.gtceu.chert_salt_ore.prospected": "Salt", - "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chert_silver_ore.prospected": "Silver", - "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chert_talc_ore.prospected": "Talc", - "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chert_thorium_ore.prospected": "Thorium", - "block.gtceu.chert_tin_ore.prospected": "Tin", - "block.gtceu.chert_topaz_ore.prospected": "Topaz", - "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chert_trona_ore.prospected": "Trona", - "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", - "block.gtceu.claystone_almandine_ore.prospected": "Almandine", - "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.claystone_alunite_ore.prospected": "Alunite", - "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.claystone_apatite_ore.prospected": "Apatite", - "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.claystone_barite_ore.prospected": "Barite", - "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.claystone_borax_ore.prospected": "Borax", - "block.gtceu.claystone_bornite_ore.prospected": "Bornite", - "block.gtceu.claystone_calcite_ore.prospected": "Calcite", - "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.claystone_chromite_ore.prospected": "Chromite", - "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.claystone_coal_ore.prospected": "Coal", - "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.claystone_copper_ore.prospected": "Copper", - "block.gtceu.claystone_diamond_ore.prospected": "Diamond", - "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.claystone_emerald_ore.prospected": "Emerald", - "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.claystone_galena_ore.prospected": "Galena", - "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.claystone_goethite_ore.prospected": "Goethite", - "block.gtceu.claystone_gold_ore.prospected": "Gold", - "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.claystone_graphite_ore.prospected": "Graphite", - "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.claystone_grossular_ore.prospected": "Grossular", - "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.claystone_hematite_ore.prospected": "Hematite", - "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.claystone_iron_ore.prospected": "Iron", - "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.claystone_lapis_ore.prospected": "Lapis", - "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.claystone_lead_ore.prospected": "Lead", - "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.claystone_lithium_ore.prospected": "Lithium", - "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.claystone_malachite_ore.prospected": "Malachite", - "block.gtceu.claystone_mica_ore.prospected": "Mica", - "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.claystone_monazite_ore.prospected": "Monazite", - "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.claystone_nickel_ore.prospected": "Nickel", - "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.claystone_olivine_ore.prospected": "Olivine", - "block.gtceu.claystone_opal_ore.prospected": "Opal", - "block.gtceu.claystone_palladium_ore.prospected": "Palladium", - "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.claystone_platinum_ore.prospected": "Platinum", - "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.claystone_powellite_ore.prospected": "Powellite", - "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.claystone_realgar_ore.prospected": "Realgar", - "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.claystone_redstone_ore.prospected": "Redstone", - "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.claystone_ruby_ore.prospected": "Ruby", - "block.gtceu.claystone_salt_ore.prospected": "Salt", - "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.claystone_silver_ore.prospected": "Silver", - "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.claystone_talc_ore.prospected": "Talc", - "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.claystone_thorium_ore.prospected": "Thorium", - "block.gtceu.claystone_tin_ore.prospected": "Tin", - "block.gtceu.claystone_topaz_ore.prospected": "Topaz", - "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.claystone_trona_ore.prospected": "Trona", - "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", - "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", - "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", - "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.conglomerate_barite_ore.prospected": "Barite", - "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.conglomerate_borax_ore.prospected": "Borax", - "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", - "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", - "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", - "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.conglomerate_coal_ore.prospected": "Coal", - "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.conglomerate_copper_ore.prospected": "Copper", - "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", - "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", - "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.conglomerate_galena_ore.prospected": "Galena", - "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", - "block.gtceu.conglomerate_gold_ore.prospected": "Gold", - "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", - "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", - "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", - "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.conglomerate_iron_ore.prospected": "Iron", - "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", - "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.conglomerate_lead_ore.prospected": "Lead", - "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", - "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", - "block.gtceu.conglomerate_mica_ore.prospected": "Mica", - "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", - "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", - "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", - "block.gtceu.conglomerate_opal_ore.prospected": "Opal", - "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", - "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", - "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", - "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", - "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", - "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", - "block.gtceu.conglomerate_salt_ore.prospected": "Salt", - "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.conglomerate_silver_ore.prospected": "Silver", - "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.conglomerate_talc_ore.prospected": "Talc", - "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", - "block.gtceu.conglomerate_tin_ore.prospected": "Tin", - "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", - "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.conglomerate_trona_ore.prospected": "Trona", - "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dacite_almandine_ore.prospected": "Almandine", - "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dacite_alunite_ore.prospected": "Alunite", - "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dacite_apatite_ore.prospected": "Apatite", - "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dacite_barite_ore.prospected": "Barite", - "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dacite_borax_ore.prospected": "Borax", - "block.gtceu.dacite_bornite_ore.prospected": "Bornite", - "block.gtceu.dacite_calcite_ore.prospected": "Calcite", - "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dacite_chromite_ore.prospected": "Chromite", - "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dacite_coal_ore.prospected": "Coal", - "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dacite_copper_ore.prospected": "Copper", - "block.gtceu.dacite_diamond_ore.prospected": "Diamond", - "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dacite_emerald_ore.prospected": "Emerald", - "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dacite_galena_ore.prospected": "Galena", - "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dacite_goethite_ore.prospected": "Goethite", - "block.gtceu.dacite_gold_ore.prospected": "Gold", - "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dacite_graphite_ore.prospected": "Graphite", - "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dacite_grossular_ore.prospected": "Grossular", - "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dacite_hematite_ore.prospected": "Hematite", - "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dacite_iron_ore.prospected": "Iron", - "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dacite_lapis_ore.prospected": "Lapis", - "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dacite_lead_ore.prospected": "Lead", - "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dacite_lithium_ore.prospected": "Lithium", - "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dacite_malachite_ore.prospected": "Malachite", - "block.gtceu.dacite_mica_ore.prospected": "Mica", - "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dacite_monazite_ore.prospected": "Monazite", - "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dacite_nickel_ore.prospected": "Nickel", - "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dacite_olivine_ore.prospected": "Olivine", - "block.gtceu.dacite_opal_ore.prospected": "Opal", - "block.gtceu.dacite_palladium_ore.prospected": "Palladium", - "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dacite_platinum_ore.prospected": "Platinum", - "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dacite_powellite_ore.prospected": "Powellite", - "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dacite_realgar_ore.prospected": "Realgar", - "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dacite_redstone_ore.prospected": "Redstone", - "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dacite_ruby_ore.prospected": "Ruby", - "block.gtceu.dacite_salt_ore.prospected": "Salt", - "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dacite_silver_ore.prospected": "Silver", - "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dacite_talc_ore.prospected": "Talc", - "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dacite_thorium_ore.prospected": "Thorium", - "block.gtceu.dacite_tin_ore.prospected": "Tin", - "block.gtceu.dacite_topaz_ore.prospected": "Topaz", - "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dacite_trona_ore.prospected": "Trona", - "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.diorite_almandine_ore.prospected": "Almandine", - "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.diorite_alunite_ore.prospected": "Alunite", - "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.diorite_apatite_ore.prospected": "Apatite", - "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.diorite_barite_ore.prospected": "Barite", - "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.diorite_borax_ore.prospected": "Borax", - "block.gtceu.diorite_bornite_ore.prospected": "Bornite", - "block.gtceu.diorite_calcite_ore.prospected": "Calcite", - "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.diorite_chromite_ore.prospected": "Chromite", - "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.diorite_coal_ore.prospected": "Coal", - "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.diorite_copper_ore.prospected": "Copper", - "block.gtceu.diorite_diamond_ore.prospected": "Diamond", - "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.diorite_emerald_ore.prospected": "Emerald", - "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.diorite_galena_ore.prospected": "Galena", - "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.diorite_goethite_ore.prospected": "Goethite", - "block.gtceu.diorite_gold_ore.prospected": "Gold", - "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.diorite_graphite_ore.prospected": "Graphite", - "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.diorite_grossular_ore.prospected": "Grossular", - "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.diorite_hematite_ore.prospected": "Hematite", - "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.diorite_iron_ore.prospected": "Iron", - "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.diorite_lapis_ore.prospected": "Lapis", - "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.diorite_lead_ore.prospected": "Lead", - "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.diorite_lithium_ore.prospected": "Lithium", - "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.diorite_malachite_ore.prospected": "Malachite", - "block.gtceu.diorite_mica_ore.prospected": "Mica", - "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.diorite_monazite_ore.prospected": "Monazite", - "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.diorite_nickel_ore.prospected": "Nickel", - "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.diorite_olivine_ore.prospected": "Olivine", - "block.gtceu.diorite_opal_ore.prospected": "Opal", - "block.gtceu.diorite_palladium_ore.prospected": "Palladium", - "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.diorite_platinum_ore.prospected": "Platinum", - "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.diorite_powellite_ore.prospected": "Powellite", - "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.diorite_realgar_ore.prospected": "Realgar", - "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.diorite_redstone_ore.prospected": "Redstone", - "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.diorite_ruby_ore.prospected": "Ruby", - "block.gtceu.diorite_salt_ore.prospected": "Salt", - "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.diorite_silver_ore.prospected": "Silver", - "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.diorite_talc_ore.prospected": "Talc", - "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.diorite_thorium_ore.prospected": "Thorium", - "block.gtceu.diorite_tin_ore.prospected": "Tin", - "block.gtceu.diorite_topaz_ore.prospected": "Topaz", - "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.diorite_trona_ore.prospected": "Trona", - "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", - "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", - "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", - "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dolomite_barite_ore.prospected": "Barite", - "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dolomite_borax_ore.prospected": "Borax", - "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", - "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", - "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", - "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dolomite_coal_ore.prospected": "Coal", - "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dolomite_copper_ore.prospected": "Copper", - "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", - "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", - "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dolomite_galena_ore.prospected": "Galena", - "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", - "block.gtceu.dolomite_gold_ore.prospected": "Gold", - "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", - "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", - "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", - "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dolomite_iron_ore.prospected": "Iron", - "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", - "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dolomite_lead_ore.prospected": "Lead", - "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", - "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", - "block.gtceu.dolomite_mica_ore.prospected": "Mica", - "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", - "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", - "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", - "block.gtceu.dolomite_opal_ore.prospected": "Opal", - "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", - "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", - "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", - "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", - "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", - "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", - "block.gtceu.dolomite_salt_ore.prospected": "Salt", - "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dolomite_silver_ore.prospected": "Silver", - "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dolomite_talc_ore.prospected": "Talc", - "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", - "block.gtceu.dolomite_tin_ore.prospected": "Tin", - "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", - "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dolomite_trona_ore.prospected": "Trona", - "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", - "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", - "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", - "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gabbro_barite_ore.prospected": "Barite", - "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gabbro_borax_ore.prospected": "Borax", - "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", - "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", - "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", - "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gabbro_coal_ore.prospected": "Coal", - "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gabbro_copper_ore.prospected": "Copper", - "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", - "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", - "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gabbro_galena_ore.prospected": "Galena", - "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", - "block.gtceu.gabbro_gold_ore.prospected": "Gold", - "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", - "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", - "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", - "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gabbro_iron_ore.prospected": "Iron", - "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", - "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gabbro_lead_ore.prospected": "Lead", - "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", - "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", - "block.gtceu.gabbro_mica_ore.prospected": "Mica", - "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", - "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", - "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", - "block.gtceu.gabbro_opal_ore.prospected": "Opal", - "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", - "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", - "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", - "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", - "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", - "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", - "block.gtceu.gabbro_salt_ore.prospected": "Salt", - "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gabbro_silver_ore.prospected": "Silver", - "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gabbro_talc_ore.prospected": "Talc", - "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", - "block.gtceu.gabbro_tin_ore.prospected": "Tin", - "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", - "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gabbro_trona_ore.prospected": "Trona", - "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", - "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", - "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", - "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gneiss_barite_ore.prospected": "Barite", - "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gneiss_borax_ore.prospected": "Borax", - "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", - "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", - "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", - "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gneiss_coal_ore.prospected": "Coal", - "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gneiss_copper_ore.prospected": "Copper", - "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", - "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", - "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gneiss_galena_ore.prospected": "Galena", - "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", - "block.gtceu.gneiss_gold_ore.prospected": "Gold", - "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", - "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", - "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", - "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gneiss_iron_ore.prospected": "Iron", - "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", - "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gneiss_lead_ore.prospected": "Lead", - "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", - "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", - "block.gtceu.gneiss_mica_ore.prospected": "Mica", - "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", - "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", - "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", - "block.gtceu.gneiss_opal_ore.prospected": "Opal", - "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", - "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", - "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", - "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", - "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", - "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", - "block.gtceu.gneiss_salt_ore.prospected": "Salt", - "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gneiss_silver_ore.prospected": "Silver", - "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gneiss_talc_ore.prospected": "Talc", - "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", - "block.gtceu.gneiss_tin_ore.prospected": "Tin", - "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", - "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gneiss_trona_ore.prospected": "Trona", - "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", - "block.gtceu.granite_almandine_ore.prospected": "Almandine", - "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.granite_alunite_ore.prospected": "Alunite", - "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.granite_apatite_ore.prospected": "Apatite", - "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.granite_barite_ore.prospected": "Barite", - "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.granite_borax_ore.prospected": "Borax", - "block.gtceu.granite_bornite_ore.prospected": "Bornite", - "block.gtceu.granite_calcite_ore.prospected": "Calcite", - "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.granite_chromite_ore.prospected": "Chromite", - "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.granite_coal_ore.prospected": "Coal", - "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.granite_copper_ore.prospected": "Copper", - "block.gtceu.granite_diamond_ore.prospected": "Diamond", - "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.granite_emerald_ore.prospected": "Emerald", - "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.granite_galena_ore.prospected": "Galena", - "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.granite_goethite_ore.prospected": "Goethite", - "block.gtceu.granite_gold_ore.prospected": "Gold", - "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.granite_graphite_ore.prospected": "Graphite", - "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.granite_grossular_ore.prospected": "Grossular", - "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.granite_hematite_ore.prospected": "Hematite", - "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.granite_iron_ore.prospected": "Iron", - "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.granite_lapis_ore.prospected": "Lapis", - "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.granite_lead_ore.prospected": "Lead", - "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.granite_lithium_ore.prospected": "Lithium", - "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.granite_malachite_ore.prospected": "Malachite", - "block.gtceu.granite_mica_ore.prospected": "Mica", - "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.granite_monazite_ore.prospected": "Monazite", - "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.granite_nickel_ore.prospected": "Nickel", - "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.granite_olivine_ore.prospected": "Olivine", - "block.gtceu.granite_opal_ore.prospected": "Opal", - "block.gtceu.granite_palladium_ore.prospected": "Palladium", - "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.granite_platinum_ore.prospected": "Platinum", - "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.granite_powellite_ore.prospected": "Powellite", - "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.granite_realgar_ore.prospected": "Realgar", - "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.granite_redstone_ore.prospected": "Redstone", - "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.granite_ruby_ore.prospected": "Ruby", - "block.gtceu.granite_salt_ore.prospected": "Salt", - "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.granite_silver_ore.prospected": "Silver", - "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.granite_talc_ore.prospected": "Talc", - "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.granite_thorium_ore.prospected": "Thorium", - "block.gtceu.granite_tin_ore.prospected": "Tin", - "block.gtceu.granite_topaz_ore.prospected": "Topaz", - "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.granite_trona_ore.prospected": "Trona", - "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.limestone_almandine_ore.prospected": "Almandine", - "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.limestone_alunite_ore.prospected": "Alunite", - "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.limestone_apatite_ore.prospected": "Apatite", - "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.limestone_barite_ore.prospected": "Barite", - "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.limestone_borax_ore.prospected": "Borax", - "block.gtceu.limestone_bornite_ore.prospected": "Bornite", - "block.gtceu.limestone_calcite_ore.prospected": "Calcite", - "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.limestone_chromite_ore.prospected": "Chromite", - "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.limestone_coal_ore.prospected": "Coal", - "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.limestone_copper_ore.prospected": "Copper", - "block.gtceu.limestone_diamond_ore.prospected": "Diamond", - "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.limestone_emerald_ore.prospected": "Emerald", - "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.limestone_galena_ore.prospected": "Galena", - "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.limestone_goethite_ore.prospected": "Goethite", - "block.gtceu.limestone_gold_ore.prospected": "Gold", - "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.limestone_graphite_ore.prospected": "Graphite", - "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.limestone_grossular_ore.prospected": "Grossular", - "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.limestone_hematite_ore.prospected": "Hematite", - "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.limestone_iron_ore.prospected": "Iron", - "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.limestone_lapis_ore.prospected": "Lapis", - "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.limestone_lead_ore.prospected": "Lead", - "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.limestone_lithium_ore.prospected": "Lithium", - "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.limestone_malachite_ore.prospected": "Malachite", - "block.gtceu.limestone_mica_ore.prospected": "Mica", - "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.limestone_monazite_ore.prospected": "Monazite", - "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.limestone_nickel_ore.prospected": "Nickel", - "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.limestone_olivine_ore.prospected": "Olivine", - "block.gtceu.limestone_opal_ore.prospected": "Opal", - "block.gtceu.limestone_palladium_ore.prospected": "Palladium", - "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.limestone_platinum_ore.prospected": "Platinum", - "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.limestone_powellite_ore.prospected": "Powellite", - "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.limestone_realgar_ore.prospected": "Realgar", - "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.limestone_redstone_ore.prospected": "Redstone", - "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.limestone_ruby_ore.prospected": "Ruby", - "block.gtceu.limestone_salt_ore.prospected": "Salt", - "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.limestone_silver_ore.prospected": "Silver", - "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.limestone_talc_ore.prospected": "Talc", - "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.limestone_thorium_ore.prospected": "Thorium", - "block.gtceu.limestone_tin_ore.prospected": "Tin", - "block.gtceu.limestone_topaz_ore.prospected": "Topaz", - "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.limestone_trona_ore.prospected": "Trona", - "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.marble_almandine_ore.prospected": "Almandine", - "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", - "block.gtceu.marble_alunite_ore.prospected": "Alunite", - "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", - "block.gtceu.marble_apatite_ore.prospected": "Apatite", - "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", - "block.gtceu.marble_barite_ore.prospected": "Barite", - "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", - "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", - "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", - "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", - "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.marble_borax_ore.prospected": "Borax", - "block.gtceu.marble_bornite_ore.prospected": "Bornite", - "block.gtceu.marble_calcite_ore.prospected": "Calcite", - "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.marble_chromite_ore.prospected": "Chromite", - "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.marble_coal_ore.prospected": "Coal", - "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", - "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", - "block.gtceu.marble_copper_ore.prospected": "Copper", - "block.gtceu.marble_diamond_ore.prospected": "Diamond", - "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", - "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", - "block.gtceu.marble_emerald_ore.prospected": "Emerald", - "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.marble_galena_ore.prospected": "Galena", - "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", - "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.marble_goethite_ore.prospected": "Goethite", - "block.gtceu.marble_gold_ore.prospected": "Gold", - "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.marble_graphite_ore.prospected": "Graphite", - "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.marble_grossular_ore.prospected": "Grossular", - "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", - "block.gtceu.marble_hematite_ore.prospected": "Hematite", - "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.marble_iron_ore.prospected": "Iron", - "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", - "block.gtceu.marble_lapis_ore.prospected": "Lapis", - "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", - "block.gtceu.marble_lead_ore.prospected": "Lead", - "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.marble_lithium_ore.prospected": "Lithium", - "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", - "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", - "block.gtceu.marble_malachite_ore.prospected": "Malachite", - "block.gtceu.marble_mica_ore.prospected": "Mica", - "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.marble_monazite_ore.prospected": "Monazite", - "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", - "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", - "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.marble_nickel_ore.prospected": "Nickel", - "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", - "block.gtceu.marble_olivine_ore.prospected": "Olivine", - "block.gtceu.marble_opal_ore.prospected": "Opal", - "block.gtceu.marble_palladium_ore.prospected": "Palladium", - "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.marble_platinum_ore.prospected": "Platinum", - "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", - "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", - "block.gtceu.marble_powellite_ore.prospected": "Powellite", - "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", - "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", - "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", - "block.gtceu.marble_realgar_ore.prospected": "Realgar", - "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.marble_redstone_ore.prospected": "Redstone", - "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.marble_ruby_ore.prospected": "Ruby", - "block.gtceu.marble_salt_ore.prospected": "Salt", - "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", - "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", - "block.gtceu.marble_silver_ore.prospected": "Silver", - "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", - "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", - "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", - "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", - "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", - "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", - "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", - "block.gtceu.marble_talc_ore.prospected": "Talc", - "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", - "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.marble_thorium_ore.prospected": "Thorium", - "block.gtceu.marble_tin_ore.prospected": "Tin", - "block.gtceu.marble_topaz_ore.prospected": "Topaz", - "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.marble_trona_ore.prospected": "Trona", - "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", - "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", - "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", - "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", - "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", - "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", - "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.phyllite_barite_ore.prospected": "Barite", - "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.phyllite_borax_ore.prospected": "Borax", - "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", - "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", - "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", - "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.phyllite_coal_ore.prospected": "Coal", - "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.phyllite_copper_ore.prospected": "Copper", - "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", - "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", - "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.phyllite_galena_ore.prospected": "Galena", - "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", - "block.gtceu.phyllite_gold_ore.prospected": "Gold", - "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", - "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", - "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", - "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.phyllite_iron_ore.prospected": "Iron", - "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", - "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.phyllite_lead_ore.prospected": "Lead", - "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", - "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", - "block.gtceu.phyllite_mica_ore.prospected": "Mica", - "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", - "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", - "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", - "block.gtceu.phyllite_opal_ore.prospected": "Opal", - "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", - "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", - "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", - "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", - "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", - "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", - "block.gtceu.phyllite_salt_ore.prospected": "Salt", - "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.phyllite_silver_ore.prospected": "Silver", - "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.phyllite_talc_ore.prospected": "Talc", - "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", - "block.gtceu.phyllite_tin_ore.prospected": "Tin", - "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", - "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.phyllite_trona_ore.prospected": "Trona", - "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", - "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", - "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", - "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.quartzite_barite_ore.prospected": "Barite", - "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.quartzite_borax_ore.prospected": "Borax", - "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", - "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", - "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", - "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.quartzite_coal_ore.prospected": "Coal", - "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.quartzite_copper_ore.prospected": "Copper", - "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", - "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", - "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.quartzite_galena_ore.prospected": "Galena", - "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", - "block.gtceu.quartzite_gold_ore.prospected": "Gold", - "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", - "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", - "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", - "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.quartzite_iron_ore.prospected": "Iron", - "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", - "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.quartzite_lead_ore.prospected": "Lead", - "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", - "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", - "block.gtceu.quartzite_mica_ore.prospected": "Mica", - "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", - "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", - "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", - "block.gtceu.quartzite_opal_ore.prospected": "Opal", - "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", - "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", - "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", - "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", - "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", - "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", - "block.gtceu.quartzite_salt_ore.prospected": "Salt", - "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.quartzite_silver_ore.prospected": "Silver", - "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.quartzite_talc_ore.prospected": "Talc", - "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", - "block.gtceu.quartzite_tin_ore.prospected": "Tin", - "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", - "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.quartzite_trona_ore.prospected": "Trona", - "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", - "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", - "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", - "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.rhyolite_barite_ore.prospected": "Barite", - "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.rhyolite_borax_ore.prospected": "Borax", - "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", - "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", - "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", - "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.rhyolite_coal_ore.prospected": "Coal", - "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.rhyolite_copper_ore.prospected": "Copper", - "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", - "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", - "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.rhyolite_galena_ore.prospected": "Galena", - "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", - "block.gtceu.rhyolite_gold_ore.prospected": "Gold", - "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", - "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", - "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", - "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.rhyolite_iron_ore.prospected": "Iron", - "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", - "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.rhyolite_lead_ore.prospected": "Lead", - "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", - "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", - "block.gtceu.rhyolite_mica_ore.prospected": "Mica", - "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", - "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", - "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", - "block.gtceu.rhyolite_opal_ore.prospected": "Opal", - "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", - "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", - "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", - "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", - "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", - "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", - "block.gtceu.rhyolite_salt_ore.prospected": "Salt", - "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.rhyolite_silver_ore.prospected": "Silver", - "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.rhyolite_talc_ore.prospected": "Talc", - "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", - "block.gtceu.rhyolite_tin_ore.prospected": "Tin", - "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", - "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.rhyolite_trona_ore.prospected": "Trona", - "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.schist_almandine_ore.prospected": "Almandine", - "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", - "block.gtceu.schist_alunite_ore.prospected": "Alunite", - "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", - "block.gtceu.schist_apatite_ore.prospected": "Apatite", - "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", - "block.gtceu.schist_barite_ore.prospected": "Barite", - "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", - "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", - "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", - "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", - "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.schist_borax_ore.prospected": "Borax", - "block.gtceu.schist_bornite_ore.prospected": "Bornite", - "block.gtceu.schist_calcite_ore.prospected": "Calcite", - "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.schist_chromite_ore.prospected": "Chromite", - "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.schist_coal_ore.prospected": "Coal", - "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", - "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", - "block.gtceu.schist_copper_ore.prospected": "Copper", - "block.gtceu.schist_diamond_ore.prospected": "Diamond", - "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", - "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", - "block.gtceu.schist_emerald_ore.prospected": "Emerald", - "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.schist_galena_ore.prospected": "Galena", - "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", - "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.schist_goethite_ore.prospected": "Goethite", - "block.gtceu.schist_gold_ore.prospected": "Gold", - "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.schist_graphite_ore.prospected": "Graphite", - "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.schist_grossular_ore.prospected": "Grossular", - "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", - "block.gtceu.schist_hematite_ore.prospected": "Hematite", - "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.schist_iron_ore.prospected": "Iron", - "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", - "block.gtceu.schist_lapis_ore.prospected": "Lapis", - "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", - "block.gtceu.schist_lead_ore.prospected": "Lead", - "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.schist_lithium_ore.prospected": "Lithium", - "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", - "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", - "block.gtceu.schist_malachite_ore.prospected": "Malachite", - "block.gtceu.schist_mica_ore.prospected": "Mica", - "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.schist_monazite_ore.prospected": "Monazite", - "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", - "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", - "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.schist_nickel_ore.prospected": "Nickel", - "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", - "block.gtceu.schist_olivine_ore.prospected": "Olivine", - "block.gtceu.schist_opal_ore.prospected": "Opal", - "block.gtceu.schist_palladium_ore.prospected": "Palladium", - "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.schist_platinum_ore.prospected": "Platinum", - "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", - "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", - "block.gtceu.schist_powellite_ore.prospected": "Powellite", - "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", - "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", - "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", - "block.gtceu.schist_realgar_ore.prospected": "Realgar", - "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.schist_redstone_ore.prospected": "Redstone", - "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.schist_ruby_ore.prospected": "Ruby", - "block.gtceu.schist_salt_ore.prospected": "Salt", - "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", - "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", - "block.gtceu.schist_silver_ore.prospected": "Silver", - "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", - "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", - "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", - "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", - "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", - "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", - "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", - "block.gtceu.schist_talc_ore.prospected": "Talc", - "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", - "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.schist_thorium_ore.prospected": "Thorium", - "block.gtceu.schist_tin_ore.prospected": "Tin", - "block.gtceu.schist_topaz_ore.prospected": "Topaz", - "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.schist_trona_ore.prospected": "Trona", - "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", - "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", - "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", - "block.gtceu.shale_almandine_ore.prospected": "Almandine", - "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", - "block.gtceu.shale_alunite_ore.prospected": "Alunite", - "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", - "block.gtceu.shale_apatite_ore.prospected": "Apatite", - "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", - "block.gtceu.shale_barite_ore.prospected": "Barite", - "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", - "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", - "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", - "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", - "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.shale_borax_ore.prospected": "Borax", - "block.gtceu.shale_bornite_ore.prospected": "Bornite", - "block.gtceu.shale_calcite_ore.prospected": "Calcite", - "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.shale_chromite_ore.prospected": "Chromite", - "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.shale_coal_ore.prospected": "Coal", - "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", - "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", - "block.gtceu.shale_copper_ore.prospected": "Copper", - "block.gtceu.shale_diamond_ore.prospected": "Diamond", - "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", - "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", - "block.gtceu.shale_emerald_ore.prospected": "Emerald", - "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.shale_galena_ore.prospected": "Galena", - "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", - "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.shale_goethite_ore.prospected": "Goethite", - "block.gtceu.shale_gold_ore.prospected": "Gold", - "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.shale_graphite_ore.prospected": "Graphite", - "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.shale_grossular_ore.prospected": "Grossular", - "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", - "block.gtceu.shale_hematite_ore.prospected": "Hematite", - "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.shale_iron_ore.prospected": "Iron", - "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", - "block.gtceu.shale_lapis_ore.prospected": "Lapis", - "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", - "block.gtceu.shale_lead_ore.prospected": "Lead", - "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.shale_lithium_ore.prospected": "Lithium", - "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", - "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", - "block.gtceu.shale_malachite_ore.prospected": "Malachite", - "block.gtceu.shale_mica_ore.prospected": "Mica", - "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.shale_monazite_ore.prospected": "Monazite", - "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", - "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", - "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.shale_nickel_ore.prospected": "Nickel", - "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", - "block.gtceu.shale_olivine_ore.prospected": "Olivine", - "block.gtceu.shale_opal_ore.prospected": "Opal", - "block.gtceu.shale_palladium_ore.prospected": "Palladium", - "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.shale_platinum_ore.prospected": "Platinum", - "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", - "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", - "block.gtceu.shale_powellite_ore.prospected": "Powellite", - "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", - "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", - "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", - "block.gtceu.shale_realgar_ore.prospected": "Realgar", - "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.shale_redstone_ore.prospected": "Redstone", - "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.shale_ruby_ore.prospected": "Ruby", - "block.gtceu.shale_salt_ore.prospected": "Salt", - "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", - "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", - "block.gtceu.shale_silver_ore.prospected": "Silver", - "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", - "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", - "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", - "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", - "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", - "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", - "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", - "block.gtceu.shale_talc_ore.prospected": "Talc", - "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", - "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.shale_thorium_ore.prospected": "Thorium", - "block.gtceu.shale_tin_ore.prospected": "Tin", - "block.gtceu.shale_topaz_ore.prospected": "Topaz", - "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.shale_trona_ore.prospected": "Trona", - "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", - "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", - "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", - "block.gtceu.slate_almandine_ore.prospected": "Almandine", - "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.slate_alunite_ore.prospected": "Alunite", - "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.slate_apatite_ore.prospected": "Apatite", - "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.slate_barite_ore.prospected": "Barite", - "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.slate_borax_ore.prospected": "Borax", - "block.gtceu.slate_bornite_ore.prospected": "Bornite", - "block.gtceu.slate_calcite_ore.prospected": "Calcite", - "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.slate_chromite_ore.prospected": "Chromite", - "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.slate_coal_ore.prospected": "Coal", - "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.slate_copper_ore.prospected": "Copper", - "block.gtceu.slate_diamond_ore.prospected": "Diamond", - "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.slate_emerald_ore.prospected": "Emerald", - "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.slate_galena_ore.prospected": "Galena", - "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.slate_goethite_ore.prospected": "Goethite", - "block.gtceu.slate_gold_ore.prospected": "Gold", - "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.slate_graphite_ore.prospected": "Graphite", - "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.slate_grossular_ore.prospected": "Grossular", - "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.slate_hematite_ore.prospected": "Hematite", - "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.slate_iron_ore.prospected": "Iron", - "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.slate_lapis_ore.prospected": "Lapis", - "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.slate_lead_ore.prospected": "Lead", - "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.slate_lithium_ore.prospected": "Lithium", - "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.slate_malachite_ore.prospected": "Malachite", - "block.gtceu.slate_mica_ore.prospected": "Mica", - "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.slate_monazite_ore.prospected": "Monazite", - "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.slate_nickel_ore.prospected": "Nickel", - "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.slate_olivine_ore.prospected": "Olivine", - "block.gtceu.slate_opal_ore.prospected": "Opal", - "block.gtceu.slate_palladium_ore.prospected": "Palladium", - "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.slate_platinum_ore.prospected": "Platinum", - "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.slate_powellite_ore.prospected": "Powellite", - "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.slate_realgar_ore.prospected": "Realgar", - "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.slate_redstone_ore.prospected": "Redstone", - "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.slate_ruby_ore.prospected": "Ruby", - "block.gtceu.slate_salt_ore.prospected": "Salt", - "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.slate_silver_ore.prospected": "Silver", - "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.slate_talc_ore.prospected": "Talc", - "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.slate_thorium_ore.prospected": "Thorium", - "block.gtceu.slate_tin_ore.prospected": "Tin", - "block.gtceu.slate_topaz_ore.prospected": "Topaz", - "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.slate_trona_ore.prospected": "Trona", - "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", - "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", - "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", - "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.deepslate_barite_ore.prospected": "Barite", - "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.deepslate_borax_ore.prospected": "Borax", - "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", - "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", - "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", - "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.deepslate_coal_ore.prospected": "Coal", - "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.deepslate_copper_ore.prospected": "Copper", - "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", - "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", - "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.deepslate_galena_ore.prospected": "Galena", - "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", - "block.gtceu.deepslate_gold_ore.prospected": "Gold", - "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", - "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", - "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", - "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.deepslate_iron_ore.prospected": "Iron", - "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", - "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.deepslate_lead_ore.prospected": "Lead", - "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", - "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", - "block.gtceu.deepslate_mica_ore.prospected": "Mica", - "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", - "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", - "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", - "block.gtceu.deepslate_opal_ore.prospected": "Opal", - "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", - "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", - "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", - "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", - "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", - "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", - "block.gtceu.deepslate_salt_ore.prospected": "Salt", - "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.deepslate_silver_ore.prospected": "Silver", - "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.deepslate_talc_ore.prospected": "Talc", - "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", - "block.gtceu.deepslate_tin_ore.prospected": "Tin", - "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", - "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.deepslate_trona_ore.prospected": "Trona", - "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", - "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", - "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", - "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", - "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", - "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", - "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", - "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", - "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", - "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", - "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", - "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", - "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", - "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", - "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", - "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", - "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", - "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", - "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", - "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", - "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", - "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", - "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", - "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", - "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", - "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", - "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", - "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", - "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", - "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", - "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", - "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", - "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", - "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", - "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", - "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", - "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", - "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", - "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", - "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", - "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", - "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", - "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", - "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", - "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dripstone_barite_ore.prospected": "Barite", - "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dripstone_borax_ore.prospected": "Borax", - "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", - "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", - "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", - "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dripstone_coal_ore.prospected": "Coal", - "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dripstone_copper_ore.prospected": "Copper", - "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", - "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", - "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dripstone_galena_ore.prospected": "Galena", - "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", - "block.gtceu.dripstone_gold_ore.prospected": "Gold", - "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", - "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", - "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", - "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dripstone_iron_ore.prospected": "Iron", - "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", - "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dripstone_lead_ore.prospected": "Lead", - "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", - "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", - "block.gtceu.dripstone_mica_ore.prospected": "Mica", - "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", - "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", - "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", - "block.gtceu.dripstone_opal_ore.prospected": "Opal", - "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", - "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", - "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", - "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", - "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", - "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", - "block.gtceu.dripstone_salt_ore.prospected": "Salt", - "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dripstone_silver_ore.prospected": "Silver", - "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dripstone_talc_ore.prospected": "Talc", - "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", - "block.gtceu.dripstone_tin_ore.prospected": "Tin", - "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", - "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dripstone_trona_ore.prospected": "Trona", - "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", - "fluid.tfc.salt_water": "Sea Water", - "item.tfc.bucket.salt_water": "Sea Water Bucket", - "item.tfc.powder.saltpeter": "Saltpeter Powder", - "item.tfc.powder.sulfur": "Sulfur Powder", - "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", - "metal.tfg.redstone": "Redstone", - "metal.tfg.red_alloy": "Red Alloy", - "metal.tfg.tin_alloy": "Tin Alloy" + "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", + "block.tfc.fluid.salt_water": "Sea Water", + "block.tfc.cauldron.salt_water": "Sea Water Cauldron", + "block.gtceu.andesite_almandine_ore.prospected": "Almandine", + "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.andesite_alunite_ore.prospected": "Alunite", + "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.andesite_apatite_ore.prospected": "Apatite", + "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.andesite_barite_ore.prospected": "Barite", + "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.andesite_borax_ore.prospected": "Borax", + "block.gtceu.andesite_bornite_ore.prospected": "Bornite", + "block.gtceu.andesite_calcite_ore.prospected": "Calcite", + "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.andesite_chromite_ore.prospected": "Chromite", + "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.andesite_coal_ore.prospected": "Coal", + "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.andesite_copper_ore.prospected": "Copper", + "block.gtceu.andesite_diamond_ore.prospected": "Diamond", + "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.andesite_emerald_ore.prospected": "Emerald", + "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.andesite_galena_ore.prospected": "Galena", + "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.andesite_goethite_ore.prospected": "Goethite", + "block.gtceu.andesite_gold_ore.prospected": "Gold", + "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.andesite_graphite_ore.prospected": "Graphite", + "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.andesite_grossular_ore.prospected": "Grossular", + "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.andesite_hematite_ore.prospected": "Hematite", + "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.andesite_iron_ore.prospected": "Iron", + "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.andesite_lapis_ore.prospected": "Lapis", + "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.andesite_lead_ore.prospected": "Lead", + "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.andesite_lithium_ore.prospected": "Lithium", + "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.andesite_malachite_ore.prospected": "Malachite", + "block.gtceu.andesite_mica_ore.prospected": "Mica", + "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.andesite_monazite_ore.prospected": "Monazite", + "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.andesite_nickel_ore.prospected": "Nickel", + "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.andesite_olivine_ore.prospected": "Olivine", + "block.gtceu.andesite_opal_ore.prospected": "Opal", + "block.gtceu.andesite_palladium_ore.prospected": "Palladium", + "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.andesite_platinum_ore.prospected": "Platinum", + "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.andesite_powellite_ore.prospected": "Powellite", + "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.andesite_realgar_ore.prospected": "Realgar", + "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.andesite_redstone_ore.prospected": "Redstone", + "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.andesite_ruby_ore.prospected": "Ruby", + "block.gtceu.andesite_salt_ore.prospected": "Salt", + "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.andesite_silver_ore.prospected": "Silver", + "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.andesite_talc_ore.prospected": "Talc", + "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.andesite_thorium_ore.prospected": "Thorium", + "block.gtceu.andesite_tin_ore.prospected": "Tin", + "block.gtceu.andesite_topaz_ore.prospected": "Topaz", + "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.andesite_trona_ore.prospected": "Trona", + "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.basalt_almandine_ore.prospected": "Almandine", + "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", + "block.gtceu.basalt_alunite_ore.prospected": "Alunite", + "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", + "block.gtceu.basalt_apatite_ore.prospected": "Apatite", + "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", + "block.gtceu.basalt_barite_ore.prospected": "Barite", + "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", + "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", + "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", + "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", + "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.basalt_borax_ore.prospected": "Borax", + "block.gtceu.basalt_bornite_ore.prospected": "Bornite", + "block.gtceu.basalt_calcite_ore.prospected": "Calcite", + "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.basalt_chromite_ore.prospected": "Chromite", + "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.basalt_coal_ore.prospected": "Coal", + "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", + "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", + "block.gtceu.basalt_copper_ore.prospected": "Copper", + "block.gtceu.basalt_diamond_ore.prospected": "Diamond", + "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", + "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", + "block.gtceu.basalt_emerald_ore.prospected": "Emerald", + "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.basalt_galena_ore.prospected": "Galena", + "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", + "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.basalt_goethite_ore.prospected": "Goethite", + "block.gtceu.basalt_gold_ore.prospected": "Gold", + "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.basalt_graphite_ore.prospected": "Graphite", + "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.basalt_grossular_ore.prospected": "Grossular", + "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", + "block.gtceu.basalt_hematite_ore.prospected": "Hematite", + "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.basalt_iron_ore.prospected": "Iron", + "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", + "block.gtceu.basalt_lapis_ore.prospected": "Lapis", + "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", + "block.gtceu.basalt_lead_ore.prospected": "Lead", + "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.basalt_lithium_ore.prospected": "Lithium", + "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", + "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", + "block.gtceu.basalt_malachite_ore.prospected": "Malachite", + "block.gtceu.basalt_mica_ore.prospected": "Mica", + "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.basalt_monazite_ore.prospected": "Monazite", + "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", + "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", + "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.basalt_nickel_ore.prospected": "Nickel", + "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", + "block.gtceu.basalt_olivine_ore.prospected": "Olivine", + "block.gtceu.basalt_opal_ore.prospected": "Opal", + "block.gtceu.basalt_palladium_ore.prospected": "Palladium", + "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.basalt_platinum_ore.prospected": "Platinum", + "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", + "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", + "block.gtceu.basalt_powellite_ore.prospected": "Powellite", + "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", + "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", + "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", + "block.gtceu.basalt_realgar_ore.prospected": "Realgar", + "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.basalt_redstone_ore.prospected": "Redstone", + "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.basalt_ruby_ore.prospected": "Ruby", + "block.gtceu.basalt_salt_ore.prospected": "Salt", + "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", + "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", + "block.gtceu.basalt_silver_ore.prospected": "Silver", + "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", + "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", + "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", + "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", + "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", + "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", + "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", + "block.gtceu.basalt_talc_ore.prospected": "Talc", + "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", + "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.basalt_thorium_ore.prospected": "Thorium", + "block.gtceu.basalt_tin_ore.prospected": "Tin", + "block.gtceu.basalt_topaz_ore.prospected": "Topaz", + "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.basalt_trona_ore.prospected": "Trona", + "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", + "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", + "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chalk_almandine_ore.prospected": "Almandine", + "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chalk_alunite_ore.prospected": "Alunite", + "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chalk_apatite_ore.prospected": "Apatite", + "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chalk_barite_ore.prospected": "Barite", + "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chalk_borax_ore.prospected": "Borax", + "block.gtceu.chalk_bornite_ore.prospected": "Bornite", + "block.gtceu.chalk_calcite_ore.prospected": "Calcite", + "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chalk_chromite_ore.prospected": "Chromite", + "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chalk_coal_ore.prospected": "Coal", + "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chalk_copper_ore.prospected": "Copper", + "block.gtceu.chalk_diamond_ore.prospected": "Diamond", + "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chalk_emerald_ore.prospected": "Emerald", + "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chalk_galena_ore.prospected": "Galena", + "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chalk_goethite_ore.prospected": "Goethite", + "block.gtceu.chalk_gold_ore.prospected": "Gold", + "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chalk_graphite_ore.prospected": "Graphite", + "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chalk_grossular_ore.prospected": "Grossular", + "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chalk_hematite_ore.prospected": "Hematite", + "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chalk_iron_ore.prospected": "Iron", + "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chalk_lapis_ore.prospected": "Lapis", + "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chalk_lead_ore.prospected": "Lead", + "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chalk_lithium_ore.prospected": "Lithium", + "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chalk_malachite_ore.prospected": "Malachite", + "block.gtceu.chalk_mica_ore.prospected": "Mica", + "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chalk_monazite_ore.prospected": "Monazite", + "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chalk_nickel_ore.prospected": "Nickel", + "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chalk_olivine_ore.prospected": "Olivine", + "block.gtceu.chalk_opal_ore.prospected": "Opal", + "block.gtceu.chalk_palladium_ore.prospected": "Palladium", + "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chalk_platinum_ore.prospected": "Platinum", + "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chalk_powellite_ore.prospected": "Powellite", + "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chalk_realgar_ore.prospected": "Realgar", + "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chalk_redstone_ore.prospected": "Redstone", + "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chalk_ruby_ore.prospected": "Ruby", + "block.gtceu.chalk_salt_ore.prospected": "Salt", + "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chalk_silver_ore.prospected": "Silver", + "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chalk_talc_ore.prospected": "Talc", + "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chalk_thorium_ore.prospected": "Thorium", + "block.gtceu.chalk_tin_ore.prospected": "Tin", + "block.gtceu.chalk_topaz_ore.prospected": "Topaz", + "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chalk_trona_ore.prospected": "Trona", + "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chert_almandine_ore.prospected": "Almandine", + "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chert_alunite_ore.prospected": "Alunite", + "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chert_apatite_ore.prospected": "Apatite", + "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chert_barite_ore.prospected": "Barite", + "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chert_borax_ore.prospected": "Borax", + "block.gtceu.chert_bornite_ore.prospected": "Bornite", + "block.gtceu.chert_calcite_ore.prospected": "Calcite", + "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chert_chromite_ore.prospected": "Chromite", + "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chert_coal_ore.prospected": "Coal", + "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chert_copper_ore.prospected": "Copper", + "block.gtceu.chert_diamond_ore.prospected": "Diamond", + "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chert_emerald_ore.prospected": "Emerald", + "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chert_galena_ore.prospected": "Galena", + "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chert_goethite_ore.prospected": "Goethite", + "block.gtceu.chert_gold_ore.prospected": "Gold", + "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chert_graphite_ore.prospected": "Graphite", + "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chert_grossular_ore.prospected": "Grossular", + "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chert_hematite_ore.prospected": "Hematite", + "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chert_iron_ore.prospected": "Iron", + "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chert_lapis_ore.prospected": "Lapis", + "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chert_lead_ore.prospected": "Lead", + "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chert_lithium_ore.prospected": "Lithium", + "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chert_malachite_ore.prospected": "Malachite", + "block.gtceu.chert_mica_ore.prospected": "Mica", + "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chert_monazite_ore.prospected": "Monazite", + "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chert_nickel_ore.prospected": "Nickel", + "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chert_olivine_ore.prospected": "Olivine", + "block.gtceu.chert_opal_ore.prospected": "Opal", + "block.gtceu.chert_palladium_ore.prospected": "Palladium", + "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chert_platinum_ore.prospected": "Platinum", + "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chert_powellite_ore.prospected": "Powellite", + "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chert_realgar_ore.prospected": "Realgar", + "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chert_redstone_ore.prospected": "Redstone", + "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chert_ruby_ore.prospected": "Ruby", + "block.gtceu.chert_salt_ore.prospected": "Salt", + "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chert_silver_ore.prospected": "Silver", + "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chert_talc_ore.prospected": "Talc", + "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chert_thorium_ore.prospected": "Thorium", + "block.gtceu.chert_tin_ore.prospected": "Tin", + "block.gtceu.chert_topaz_ore.prospected": "Topaz", + "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chert_trona_ore.prospected": "Trona", + "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", + "block.gtceu.claystone_almandine_ore.prospected": "Almandine", + "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.claystone_alunite_ore.prospected": "Alunite", + "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.claystone_apatite_ore.prospected": "Apatite", + "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.claystone_barite_ore.prospected": "Barite", + "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.claystone_borax_ore.prospected": "Borax", + "block.gtceu.claystone_bornite_ore.prospected": "Bornite", + "block.gtceu.claystone_calcite_ore.prospected": "Calcite", + "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.claystone_chromite_ore.prospected": "Chromite", + "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.claystone_coal_ore.prospected": "Coal", + "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.claystone_copper_ore.prospected": "Copper", + "block.gtceu.claystone_diamond_ore.prospected": "Diamond", + "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.claystone_emerald_ore.prospected": "Emerald", + "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.claystone_galena_ore.prospected": "Galena", + "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.claystone_goethite_ore.prospected": "Goethite", + "block.gtceu.claystone_gold_ore.prospected": "Gold", + "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.claystone_graphite_ore.prospected": "Graphite", + "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.claystone_grossular_ore.prospected": "Grossular", + "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.claystone_hematite_ore.prospected": "Hematite", + "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.claystone_iron_ore.prospected": "Iron", + "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.claystone_lapis_ore.prospected": "Lapis", + "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.claystone_lead_ore.prospected": "Lead", + "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.claystone_lithium_ore.prospected": "Lithium", + "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.claystone_malachite_ore.prospected": "Malachite", + "block.gtceu.claystone_mica_ore.prospected": "Mica", + "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.claystone_monazite_ore.prospected": "Monazite", + "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.claystone_nickel_ore.prospected": "Nickel", + "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.claystone_olivine_ore.prospected": "Olivine", + "block.gtceu.claystone_opal_ore.prospected": "Opal", + "block.gtceu.claystone_palladium_ore.prospected": "Palladium", + "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.claystone_platinum_ore.prospected": "Platinum", + "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.claystone_powellite_ore.prospected": "Powellite", + "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.claystone_realgar_ore.prospected": "Realgar", + "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.claystone_redstone_ore.prospected": "Redstone", + "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.claystone_ruby_ore.prospected": "Ruby", + "block.gtceu.claystone_salt_ore.prospected": "Salt", + "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.claystone_silver_ore.prospected": "Silver", + "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.claystone_talc_ore.prospected": "Talc", + "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.claystone_thorium_ore.prospected": "Thorium", + "block.gtceu.claystone_tin_ore.prospected": "Tin", + "block.gtceu.claystone_topaz_ore.prospected": "Topaz", + "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.claystone_trona_ore.prospected": "Trona", + "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", + "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", + "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", + "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.conglomerate_barite_ore.prospected": "Barite", + "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.conglomerate_borax_ore.prospected": "Borax", + "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", + "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", + "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", + "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.conglomerate_coal_ore.prospected": "Coal", + "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.conglomerate_copper_ore.prospected": "Copper", + "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", + "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", + "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.conglomerate_galena_ore.prospected": "Galena", + "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", + "block.gtceu.conglomerate_gold_ore.prospected": "Gold", + "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", + "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", + "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", + "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.conglomerate_iron_ore.prospected": "Iron", + "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", + "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.conglomerate_lead_ore.prospected": "Lead", + "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", + "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", + "block.gtceu.conglomerate_mica_ore.prospected": "Mica", + "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", + "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", + "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", + "block.gtceu.conglomerate_opal_ore.prospected": "Opal", + "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", + "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", + "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", + "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", + "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", + "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", + "block.gtceu.conglomerate_salt_ore.prospected": "Salt", + "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.conglomerate_silver_ore.prospected": "Silver", + "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.conglomerate_talc_ore.prospected": "Talc", + "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", + "block.gtceu.conglomerate_tin_ore.prospected": "Tin", + "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", + "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.conglomerate_trona_ore.prospected": "Trona", + "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dacite_almandine_ore.prospected": "Almandine", + "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dacite_alunite_ore.prospected": "Alunite", + "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dacite_apatite_ore.prospected": "Apatite", + "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dacite_barite_ore.prospected": "Barite", + "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dacite_borax_ore.prospected": "Borax", + "block.gtceu.dacite_bornite_ore.prospected": "Bornite", + "block.gtceu.dacite_calcite_ore.prospected": "Calcite", + "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dacite_chromite_ore.prospected": "Chromite", + "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dacite_coal_ore.prospected": "Coal", + "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dacite_copper_ore.prospected": "Copper", + "block.gtceu.dacite_diamond_ore.prospected": "Diamond", + "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dacite_emerald_ore.prospected": "Emerald", + "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dacite_galena_ore.prospected": "Galena", + "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dacite_goethite_ore.prospected": "Goethite", + "block.gtceu.dacite_gold_ore.prospected": "Gold", + "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dacite_graphite_ore.prospected": "Graphite", + "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dacite_grossular_ore.prospected": "Grossular", + "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dacite_hematite_ore.prospected": "Hematite", + "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dacite_iron_ore.prospected": "Iron", + "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dacite_lapis_ore.prospected": "Lapis", + "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dacite_lead_ore.prospected": "Lead", + "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dacite_lithium_ore.prospected": "Lithium", + "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dacite_malachite_ore.prospected": "Malachite", + "block.gtceu.dacite_mica_ore.prospected": "Mica", + "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dacite_monazite_ore.prospected": "Monazite", + "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dacite_nickel_ore.prospected": "Nickel", + "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dacite_olivine_ore.prospected": "Olivine", + "block.gtceu.dacite_opal_ore.prospected": "Opal", + "block.gtceu.dacite_palladium_ore.prospected": "Palladium", + "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dacite_platinum_ore.prospected": "Platinum", + "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dacite_powellite_ore.prospected": "Powellite", + "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dacite_realgar_ore.prospected": "Realgar", + "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dacite_redstone_ore.prospected": "Redstone", + "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dacite_ruby_ore.prospected": "Ruby", + "block.gtceu.dacite_salt_ore.prospected": "Salt", + "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dacite_silver_ore.prospected": "Silver", + "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dacite_talc_ore.prospected": "Talc", + "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dacite_thorium_ore.prospected": "Thorium", + "block.gtceu.dacite_tin_ore.prospected": "Tin", + "block.gtceu.dacite_topaz_ore.prospected": "Topaz", + "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dacite_trona_ore.prospected": "Trona", + "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.diorite_almandine_ore.prospected": "Almandine", + "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.diorite_alunite_ore.prospected": "Alunite", + "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.diorite_apatite_ore.prospected": "Apatite", + "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.diorite_barite_ore.prospected": "Barite", + "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.diorite_borax_ore.prospected": "Borax", + "block.gtceu.diorite_bornite_ore.prospected": "Bornite", + "block.gtceu.diorite_calcite_ore.prospected": "Calcite", + "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.diorite_chromite_ore.prospected": "Chromite", + "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.diorite_coal_ore.prospected": "Coal", + "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.diorite_copper_ore.prospected": "Copper", + "block.gtceu.diorite_diamond_ore.prospected": "Diamond", + "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.diorite_emerald_ore.prospected": "Emerald", + "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.diorite_galena_ore.prospected": "Galena", + "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.diorite_goethite_ore.prospected": "Goethite", + "block.gtceu.diorite_gold_ore.prospected": "Gold", + "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.diorite_graphite_ore.prospected": "Graphite", + "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.diorite_grossular_ore.prospected": "Grossular", + "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.diorite_hematite_ore.prospected": "Hematite", + "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.diorite_iron_ore.prospected": "Iron", + "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.diorite_lapis_ore.prospected": "Lapis", + "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.diorite_lead_ore.prospected": "Lead", + "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.diorite_lithium_ore.prospected": "Lithium", + "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.diorite_malachite_ore.prospected": "Malachite", + "block.gtceu.diorite_mica_ore.prospected": "Mica", + "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.diorite_monazite_ore.prospected": "Monazite", + "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.diorite_nickel_ore.prospected": "Nickel", + "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.diorite_olivine_ore.prospected": "Olivine", + "block.gtceu.diorite_opal_ore.prospected": "Opal", + "block.gtceu.diorite_palladium_ore.prospected": "Palladium", + "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.diorite_platinum_ore.prospected": "Platinum", + "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.diorite_powellite_ore.prospected": "Powellite", + "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.diorite_realgar_ore.prospected": "Realgar", + "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.diorite_redstone_ore.prospected": "Redstone", + "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.diorite_ruby_ore.prospected": "Ruby", + "block.gtceu.diorite_salt_ore.prospected": "Salt", + "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.diorite_silver_ore.prospected": "Silver", + "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.diorite_talc_ore.prospected": "Talc", + "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.diorite_thorium_ore.prospected": "Thorium", + "block.gtceu.diorite_tin_ore.prospected": "Tin", + "block.gtceu.diorite_topaz_ore.prospected": "Topaz", + "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.diorite_trona_ore.prospected": "Trona", + "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", + "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", + "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", + "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dolomite_barite_ore.prospected": "Barite", + "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dolomite_borax_ore.prospected": "Borax", + "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", + "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", + "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", + "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dolomite_coal_ore.prospected": "Coal", + "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dolomite_copper_ore.prospected": "Copper", + "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", + "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", + "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dolomite_galena_ore.prospected": "Galena", + "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", + "block.gtceu.dolomite_gold_ore.prospected": "Gold", + "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", + "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", + "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", + "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dolomite_iron_ore.prospected": "Iron", + "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", + "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dolomite_lead_ore.prospected": "Lead", + "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", + "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", + "block.gtceu.dolomite_mica_ore.prospected": "Mica", + "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", + "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", + "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", + "block.gtceu.dolomite_opal_ore.prospected": "Opal", + "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", + "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", + "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", + "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", + "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", + "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", + "block.gtceu.dolomite_salt_ore.prospected": "Salt", + "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dolomite_silver_ore.prospected": "Silver", + "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dolomite_talc_ore.prospected": "Talc", + "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", + "block.gtceu.dolomite_tin_ore.prospected": "Tin", + "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", + "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dolomite_trona_ore.prospected": "Trona", + "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", + "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", + "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", + "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gabbro_barite_ore.prospected": "Barite", + "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gabbro_borax_ore.prospected": "Borax", + "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", + "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", + "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", + "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gabbro_coal_ore.prospected": "Coal", + "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gabbro_copper_ore.prospected": "Copper", + "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", + "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", + "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gabbro_galena_ore.prospected": "Galena", + "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", + "block.gtceu.gabbro_gold_ore.prospected": "Gold", + "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", + "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", + "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", + "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gabbro_iron_ore.prospected": "Iron", + "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", + "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gabbro_lead_ore.prospected": "Lead", + "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", + "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", + "block.gtceu.gabbro_mica_ore.prospected": "Mica", + "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", + "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", + "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", + "block.gtceu.gabbro_opal_ore.prospected": "Opal", + "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", + "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", + "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", + "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", + "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", + "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", + "block.gtceu.gabbro_salt_ore.prospected": "Salt", + "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gabbro_silver_ore.prospected": "Silver", + "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gabbro_talc_ore.prospected": "Talc", + "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", + "block.gtceu.gabbro_tin_ore.prospected": "Tin", + "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", + "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gabbro_trona_ore.prospected": "Trona", + "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", + "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", + "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", + "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gneiss_barite_ore.prospected": "Barite", + "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gneiss_borax_ore.prospected": "Borax", + "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", + "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", + "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", + "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gneiss_coal_ore.prospected": "Coal", + "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gneiss_copper_ore.prospected": "Copper", + "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", + "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", + "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gneiss_galena_ore.prospected": "Galena", + "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", + "block.gtceu.gneiss_gold_ore.prospected": "Gold", + "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", + "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", + "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", + "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gneiss_iron_ore.prospected": "Iron", + "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", + "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gneiss_lead_ore.prospected": "Lead", + "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", + "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", + "block.gtceu.gneiss_mica_ore.prospected": "Mica", + "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", + "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", + "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", + "block.gtceu.gneiss_opal_ore.prospected": "Opal", + "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", + "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", + "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", + "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", + "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", + "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", + "block.gtceu.gneiss_salt_ore.prospected": "Salt", + "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gneiss_silver_ore.prospected": "Silver", + "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gneiss_talc_ore.prospected": "Talc", + "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", + "block.gtceu.gneiss_tin_ore.prospected": "Tin", + "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", + "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gneiss_trona_ore.prospected": "Trona", + "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", + "block.gtceu.granite_almandine_ore.prospected": "Almandine", + "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.granite_alunite_ore.prospected": "Alunite", + "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.granite_apatite_ore.prospected": "Apatite", + "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.granite_barite_ore.prospected": "Barite", + "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.granite_borax_ore.prospected": "Borax", + "block.gtceu.granite_bornite_ore.prospected": "Bornite", + "block.gtceu.granite_calcite_ore.prospected": "Calcite", + "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.granite_chromite_ore.prospected": "Chromite", + "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.granite_coal_ore.prospected": "Coal", + "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.granite_copper_ore.prospected": "Copper", + "block.gtceu.granite_diamond_ore.prospected": "Diamond", + "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.granite_emerald_ore.prospected": "Emerald", + "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.granite_galena_ore.prospected": "Galena", + "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.granite_goethite_ore.prospected": "Goethite", + "block.gtceu.granite_gold_ore.prospected": "Gold", + "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.granite_graphite_ore.prospected": "Graphite", + "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.granite_grossular_ore.prospected": "Grossular", + "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.granite_hematite_ore.prospected": "Hematite", + "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.granite_iron_ore.prospected": "Iron", + "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.granite_lapis_ore.prospected": "Lapis", + "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.granite_lead_ore.prospected": "Lead", + "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.granite_lithium_ore.prospected": "Lithium", + "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.granite_malachite_ore.prospected": "Malachite", + "block.gtceu.granite_mica_ore.prospected": "Mica", + "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.granite_monazite_ore.prospected": "Monazite", + "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.granite_nickel_ore.prospected": "Nickel", + "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.granite_olivine_ore.prospected": "Olivine", + "block.gtceu.granite_opal_ore.prospected": "Opal", + "block.gtceu.granite_palladium_ore.prospected": "Palladium", + "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.granite_platinum_ore.prospected": "Platinum", + "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.granite_powellite_ore.prospected": "Powellite", + "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.granite_realgar_ore.prospected": "Realgar", + "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.granite_redstone_ore.prospected": "Redstone", + "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.granite_ruby_ore.prospected": "Ruby", + "block.gtceu.granite_salt_ore.prospected": "Salt", + "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.granite_silver_ore.prospected": "Silver", + "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.granite_talc_ore.prospected": "Talc", + "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.granite_thorium_ore.prospected": "Thorium", + "block.gtceu.granite_tin_ore.prospected": "Tin", + "block.gtceu.granite_topaz_ore.prospected": "Topaz", + "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.granite_trona_ore.prospected": "Trona", + "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.limestone_almandine_ore.prospected": "Almandine", + "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.limestone_alunite_ore.prospected": "Alunite", + "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.limestone_apatite_ore.prospected": "Apatite", + "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.limestone_barite_ore.prospected": "Barite", + "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.limestone_borax_ore.prospected": "Borax", + "block.gtceu.limestone_bornite_ore.prospected": "Bornite", + "block.gtceu.limestone_calcite_ore.prospected": "Calcite", + "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.limestone_chromite_ore.prospected": "Chromite", + "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.limestone_coal_ore.prospected": "Coal", + "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.limestone_copper_ore.prospected": "Copper", + "block.gtceu.limestone_diamond_ore.prospected": "Diamond", + "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.limestone_emerald_ore.prospected": "Emerald", + "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.limestone_galena_ore.prospected": "Galena", + "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.limestone_goethite_ore.prospected": "Goethite", + "block.gtceu.limestone_gold_ore.prospected": "Gold", + "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.limestone_graphite_ore.prospected": "Graphite", + "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.limestone_grossular_ore.prospected": "Grossular", + "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.limestone_hematite_ore.prospected": "Hematite", + "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.limestone_iron_ore.prospected": "Iron", + "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.limestone_lapis_ore.prospected": "Lapis", + "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.limestone_lead_ore.prospected": "Lead", + "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.limestone_lithium_ore.prospected": "Lithium", + "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.limestone_malachite_ore.prospected": "Malachite", + "block.gtceu.limestone_mica_ore.prospected": "Mica", + "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.limestone_monazite_ore.prospected": "Monazite", + "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.limestone_nickel_ore.prospected": "Nickel", + "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.limestone_olivine_ore.prospected": "Olivine", + "block.gtceu.limestone_opal_ore.prospected": "Opal", + "block.gtceu.limestone_palladium_ore.prospected": "Palladium", + "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.limestone_platinum_ore.prospected": "Platinum", + "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.limestone_powellite_ore.prospected": "Powellite", + "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.limestone_realgar_ore.prospected": "Realgar", + "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.limestone_redstone_ore.prospected": "Redstone", + "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.limestone_ruby_ore.prospected": "Ruby", + "block.gtceu.limestone_salt_ore.prospected": "Salt", + "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.limestone_silver_ore.prospected": "Silver", + "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.limestone_talc_ore.prospected": "Talc", + "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.limestone_thorium_ore.prospected": "Thorium", + "block.gtceu.limestone_tin_ore.prospected": "Tin", + "block.gtceu.limestone_topaz_ore.prospected": "Topaz", + "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.limestone_trona_ore.prospected": "Trona", + "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.marble_almandine_ore.prospected": "Almandine", + "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", + "block.gtceu.marble_alunite_ore.prospected": "Alunite", + "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", + "block.gtceu.marble_apatite_ore.prospected": "Apatite", + "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", + "block.gtceu.marble_barite_ore.prospected": "Barite", + "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", + "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", + "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", + "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", + "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.marble_borax_ore.prospected": "Borax", + "block.gtceu.marble_bornite_ore.prospected": "Bornite", + "block.gtceu.marble_calcite_ore.prospected": "Calcite", + "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.marble_chromite_ore.prospected": "Chromite", + "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.marble_coal_ore.prospected": "Coal", + "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", + "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", + "block.gtceu.marble_copper_ore.prospected": "Copper", + "block.gtceu.marble_diamond_ore.prospected": "Diamond", + "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", + "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", + "block.gtceu.marble_emerald_ore.prospected": "Emerald", + "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.marble_galena_ore.prospected": "Galena", + "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", + "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.marble_goethite_ore.prospected": "Goethite", + "block.gtceu.marble_gold_ore.prospected": "Gold", + "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.marble_graphite_ore.prospected": "Graphite", + "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.marble_grossular_ore.prospected": "Grossular", + "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", + "block.gtceu.marble_hematite_ore.prospected": "Hematite", + "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.marble_iron_ore.prospected": "Iron", + "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", + "block.gtceu.marble_lapis_ore.prospected": "Lapis", + "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", + "block.gtceu.marble_lead_ore.prospected": "Lead", + "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.marble_lithium_ore.prospected": "Lithium", + "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", + "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", + "block.gtceu.marble_malachite_ore.prospected": "Malachite", + "block.gtceu.marble_mica_ore.prospected": "Mica", + "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.marble_monazite_ore.prospected": "Monazite", + "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", + "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", + "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.marble_nickel_ore.prospected": "Nickel", + "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", + "block.gtceu.marble_olivine_ore.prospected": "Olivine", + "block.gtceu.marble_opal_ore.prospected": "Opal", + "block.gtceu.marble_palladium_ore.prospected": "Palladium", + "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.marble_platinum_ore.prospected": "Platinum", + "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", + "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", + "block.gtceu.marble_powellite_ore.prospected": "Powellite", + "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", + "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", + "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", + "block.gtceu.marble_realgar_ore.prospected": "Realgar", + "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.marble_redstone_ore.prospected": "Redstone", + "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.marble_ruby_ore.prospected": "Ruby", + "block.gtceu.marble_salt_ore.prospected": "Salt", + "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", + "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", + "block.gtceu.marble_silver_ore.prospected": "Silver", + "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", + "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", + "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", + "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", + "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", + "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", + "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", + "block.gtceu.marble_talc_ore.prospected": "Talc", + "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", + "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.marble_thorium_ore.prospected": "Thorium", + "block.gtceu.marble_tin_ore.prospected": "Tin", + "block.gtceu.marble_topaz_ore.prospected": "Topaz", + "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.marble_trona_ore.prospected": "Trona", + "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", + "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", + "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", + "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", + "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", + "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", + "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.phyllite_barite_ore.prospected": "Barite", + "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.phyllite_borax_ore.prospected": "Borax", + "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", + "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", + "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", + "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.phyllite_coal_ore.prospected": "Coal", + "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.phyllite_copper_ore.prospected": "Copper", + "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", + "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", + "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.phyllite_galena_ore.prospected": "Galena", + "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", + "block.gtceu.phyllite_gold_ore.prospected": "Gold", + "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", + "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", + "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", + "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.phyllite_iron_ore.prospected": "Iron", + "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", + "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.phyllite_lead_ore.prospected": "Lead", + "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", + "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", + "block.gtceu.phyllite_mica_ore.prospected": "Mica", + "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", + "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", + "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", + "block.gtceu.phyllite_opal_ore.prospected": "Opal", + "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", + "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", + "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", + "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", + "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", + "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", + "block.gtceu.phyllite_salt_ore.prospected": "Salt", + "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.phyllite_silver_ore.prospected": "Silver", + "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.phyllite_talc_ore.prospected": "Talc", + "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", + "block.gtceu.phyllite_tin_ore.prospected": "Tin", + "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", + "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.phyllite_trona_ore.prospected": "Trona", + "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", + "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", + "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", + "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.quartzite_barite_ore.prospected": "Barite", + "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.quartzite_borax_ore.prospected": "Borax", + "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", + "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", + "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", + "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.quartzite_coal_ore.prospected": "Coal", + "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.quartzite_copper_ore.prospected": "Copper", + "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", + "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", + "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.quartzite_galena_ore.prospected": "Galena", + "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", + "block.gtceu.quartzite_gold_ore.prospected": "Gold", + "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", + "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", + "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", + "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.quartzite_iron_ore.prospected": "Iron", + "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", + "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.quartzite_lead_ore.prospected": "Lead", + "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", + "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", + "block.gtceu.quartzite_mica_ore.prospected": "Mica", + "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", + "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", + "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", + "block.gtceu.quartzite_opal_ore.prospected": "Opal", + "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", + "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", + "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", + "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", + "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", + "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", + "block.gtceu.quartzite_salt_ore.prospected": "Salt", + "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.quartzite_silver_ore.prospected": "Silver", + "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.quartzite_talc_ore.prospected": "Talc", + "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", + "block.gtceu.quartzite_tin_ore.prospected": "Tin", + "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", + "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.quartzite_trona_ore.prospected": "Trona", + "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", + "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", + "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", + "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.rhyolite_barite_ore.prospected": "Barite", + "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.rhyolite_borax_ore.prospected": "Borax", + "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", + "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", + "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", + "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.rhyolite_coal_ore.prospected": "Coal", + "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.rhyolite_copper_ore.prospected": "Copper", + "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", + "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", + "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.rhyolite_galena_ore.prospected": "Galena", + "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", + "block.gtceu.rhyolite_gold_ore.prospected": "Gold", + "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", + "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", + "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", + "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.rhyolite_iron_ore.prospected": "Iron", + "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", + "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.rhyolite_lead_ore.prospected": "Lead", + "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", + "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", + "block.gtceu.rhyolite_mica_ore.prospected": "Mica", + "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", + "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", + "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", + "block.gtceu.rhyolite_opal_ore.prospected": "Opal", + "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", + "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", + "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", + "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", + "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", + "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", + "block.gtceu.rhyolite_salt_ore.prospected": "Salt", + "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.rhyolite_silver_ore.prospected": "Silver", + "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.rhyolite_talc_ore.prospected": "Talc", + "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", + "block.gtceu.rhyolite_tin_ore.prospected": "Tin", + "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", + "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.rhyolite_trona_ore.prospected": "Trona", + "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.schist_almandine_ore.prospected": "Almandine", + "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", + "block.gtceu.schist_alunite_ore.prospected": "Alunite", + "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", + "block.gtceu.schist_apatite_ore.prospected": "Apatite", + "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", + "block.gtceu.schist_barite_ore.prospected": "Barite", + "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", + "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", + "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", + "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", + "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.schist_borax_ore.prospected": "Borax", + "block.gtceu.schist_bornite_ore.prospected": "Bornite", + "block.gtceu.schist_calcite_ore.prospected": "Calcite", + "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.schist_chromite_ore.prospected": "Chromite", + "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.schist_coal_ore.prospected": "Coal", + "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", + "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", + "block.gtceu.schist_copper_ore.prospected": "Copper", + "block.gtceu.schist_diamond_ore.prospected": "Diamond", + "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", + "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", + "block.gtceu.schist_emerald_ore.prospected": "Emerald", + "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.schist_galena_ore.prospected": "Galena", + "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", + "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.schist_goethite_ore.prospected": "Goethite", + "block.gtceu.schist_gold_ore.prospected": "Gold", + "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.schist_graphite_ore.prospected": "Graphite", + "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.schist_grossular_ore.prospected": "Grossular", + "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", + "block.gtceu.schist_hematite_ore.prospected": "Hematite", + "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.schist_iron_ore.prospected": "Iron", + "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", + "block.gtceu.schist_lapis_ore.prospected": "Lapis", + "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", + "block.gtceu.schist_lead_ore.prospected": "Lead", + "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.schist_lithium_ore.prospected": "Lithium", + "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", + "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", + "block.gtceu.schist_malachite_ore.prospected": "Malachite", + "block.gtceu.schist_mica_ore.prospected": "Mica", + "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.schist_monazite_ore.prospected": "Monazite", + "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", + "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", + "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.schist_nickel_ore.prospected": "Nickel", + "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", + "block.gtceu.schist_olivine_ore.prospected": "Olivine", + "block.gtceu.schist_opal_ore.prospected": "Opal", + "block.gtceu.schist_palladium_ore.prospected": "Palladium", + "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.schist_platinum_ore.prospected": "Platinum", + "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", + "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", + "block.gtceu.schist_powellite_ore.prospected": "Powellite", + "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", + "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", + "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", + "block.gtceu.schist_realgar_ore.prospected": "Realgar", + "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.schist_redstone_ore.prospected": "Redstone", + "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.schist_ruby_ore.prospected": "Ruby", + "block.gtceu.schist_salt_ore.prospected": "Salt", + "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", + "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", + "block.gtceu.schist_silver_ore.prospected": "Silver", + "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", + "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", + "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", + "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", + "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", + "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", + "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", + "block.gtceu.schist_talc_ore.prospected": "Talc", + "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", + "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.schist_thorium_ore.prospected": "Thorium", + "block.gtceu.schist_tin_ore.prospected": "Tin", + "block.gtceu.schist_topaz_ore.prospected": "Topaz", + "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.schist_trona_ore.prospected": "Trona", + "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", + "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", + "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", + "block.gtceu.shale_almandine_ore.prospected": "Almandine", + "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", + "block.gtceu.shale_alunite_ore.prospected": "Alunite", + "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", + "block.gtceu.shale_apatite_ore.prospected": "Apatite", + "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", + "block.gtceu.shale_barite_ore.prospected": "Barite", + "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", + "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", + "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", + "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", + "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.shale_borax_ore.prospected": "Borax", + "block.gtceu.shale_bornite_ore.prospected": "Bornite", + "block.gtceu.shale_calcite_ore.prospected": "Calcite", + "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.shale_chromite_ore.prospected": "Chromite", + "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.shale_coal_ore.prospected": "Coal", + "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", + "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", + "block.gtceu.shale_copper_ore.prospected": "Copper", + "block.gtceu.shale_diamond_ore.prospected": "Diamond", + "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", + "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", + "block.gtceu.shale_emerald_ore.prospected": "Emerald", + "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.shale_galena_ore.prospected": "Galena", + "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", + "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.shale_goethite_ore.prospected": "Goethite", + "block.gtceu.shale_gold_ore.prospected": "Gold", + "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.shale_graphite_ore.prospected": "Graphite", + "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.shale_grossular_ore.prospected": "Grossular", + "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", + "block.gtceu.shale_hematite_ore.prospected": "Hematite", + "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.shale_iron_ore.prospected": "Iron", + "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", + "block.gtceu.shale_lapis_ore.prospected": "Lapis", + "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", + "block.gtceu.shale_lead_ore.prospected": "Lead", + "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.shale_lithium_ore.prospected": "Lithium", + "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", + "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", + "block.gtceu.shale_malachite_ore.prospected": "Malachite", + "block.gtceu.shale_mica_ore.prospected": "Mica", + "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.shale_monazite_ore.prospected": "Monazite", + "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", + "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", + "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.shale_nickel_ore.prospected": "Nickel", + "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", + "block.gtceu.shale_olivine_ore.prospected": "Olivine", + "block.gtceu.shale_opal_ore.prospected": "Opal", + "block.gtceu.shale_palladium_ore.prospected": "Palladium", + "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.shale_platinum_ore.prospected": "Platinum", + "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", + "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", + "block.gtceu.shale_powellite_ore.prospected": "Powellite", + "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", + "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", + "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", + "block.gtceu.shale_realgar_ore.prospected": "Realgar", + "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.shale_redstone_ore.prospected": "Redstone", + "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.shale_ruby_ore.prospected": "Ruby", + "block.gtceu.shale_salt_ore.prospected": "Salt", + "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", + "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", + "block.gtceu.shale_silver_ore.prospected": "Silver", + "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", + "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", + "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", + "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", + "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", + "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", + "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", + "block.gtceu.shale_talc_ore.prospected": "Talc", + "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", + "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.shale_thorium_ore.prospected": "Thorium", + "block.gtceu.shale_tin_ore.prospected": "Tin", + "block.gtceu.shale_topaz_ore.prospected": "Topaz", + "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.shale_trona_ore.prospected": "Trona", + "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", + "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", + "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", + "block.gtceu.slate_almandine_ore.prospected": "Almandine", + "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.slate_alunite_ore.prospected": "Alunite", + "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.slate_apatite_ore.prospected": "Apatite", + "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.slate_barite_ore.prospected": "Barite", + "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.slate_borax_ore.prospected": "Borax", + "block.gtceu.slate_bornite_ore.prospected": "Bornite", + "block.gtceu.slate_calcite_ore.prospected": "Calcite", + "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.slate_chromite_ore.prospected": "Chromite", + "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.slate_coal_ore.prospected": "Coal", + "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.slate_copper_ore.prospected": "Copper", + "block.gtceu.slate_diamond_ore.prospected": "Diamond", + "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.slate_emerald_ore.prospected": "Emerald", + "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.slate_galena_ore.prospected": "Galena", + "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.slate_goethite_ore.prospected": "Goethite", + "block.gtceu.slate_gold_ore.prospected": "Gold", + "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.slate_graphite_ore.prospected": "Graphite", + "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.slate_grossular_ore.prospected": "Grossular", + "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.slate_hematite_ore.prospected": "Hematite", + "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.slate_iron_ore.prospected": "Iron", + "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.slate_lapis_ore.prospected": "Lapis", + "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.slate_lead_ore.prospected": "Lead", + "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.slate_lithium_ore.prospected": "Lithium", + "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.slate_malachite_ore.prospected": "Malachite", + "block.gtceu.slate_mica_ore.prospected": "Mica", + "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.slate_monazite_ore.prospected": "Monazite", + "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.slate_nickel_ore.prospected": "Nickel", + "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.slate_olivine_ore.prospected": "Olivine", + "block.gtceu.slate_opal_ore.prospected": "Opal", + "block.gtceu.slate_palladium_ore.prospected": "Palladium", + "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.slate_platinum_ore.prospected": "Platinum", + "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.slate_powellite_ore.prospected": "Powellite", + "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.slate_realgar_ore.prospected": "Realgar", + "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.slate_redstone_ore.prospected": "Redstone", + "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.slate_ruby_ore.prospected": "Ruby", + "block.gtceu.slate_salt_ore.prospected": "Salt", + "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.slate_silver_ore.prospected": "Silver", + "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.slate_talc_ore.prospected": "Talc", + "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.slate_thorium_ore.prospected": "Thorium", + "block.gtceu.slate_tin_ore.prospected": "Tin", + "block.gtceu.slate_topaz_ore.prospected": "Topaz", + "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.slate_trona_ore.prospected": "Trona", + "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", + "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", + "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", + "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.deepslate_barite_ore.prospected": "Barite", + "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.deepslate_borax_ore.prospected": "Borax", + "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", + "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", + "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", + "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.deepslate_coal_ore.prospected": "Coal", + "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.deepslate_copper_ore.prospected": "Copper", + "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", + "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", + "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.deepslate_galena_ore.prospected": "Galena", + "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", + "block.gtceu.deepslate_gold_ore.prospected": "Gold", + "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", + "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", + "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", + "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.deepslate_iron_ore.prospected": "Iron", + "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", + "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.deepslate_lead_ore.prospected": "Lead", + "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", + "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", + "block.gtceu.deepslate_mica_ore.prospected": "Mica", + "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", + "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", + "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", + "block.gtceu.deepslate_opal_ore.prospected": "Opal", + "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", + "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", + "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", + "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", + "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", + "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", + "block.gtceu.deepslate_salt_ore.prospected": "Salt", + "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.deepslate_silver_ore.prospected": "Silver", + "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.deepslate_talc_ore.prospected": "Talc", + "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", + "block.gtceu.deepslate_tin_ore.prospected": "Tin", + "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", + "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.deepslate_trona_ore.prospected": "Trona", + "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", + "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", + "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", + "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", + "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", + "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", + "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", + "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", + "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", + "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", + "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", + "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", + "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", + "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", + "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", + "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", + "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", + "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", + "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", + "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", + "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", + "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", + "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", + "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", + "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", + "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", + "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", + "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", + "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", + "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", + "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", + "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", + "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", + "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", + "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", + "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", + "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", + "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", + "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", + "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", + "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", + "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", + "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", + "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", + "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dripstone_barite_ore.prospected": "Barite", + "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dripstone_borax_ore.prospected": "Borax", + "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", + "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", + "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", + "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dripstone_coal_ore.prospected": "Coal", + "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dripstone_copper_ore.prospected": "Copper", + "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", + "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", + "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dripstone_galena_ore.prospected": "Galena", + "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", + "block.gtceu.dripstone_gold_ore.prospected": "Gold", + "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", + "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", + "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", + "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dripstone_iron_ore.prospected": "Iron", + "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", + "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dripstone_lead_ore.prospected": "Lead", + "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", + "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", + "block.gtceu.dripstone_mica_ore.prospected": "Mica", + "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", + "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", + "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", + "block.gtceu.dripstone_opal_ore.prospected": "Opal", + "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", + "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", + "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", + "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", + "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", + "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", + "block.gtceu.dripstone_salt_ore.prospected": "Salt", + "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dripstone_silver_ore.prospected": "Silver", + "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dripstone_talc_ore.prospected": "Talc", + "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", + "block.gtceu.dripstone_tin_ore.prospected": "Tin", + "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", + "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dripstone_trona_ore.prospected": "Trona", + "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", + "fluid.tfc.salt_water": "Sea Water", + "item.tfc.bucket.salt_water": "Sea Water Bucket", + "item.tfc.powder.saltpeter": "Saltpeter Powder", + "item.tfc.powder.sulfur": "Sulfur Powder", + "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", + "metal.tfg.redstone": "Redstone", + "metal.tfg.red_alloy": "Red Alloy", + "metal.tfg.tin_alloy": "Tin Alloy", + "trim_material.tfc.almandine_tfc": "Almandine", + "trim_material.tfc.andradite_tfc": "Andradite", + "trim_material.tfc.blue_topaz_tfc": "Blue Topaz", + "trim_material.tfc.cinnabar_tfc": "Cinnabar", + "trim_material.tfc.coal_tfc": "Coal", + "trim_material.tfc.diamond_tfc": "Diamond", + "trim_material.tfc.emerald_tfc": "Emerald", + "trim_material.tfc.green_sapphire_tfc": "Green Sapphire", + "trim_material.tfc.grossular_tfc": "Grossular", + "trim_material.tfc.rutile_tfc": "Rutile", + "trim_material.tfc.lazurite_tfc": "Lazurite", + "trim_material.tfc.pyrope_tfc": "Pyrope", + "trim_material.tfc.rock_salt_tfc": "Rock Salt", + "trim_material.tfc.ruby_tfc": "Ruby", + "trim_material.tfc.salt_tfc": "salt", + "trim_material.tfc.sapphire_tfc": "Sapphire", + "trim_material.tfc.sodalite_tfc": "Sodalite", + "trim_material.tfc.coke_tfc": "Coke", + "trim_material.tfc.spessartine_tfc": "Spessartine", + "trim_material.tfc.topaz_tfc": "Topaz", + "trim_material.tfc.uvarovite_tfc": "Uvarovite", + "trim_material.tfc.nether_quartz_tfc": "Nether Quartz", + "trim_material.tfc.certus_quartz_tfc": "Certus Quartz", + "trim_material.tfc.quartzite_tfc": "Quartzite", + "trim_material.tfc.realgar_tfc": "Realgar", + "trim_material.tfc.malachite_tfc": "Malachite", + "trim_material.tfc.glass_tfc": "Glass", + "trim_material.tfc.olivine_tfc": "Olivine", + "trim_material.tfc.opal_tfc": "Opal", + "trim_material.tfc.amethyst_tfc": "Amethyst", + "trim_material.tfc.lapis_tfc": "Lapis", + "trim_material.tfc.apatite_tfc": "Apatite", + "trim_material.tfc.red_garnet_tfc": "Red Garnet", + "trim_material.tfc.yellow_garnet_tfc": "Yellow Garnet", + "trim_material.tfc.monazite_tfc": "Monazite", + "trim_material.tfc.rose_quartz_tfc": "Rose Quartz", + "trim_material.tfc.fluix_tfc": "Fluix", + "trim_material.tfc.silver_tfc": "Silver", + "trim_material.tfc.sterling_silver_tfc": "Sterling Silver", + "trim_material.tfc.gold_tfc": "Gold", + "trim_material.tfc.rose_gold_tfc": "Rose Gold", + "trim_material.tfc.nickel_tfc": "Nickel", + "trim_material.tfc.platinum_tfc": "Platinum", + "trim_material.tfc.titanium_tfc": "Titanium", + "trim_material.tfc.bismuth_tfc": "Bismuth", + "trim_material.tfc.neutronium_tfc": "Neutronium", + "trim_material.tfc.pyrite_tfc": "Pyrite", + "trim_material.tfc.redx_tfc": "RedX" } \ No newline at end of file diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/almandine_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/almandine_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..a94a9a23a959c51662eae515c3fb7a67b5fac52c GIT binary patch literal 119 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`Z z)5S4_V<^4Z4r0w^vQCqM PnixD?{an^LB{Ts56q6xV literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/amethyst_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/amethyst_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..8d290c10b8813c9aac89d84f530d971fbd611841 GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`N z)5S4_VgTe~DWM4fp8tQfWQ5KPiGLP`MsJ=bBv^cl?_^}yn$MLvPx!qf PP#1%ztDnm{r-UW|R&*h# literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/blue_topaz_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/blue_topaz_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..d8a26c83b42a4e45ec47cc5b01e977e295e7d7a7 GIT binary patch literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`j z)5S4_VNPy@&+nT)BVkPSzly3y; OVeoYIb6Mw<&;$VJTOoA- literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/coke_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/coke_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..e3b9f38c8820161b0e522afb9cf8745b135cce24 GIT binary patch literal 118 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`J z)5S4_Vmil9nci|XQc2iX_B7XPtpmeUlV OCI(MeKbLh*2~7aCwI9m> literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/echo_shard_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/echo_shard_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..e4ca8408ee7f7a48fb5e6a4810cdaad14733a0d1 GIT binary patch literal 110 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`H z)5S4_V`g&7hVozMKm0alKD<6Y;Lqg7hu`x#{{5cL$naT$-?FRki5E~UgQu&X%Q~lo FCICXrAAJA- literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/emerald_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/emerald_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..c9503ddfed927d69bfe0947eef6c48f9e04708da GIT binary patch literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`R z)5S4_VgTe~DWM4f#poXC literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/fluix_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/fluix_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd92c85cedc0ea29c7182a52934d6675bd34a55 GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`N z)5S4_V2EA89sb|#qja-YlhF?-Z6ar_L1SoudfVk*P~W(0)!Q+upj6{av$2#K{*%!8HqSN{GFFG|>U5 OiNVv=&t;ucLK6VP!XL2! literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/green_sapphire_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/green_sapphire_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..5acf722df76778c9114f0afd8527b366f9bf2488 GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`N z)5S4_VVk|NZ?ZhOcivFnoFSp5g23_YB|Peq#9k@iW8kuRj>38;Mul TNpTGa>SOS9^>bP0l+XkKlqM;$ literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/lapis_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/lapis_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..e93eb393f1a9b55018cb9e290fbb09bce11e9480 GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`N z)5S4_Vp-AB22WQ%mvv4FO#q`7DzpFq literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/lazurite_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/lazurite_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..9b7dd18206b1547c3afb8420cef34ad06f2e632a GIT binary patch literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`R z)5S4_VKWF&VIyPvqj?4_`0m;hBHmz@Vm%^SJr7(8A5T-G@yGywpqHY%k6 literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/nether_quartz_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/nether_quartz_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..5cbfaa440388d65886a49559f382a65153008d41 GIT binary patch literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`j z)5S4_VmdKI;Vst0D)Z|#sB~S literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/neutronium_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/neutronium_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..bd3d1856dfa6daa524d5b26aa0f12a0ca713bbac GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`N z)5S4_VpUXO@geCxfnIk>` literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/nickel_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/nickel_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..80aa398f761f83d06781cbe6fde3b5e6d69b48d1 GIT binary patch literal 116 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`T z)5S4_Vo^Tdegmt=}NmapKA*xiq;O=WAkwM7U1yynYVU O#Ng@b=d#Wzp$Pz;ULKDC literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/opal_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/opal_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..1ef99e44535d01afa7afdc33890a8bd865a32c9e GIT binary patch literal 116 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`T z)5S4_VqBD+E3%#BQ0i^4Yf^iw(qohCCLT0MxFVdQ&MBb@0L`Z%#sB~S literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/platinum_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/platinum_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..23da1f6841138e53fbe973d169068317183abc82 GIT binary patch literal 118 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`J z)5S4_VB3H8ILuCoL6 OFnGH9xvX^NcD9Qi; literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/pyrope_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/pyrope_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..8e7f0f1dba0ebffa44f4f551ea0a3c67c5f31eab GIT binary patch literal 119 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`Z z)5S4_VgTe~DWM4fK)fSf literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/red_garnet_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/red_garnet_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..4e1ad6431417da6730323a43ce2ccf38f06e1d90 GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`N z)5S4_V|6hjp|Nb$21d4qH;=I>lMMchsw*mDr Nc)I$ztaD0e0sv%GDS`k1 literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/redx_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/redx_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..9e016516744a94333e9acdc2c0ca97fa9bc6d223 GIT binary patch literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`R z)5S4_V`lQ6$nf9udnY$GcF%8Ybbn&c%zeAQ&76OR#J>8pgdczBHZn3Sd&zbF-Q!!L PKwS);u6{1-oD!M literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/rose_gold_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/rose_gold_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5cc49a174c6dac9714b14d36a5760f0018ba53 GIT binary patch literal 113 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`f z)5S4_V8*%{Xd!$;@fvSy_+-bhGfo;=yjhM*FKP#R_~l34OGtH>FVdQ I&MBb@05ka=`v3p{ literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/rose_quartz_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/rose_quartz_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..ce2ea8fabb7f9cf1013edc3a6a9cb54516ea43d9 GIT binary patch literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`R z)5S4_V2ZfBeJ1@b342hBrVAqTd7Yr@ssg-~aw+@H;6|v^mGK52%m9 M)78&qol`;+02Iq71^@s6 literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/salt_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/salt_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..cc9ef3239ba70a7d96f8cb51beeeb9dc31c43f31 GIT binary patch literal 114 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`L z)5S4_VdKs1+F(WhWUF|6JN2A(PW6dljgj!PC{x JWt~$(697&I9x4C; literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/sapphire_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/sapphire_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..bdeab8974b6b2ab2d239679f4be1bfcaa3787deb GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`N z)5S4_V_C=9;g5S literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/spessartine_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/spessartine_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..5faf0a5fa5c0c2889b7cc073d94a5e7f6c5f1112 GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`N z)5S4_VBZ+gIE~PJ6{_ PpgsmqS3j3^P6*TGkA+-v7aOlne=_ybhW;OXk; Jvd$@?2>=r^9KZko literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/titanium_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/titanium_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..51c7fbdd376fc77d30ae2e841fde4c51a828a537 GIT binary patch literal 119 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`Z z)5S4_VLvL2dIXjN PH8FU)`njxgN@xNA?TR3_ literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/topaz_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/topaz_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..8266f8d41e76baed2d72f2a72d655a1bfe87ab71 GIT binary patch literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`R z)5S4_Vc}+RSvs<^UKJVxh7x#ooJLIN`tLw>6uojP*s=ogZ PP#1%ztDnm{r-UW|w1ggO literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/uvarovite_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/uvarovite_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..ac79ec661b5db5677254353435d54f678e512859 GIT binary patch literal 119 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`Z z)5S4_Vjp9DbsLrHf@0tb)u`i1h`D}oi O7(8A5T-G@yGywplogNAR literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/yellow_garnet_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/yellow_garnet_tfc.png new file mode 100644 index 0000000000000000000000000000000000000000..711a1ff76b2590ace4cda63fc495a142a6bc664b GIT binary patch literal 118 zcmeAS@N?(olHy`uVBq!ia0vp^96-#-!3HEBGrV^OQk(@Ik;M!Q+`=Ht$S`Y;1W-`J z)5S4_VxN literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index f07cb814a..3cbf08f92 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -151,8 +151,6 @@ "item.tfg.luck_salvo": "Luck Salvo", "item.tfg.resistance_salvo": "Resistance Salvo", "item.tfg.paraffin_wax": "Paraffin Wax", - "item.tfg.flint_arrow_head": "Flint Arrow Head", - "item.tfg.fletching": "Fletching", "item.tfg.conifer_rosin": "Conifer Rosin", "item.tfg.hardwood_strip": "Hardwood Strip", "item.tfg.soaked_hardwood_strip": "Soaked Hardwood Strip", @@ -180,6 +178,20 @@ "item.tfg.aluminium_hull_reinforcement": "Aluminium Hull Reinforcement", "item.tfg.stainless_steel_hull_reinforcement": "Stainless Steel Hull Reinforcement", "item.tfg.titanium_hull_reinforcement": "Titanium Hull Reinforcement", + "item.tfg.flint_arrow_head": "Flint Arrow Head", + "item.tfg.fletching": "Fletching", + "item.tfg.phantom_silk": "Phantom Silk", + "item.tfg.phantom_thread": "Phantom Thread", + "item.tfg.polycaprolactam_fabric": "Polycaprolactam Fabric", + "item.tfg.polycaprolactam_string": "Polycaprolactam String", + "item.tfg.fishing_net.wood": "Wood Fishing Net", + "item.tfg.fishing_net.brass": "Brass Fishing Net", + "item.tfg.fishing_net.rose_gold": "Rose Gold Fishing Net", + "item.tfg.fishing_net.sterling_silver": "Sterling Silver Fishing Net", + "item.tfg.fishing_net.invar": "Invar Fishing Net", + "item.tfg.fishing_net.cupronickel": "Cupronickel Fishing Net", + "item.tfg.fishing_net.tin_alloy": "Tin Alloy Fishing Net", + "item.tfg.fishing_net.magnalium": "Magnalium Fishing Net", "material.tfg.latex": "Latex", "material.tfg.vulcanized_latex": "Vulcanized Latex", "material.tfg.fluix": "Fluix", diff --git a/kubejs/assets/tfg/models/item/fishing_nets/brass_fishing_net.json b/kubejs/assets/tfg/models/item/fishing_nets/brass_fishing_net.json new file mode 100644 index 000000000..caf81105f --- /dev/null +++ b/kubejs/assets/tfg/models/item/fishing_nets/brass_fishing_net.json @@ -0,0 +1,32 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/fishing_nets/brass_fishing_net" + }, + "display": { + "thirdperson_righthand": { + "rotation": [-8, 90, 56], + "translation": [0, 6.5, 2.25] + }, + "thirdperson_lefthand": { + "rotation": [100, -91, 56], + "translation": [0, 6.5, 2.25] + }, + "firstperson_righthand": { + "rotation": [-77, -30, 34], + "translation": [0, 1.75, -6] + }, + "firstperson_lefthand": { + "rotation": [-69, 153, -36], + "translation": [0, 1.75, -6] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 180, 0] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/fishing_nets/cupronickel_fishing_net.json b/kubejs/assets/tfg/models/item/fishing_nets/cupronickel_fishing_net.json new file mode 100644 index 000000000..8ac26c3d1 --- /dev/null +++ b/kubejs/assets/tfg/models/item/fishing_nets/cupronickel_fishing_net.json @@ -0,0 +1,32 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/fishing_nets/cupronickel_fishing_net" + }, + "display": { + "thirdperson_righthand": { + "rotation": [-8, 90, 56], + "translation": [0, 6.5, 2.25] + }, + "thirdperson_lefthand": { + "rotation": [100, -91, 56], + "translation": [0, 6.5, 2.25] + }, + "firstperson_righthand": { + "rotation": [-77, -30, 34], + "translation": [0, 1.75, -6] + }, + "firstperson_lefthand": { + "rotation": [-69, 153, -36], + "translation": [0, 1.75, -6] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 180, 0] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/fishing_nets/invar_fishing_net.json b/kubejs/assets/tfg/models/item/fishing_nets/invar_fishing_net.json new file mode 100644 index 000000000..9332dba0c --- /dev/null +++ b/kubejs/assets/tfg/models/item/fishing_nets/invar_fishing_net.json @@ -0,0 +1,32 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/fishing_nets/invar_fishing_net" + }, + "display": { + "thirdperson_righthand": { + "rotation": [-8, 90, 56], + "translation": [0, 6.5, 2.25] + }, + "thirdperson_lefthand": { + "rotation": [100, -91, 56], + "translation": [0, 6.5, 2.25] + }, + "firstperson_righthand": { + "rotation": [-77, -30, 34], + "translation": [0, 1.75, -6] + }, + "firstperson_lefthand": { + "rotation": [-69, 153, -36], + "translation": [0, 1.75, -6] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 180, 0] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/fishing_nets/magnalium_fishing_net.json b/kubejs/assets/tfg/models/item/fishing_nets/magnalium_fishing_net.json new file mode 100644 index 000000000..b6f4380e5 --- /dev/null +++ b/kubejs/assets/tfg/models/item/fishing_nets/magnalium_fishing_net.json @@ -0,0 +1,32 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/fishing_nets/magnalium_fishing_net" + }, + "display": { + "thirdperson_righthand": { + "rotation": [-8, 90, 56], + "translation": [0, 6.5, 2.25] + }, + "thirdperson_lefthand": { + "rotation": [100, -91, 56], + "translation": [0, 6.5, 2.25] + }, + "firstperson_righthand": { + "rotation": [-77, -30, 34], + "translation": [0, 1.75, -6] + }, + "firstperson_lefthand": { + "rotation": [-69, 153, -36], + "translation": [0, 1.75, -6] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 180, 0] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/fishing_nets/rose_gold_fishing_net.json b/kubejs/assets/tfg/models/item/fishing_nets/rose_gold_fishing_net.json new file mode 100644 index 000000000..a11e9eaca --- /dev/null +++ b/kubejs/assets/tfg/models/item/fishing_nets/rose_gold_fishing_net.json @@ -0,0 +1,32 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/fishing_nets/rose_gold_fishing_net" + }, + "display": { + "thirdperson_righthand": { + "rotation": [-8, 90, 56], + "translation": [0, 6.5, 2.25] + }, + "thirdperson_lefthand": { + "rotation": [100, -91, 56], + "translation": [0, 6.5, 2.25] + }, + "firstperson_righthand": { + "rotation": [-77, -30, 34], + "translation": [0, 1.75, -6] + }, + "firstperson_lefthand": { + "rotation": [-69, 153, -36], + "translation": [0, 1.75, -6] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 180, 0] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/fishing_nets/sterling_silver_fishing_net.json b/kubejs/assets/tfg/models/item/fishing_nets/sterling_silver_fishing_net.json new file mode 100644 index 000000000..d387f1da0 --- /dev/null +++ b/kubejs/assets/tfg/models/item/fishing_nets/sterling_silver_fishing_net.json @@ -0,0 +1,32 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/fishing_nets/sterling_silver_fishing_net" + }, + "display": { + "thirdperson_righthand": { + "rotation": [-8, 90, 56], + "translation": [0, 6.5, 2.25] + }, + "thirdperson_lefthand": { + "rotation": [100, -91, 56], + "translation": [0, 6.5, 2.25] + }, + "firstperson_righthand": { + "rotation": [-77, -30, 34], + "translation": [0, 1.75, -6] + }, + "firstperson_lefthand": { + "rotation": [-69, 153, -36], + "translation": [0, 1.75, -6] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 180, 0] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/fishing_nets/tin_alloy_fishing_net.json b/kubejs/assets/tfg/models/item/fishing_nets/tin_alloy_fishing_net.json new file mode 100644 index 000000000..b5cd7312e --- /dev/null +++ b/kubejs/assets/tfg/models/item/fishing_nets/tin_alloy_fishing_net.json @@ -0,0 +1,32 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/fishing_nets/tin_alloy_fishing_net" + }, + "display": { + "thirdperson_righthand": { + "rotation": [-8, 90, 56], + "translation": [0, 6.5, 2.25] + }, + "thirdperson_lefthand": { + "rotation": [100, -91, 56], + "translation": [0, 6.5, 2.25] + }, + "firstperson_righthand": { + "rotation": [-77, -30, 34], + "translation": [0, 1.75, -6] + }, + "firstperson_lefthand": { + "rotation": [-69, 153, -36], + "translation": [0, 1.75, -6] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 180, 0] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/fishing_nets/wood_fishing_net.json b/kubejs/assets/tfg/models/item/fishing_nets/wood_fishing_net.json new file mode 100644 index 000000000..eeee8e880 --- /dev/null +++ b/kubejs/assets/tfg/models/item/fishing_nets/wood_fishing_net.json @@ -0,0 +1,32 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/fishing_nets/wood_fishing_net" + }, + "display": { + "thirdperson_righthand": { + "rotation": [-8, 90, 56], + "translation": [0, 6.5, 2.25] + }, + "thirdperson_lefthand": { + "rotation": [100, -91, 56], + "translation": [0, 6.5, 2.25] + }, + "firstperson_righthand": { + "rotation": [-77, -30, 34], + "translation": [0, 1.75, -6] + }, + "firstperson_lefthand": { + "rotation": [-69, 153, -36], + "translation": [0, 1.75, -6] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 180, 0] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/block/phantom_silk_block.png b/kubejs/assets/tfg/textures/block/phantom_silk_block.png new file mode 100644 index 0000000000000000000000000000000000000000..87192201d54f0c42981430bb3b304a8d970e185a GIT binary patch literal 815 zcmV+~1JL}5P)FUu1{ed%c<{a_+ufG+RQ(_YukR^h>GWEb=a{Gjk z&^++4EXnZg63Y>^x*h=YX+)8OsstMCN={!k5kin`4M~!rJw=uk%%>5XD8;KQlqDHo zg=n{g_7#p+sAj8-5Q53=3LymD7j=XXXjc)1hR$gf$5F&_3c$&?4FIAr#>6RVG2ieU z#vC41ux!Qs^^&3}(5_AQq{irKiS`r+y($0?laS{yrhner0kkX0jADAX#t$_69iO5o zxPG%_HVUaVZM3VnzgZGT8E5AW>Vd=M-!n{Hpgs-Pq^7{FDE8VeqpKz1lfkc9NF~V9 zf{!;lkXN@Eyj|c`7043RJ&F49r$YeZO@c{M{6OOen#^Q4Wl1e4V{41mBI4^~%*E>t zMNtriF`Fns4KL>a^v_!W~(fwCl@#%rQ=O1tNiCMmP~aQDH($2E>txHXIJNsWL1`iv|I z8V4G`YV&3GOs(w@w0r=j_m2cEm)==`5CV1bO#>kW+y4i8^-C8Mr~=SWpzzvCmNVDRn>mJ|pHN;!-NYqGo` zXgg?KLX}-fo)z4EctR?{`KvZ1CHU~qXW}@g+pkis+I$UTq*dbL=MDg?MZ|dUglZl7 z7?W}K!yZBiOq{Zb4DBP2?Q_a>xF$XJs0A9wQM=`(pnc$T@w$WZDh_#`^DqfXla&2# zW!Kl1G<}<+euHFd7!Owf)Eb(yXEPZ+V&WY2=8qY!r#Stt!Q=9ooA*n~uB3NbN7<6e t?TUDt(me3+eTTcNC6DthCogvu{sWjnL)a_>{jUH3002ovPDHLkV1kehcLx9f literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/polycaprolactam_fabric_block.png b/kubejs/assets/tfg/textures/block/polycaprolactam_fabric_block.png new file mode 100644 index 0000000000000000000000000000000000000000..0a3824324650cae54b319da0bc4ea7186cd8762c GIT binary patch literal 681 zcmV;a0#^NrP)6%nBc9wUa^eZgAc(s}^axKm3(L$Fw} z41JF=kWwO-f~o?QHSQcoCU`}}a35FH3eG9kJ2d!Hahzt1G4$6Cj)bak9GR{QSP^n5 z01SN(z+-<kqh2g^!3*l0QUWa7lI=MM=4;f!8?a@12Jyw>EO55XKFne+X%q( zrvZQssHGCT1>iO=s1@2aaA^ZEZUAQrB53;o=lhSJIHz2@mZRhkcowySh#|%Y`=04K zPtKKj-Oe7w_&`Jm!EtFD{`om#jG=8j-YIL`XhK8VHULcXN(jo(Uoi&Ew{L$|V+=<= zo7jZ#UzuvDIH%NFS>uMPMU0S3CT@wgap-Ma5CfNw5AU}T5p%|AD)09hF(4v{5$@AU zt(8mbv0_p0ETvRVA>rluidf6r+l^c*L*JsR9LE6$KEIx+#kes}5%bsIUu!LurfL4S zg`6|TQCQ=HYuDnO#flKO9b*hlI7g?!2TCn0>q5?zOB={JBSr|p@-$pYDKRe*0PhuR zEoLQaxaz`29d&q5ECd= zWy%tT0md#}I>1^a7|51ZE{LUwF+-3b2P4W4k&trE#bQgAIFl^}@-d|LKoc|c4L6+L zd*Ao&oZasb!24_kF?N?oc59 zuK_>VA-)d!PdR1eeh(90IW9n z`fiu5Y(KX(O@r&Y&@>H>;~?OAG1h4TzxYI)=kxC}xbI)oLM|&4#qd2vSNg z#?b9{q3b$2oeq-8Bwp>`Hm=^>vw^d3T%P|A7-Qg^Ba_LX-EQOC=`-W<#v1PIzOilF z1^_5TbglLl0S$VK^Vo~?s=`Q#ad|N$QpB&DXxq`5(tDGUN}gV zfQ=DSAHl#u4vZn!1n!Pt6`Rz87ZQZC+cw}IB!x4M+XZc0t6eacFNN+l{z-AKnCkuB zH*e-shzPe)000z4*=o9ae@H|Gbw|b1Qr$Nb(el`$`nv;i9EXp`WA3^x|MuY-dGLP& zt}2J*I1ZmoCfs#hKcs$o;D@N&rr*qOFq_Q~3pHsKE+UZ#&W`qtyDv@zu>8ig{r~(0V+^KgA|8*U)9K*4^2*rV-NBR7nh-(& z02Crx*@H$oNBfT-;-YlEFe!klDtK`GSy+|@RaKGC=aWRVdV@weN6C9hT$IkS_wqzU zqfrcpLu9jAn5KzTDusT(zy1xp$zMM;P`Mr`u~-cA`5c){2CY^LhGBqnj$*Nx^ccT_ zH`#+dL$lfBQc9%LX$%Gf6bc0&_BXLn&e89mm-P10owaLOtJQe5TIH)BwG8<6<9H*y fO+>V)a2x#t&sFjYK%F<~00000NkvXXu0mjfjMMV= literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/fishing_nets/invar_fishing_net.png b/kubejs/assets/tfg/textures/item/fishing_nets/invar_fishing_net.png new file mode 100644 index 0000000000000000000000000000000000000000..86049a49ad42f04b697d42d3391dbcc6ebbc7102 GIT binary patch literal 527 zcmV+q0`UEbP)Ll0R?SP!z?_Gq9V%46yK!Bev!vAkhr1)HFk*POU1c zv_eXUbm^8Ta|VNq<02OJs7p5nDxvrT@JA@idl;{<0Fy1b^ma(GngnR2oZ$^m=Xb7j z?qx)T$0!Z}jIpgI!>SR{FT|7>PL4lCW+M9YY|%xL?IW|N)!^`HvMN9VzF32RaMOAbEv9{*=&aQZ{Esl#~}br*#w()oA#eQ zmw&^a=OLL)!gXE5<1qlh#sCnYX&T1kaRhVD(d~AT%jF{5#sDIM>$>2aV=x#%(=_z^ zeWX$;y!&vZzk2af0@&Qaa=8TO9FF54o6Vxv>!JGfQcolj_;T`DN+|&VjEElGfl)JQ z@97>+&(Cg6j6qQp93Op@p65YP6qHJ(owZvqY9{UOKEdhv84mXkWICP3Xf#5xScKy^ z$mjDI4u|VISWPx93*WE4u}mg|Fbq*B6wq$Bq3b$?5Ga?+J9o-j!9T7$bnyD{&SkY) zEn(ZX=yW=w(P)VKMT3Z7)Jz)O+&q9+YBrmqUayP$|53oY$^RoFy4}KK^cyDf_Z{jF RR;T~~002ovPDHLkV1l)5@Y4VQ literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/fishing_nets/magnalium_fishing_net.png b/kubejs/assets/tfg/textures/item/fishing_nets/magnalium_fishing_net.png new file mode 100644 index 0000000000000000000000000000000000000000..9412e2efb491432969d4ee092ec8a7e301937f2c GIT binary patch literal 512 zcmV+b0{{JqP)LlFv&NaTvxwGb7z*cU%wQ#3He}kS1Yk9&8i(q17RR zpi{9X6eyT@=;9^(8}_h@p1Rg8><~qi!Y=B;LmAQ5sY_6;v)^wKTDxxtovHoN6!@H< z&-1)5?`wz%`%w#kVHlyN% z9xysJC&>;=f7Oae)IpU!5^hyrpU8?ob!b54$4|=TE$m1X&npp$I&77`aH#FOP947@ zp#fvli(>5*wd2I_yb_KR<9+cBt+6&XUv6MpE#VUgLc1HM`1W-GcP5XJUwKAPZ(rd1 z`wAj#zS^KG+09yEnRYkMYW@ZBj>9}zD%k7m_ciRDv6-rs3f(=&c=YfAM|=BNe*T#4 zZ&CZx#}C-C9qs!J5o!2?%w$f|7e-i|o!N64n5Kz!;Iq!JJoRl65&3=3KjFIz1v$}w zRRA@3>YM`9&51h-P-o9yR)E^wvMwMqnUjU3cRtL?p<$I8NUIySrWK&h3||W1hJd=} zK&gSW0@Tpyi#2dfKz(x)HNZ6i&6@v5BC>mh{pc5f^4g@HllOlB0000LlD}&jVHn51cQ&h@!%3(K@s$&ULn&lx2}rVp4&BqG z)DGgmP&$MT-MV#gC=o--1*eV%tQZcm`h!4=@5}2UbkN0fx)ZBU2Xi;HdL8l|-r?c< z`93`F^C(1whv*RiD2ftlYME6cBB-j0{ORk!Ohorjh?-C`PI=bC15{U%9eg0%@v3&vDuW_B0%Ox0Nuq+FyR0^F=2e#EPB9RC($1j8s0sx>8 z(LZ<4GOLt%dVuSixhg1tswmifek5$$hN`M46bhNOTWFb8+TPj0b&G3Pe|W$4EGv}?FPF>w?|KmM)B3&<4igcr cMtF$+04q=UNa@EliU0rr07*qoM6N<$f;r3feEXP)Ll0AzPQ5c2Ko#Y2hib;`x<_@z&0xBqo$U-zM*jTJT zAx+2+uoM}#>kAexEAp5hjl z^PHFWgAoy~qa*+@#&(*{8a5FTG)=>^=jF&uM8BUMY94pGUpC3IcKVzI#flSBFX=z;(+Ee>v< zex_Tu_vN3k=Xpq_Qcy}Ekw^dlVgrZ>hGAejoklR{9KBu-rfEjL*Z=@fN`Z5Z;cy7U zFfbSlkWQ!Z;r(0d2EQW##Lr-Jc?r%rT-QY|mqWkb$G7vgl}sk^_~1}VDFFbCi2k{Q zR>P)y_aCBOx35f$L1PRL9zB(w=Rwmnl*{G4ty^d{Y%+Nc^}3Cl=3SY|WH6abP%4$+ zx-RnhJVv9@_8EkgPg-rfJbK5n*(}!UHHyU|y4@};%YqOB)oOJwWTFLlD%phK@^4041RzW&Z>|ajl4!6&;tYv3bNlIg=;lJ zeu)_84P5L`)`jW>(hIzmmyl9F$SyRa(Uw^?lB!)0_@+>H2}G+DKE+h$JC}RrG9toT zbOHd3v7;u}^@#{z47j=J3y{)VF{La9`O z)*77e(ZT=#FijK77@}6IVLTq=>FI~XImgx22c?t(05Br@=MEglr&gkU z6h+{iqucGCAN&Q!@#*y4DT3e;mL*iBQo&-eK&R6|7=~yx8ko&yhdan7zdS$V?(P$- zR;$?Uc4)WT2!a5XWkE`be!qX7G5HGF-BOtzeLCJDGYzo z?d|7-XE_)Qr003^P|+YFeEs&l5I!a%+OO~y{RTsz^DPw%DI)*?002ovPDHLkV1lyx B;wJzA literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/fishing_nets/wood_fishing_net.png b/kubejs/assets/tfg/textures/item/fishing_nets/wood_fishing_net.png new file mode 100644 index 0000000000000000000000000000000000000000..458e438e1c5a60e027257d4fdbb6d0ffd5ca2841 GIT binary patch literal 520 zcmV+j0{8uiP)LlTB+AQ51%sn_5USHq1;DGcgt-;>J>NBQ-P)xKioD zq*Rdpfq+YYh;*sTf=G8=wa}eVL@YwPsV-`)AJ{~_ok^86X@xm1h8e1D2Bc?sd7t;Z z_i&C95zbQQ0F+X(qH5WZKnF`}tw<~)fk9l|o6O1mnY#84T&$E0Je8%jmI{-{8q}s7 znXT1zyX#@4Y`g=P*;-xu{u5D3DG?zNXW;vS*Ksk2EWA#T!0qgDd-{RCdCd}_zrjq! zk@D1CZ5eg|8#cS&KVcgq>@}N&W9y$lz(|{X{q`|}3m1ws8e5Fy^O3BtfdFo6mqM<{ zhn;sAX_LmzTh3c13(poZ6XPWfF+&sq+sU)J`3C2b!{_byym^2j9$s} zrP0K+leFF5=`#pBZ*1@LYRglp)Bs0^Lg8{QfUN+YUtGyX$-*y$okKVjJer&S;rqgH zdXQf~fBywXi}Y{jr literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/phantom_silk.png b/kubejs/assets/tfg/textures/item/phantom_silk.png new file mode 100644 index 0000000000000000000000000000000000000000..c3502d2d33b574c23cb8192caa93f76ca771c5e4 GIT binary patch literal 464 zcmV;>0WbcEP)rlQByIVHn4McPKYpL3U7bWln;)w6r+p5DghbYfBW= zcj$}c(B>8`732^>L^MQ!P-fJk!FiOYiJft1XM^3z=|Mw7&-T6#&+mEu|L1*$Znw){ zLi|%T5CGUpZ~G=g;h-ssy&i^U$%FaK(QXgm7m6yGE9(mY=%q4OXGPNw;wwQ>B{P|d zyXSCphGZ&^qDtnk0H<>}Ix_@Lrs9OcK@Y?uK~W{swrv33jT&RhIC`n&ewp;kBHF>OY z48_o_z6W)^Eg$UV`eRN{0}x9@xI8T|IW>Z!O6a9B7rA>3%|cNnuZeZNE$?Seu*{Y_ z_VYs-Q51Qrv~av>R68uK&AQDzTWC}}@?rLzccX?Nba|`vV1{N<*W2>dSrJ8*90`3B z2O!*C7pRn)G^!ovTK)kIJtV)EC>L+)&aQ_F21EGw-}nvlPpI~Pu5(rZ0000LlRb`uFc3z+MB7bi9d;Ks($s9@v1~vaq`0y?_M0~|@@5=Iyt6)dBhT5t7sJ$}y6l8`R@`!I*JO#L zPj%TLl0Hpis{qe_002=H?JTwmz}bVueGORBawFaI}re(0orlg)1uQ5400uOVe-8YRq|MH3c~m>AJCwcA24aiL`X z=}w~S0{#O)AyGyigN=RjQIqSU9U=~{y6`RU$2sSod!G^!p7M^K)D6@Cf}n9Q>3DTf zC;(EMslW5<^^d~}!f=S|IWp+=Xf#gfv|G5IBVjls42OHQ2LZ04NILBnlP@FA&(1Ms zL#N&1DvBzGDG}Kl!Sx&&^e+Jrf$?O-#oG(6$JYc}Go3HVY_7@?YJZ}+o+H8oi7{&y z%LQ8dj3*-ktubbU=NzL@QhHJ=8v)*QUjlHmm;>PZK1q^rfB%bQyCsg3Ju*NY0SLmN ze~H!sS_c@j0bsR?X*QeKtl-;M!^aQrIX(4pJ%`k0`yM!6UEcM3JBCulbiU-otz*-I z=g(ZWw|C@ef$KReZdPiyh0NwE`t+GQYj^B%{2hhDrUioF`#yPE(CxnX_ZI5zv7Ehr z#dJ2qrUgJLSCw8p##Chs0C`$4oz3`ZGxA3OcsR#H*H{4nlrgs@Q>CF&{NI1$Z~oN0 Ux(?G8egFUf07*qoM6N<$f{dclvH$=8 literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/polycaprolactam_string.png b/kubejs/assets/tfg/textures/item/polycaprolactam_string.png new file mode 100644 index 0000000000000000000000000000000000000000..03de41e274bb142c3a0c91098160ab1f9462b724 GIT binary patch literal 419 zcmV;U0bKrxP)Llg(;_Koo_~Em@RmFpE4#TGCY%CQG9)9J;Fpb<>FY z1nsim!f9uMi@@!ojMXY_AO{A9xx+VS?hi3DuF=eFmP_Z)i(BDw6erX_t80myOI`^A zpNpzQ5cngz7XeOMK{krgEE&Zv0=(o$1cA@@tJVL2DVtiglx7Kzc|M8{07AGtWfK5o zqe!ck;zNY3@H$9Wg&^=b%@W8)k%3v(94D=CXW7{ApUAi=s*=NS#{j4Um_+qqeQkxu z1|%CrN`3I)3;i;sS%QbvJ!GTEtfDHBW=Ut?vgX4a$VO3oh#-W^?#4q=m2eg|_v7Z= zI0gVRt!z5cvTqpx9@lI1bD;Gn%Bq5F6ouiAqxczbukSPh7#YxP)};xuQ6z-R$2^Bt zE!DOBslsn*)e- { //#region Выход: Элитра // Ну и херь я придумал - - event.recipes.gtceu.arc_furnace('tfg:minecraft/arc_furnace/recycling/elytra') - .itemInputs(Item.of('minecraft:elytra', '{Damage:0}').strongNBT()) - .itemOutputs('4x gtceu:aluminium_ingot', '2x gtceu:polycaprolactam_ingot') - .duration(224) - .EUt(GTValues.VA[GTValues.LV]) - .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) - - event.recipes.gtceu.macerator('tfg:minecraft/macerator/recycling/elytra') - .itemInputs(Item.of('minecraft:elytra', '{Damage:0}').strongNBT()) - .itemOutputs('4x gtceu:aluminium_dust', '2x gtceu:polycaprolactam_dust') - .duration(224) - .EUt(GTValues.VA[GTValues.ULV]) - .category(GTRecipeCategories.MACERATOR_RECYCLING) - event.recipes.gtceu.assembler('tfg:minecraft/elytra') - .itemInputs('16x #forge:foils/polycaprolactam', '16x #forge:foils/aluminium', '8x minecraft:phantom_membrane', '4x #forge:rings/aluminium', '2x #forge:rods/long/vanadium_steel', '2x #forge:small_springs/aluminium', '1x #forge:small_gears/aluminium') + .itemInputs('16x tfg:polycaprolactam_fabric', '16x #forge:foils/aluminium', '8x tfg:phantom_silk', '4x #forge:rings/aluminium', '2x #forge:rods/long/vanadium_steel', '2x #forge:small_springs/aluminium', '1x #forge:small_gears/aluminium') .circuit(4) .itemOutputs(Item.of('minecraft:elytra', "{Damage:0}")) .duration(1600) .EUt(420) event.recipes.gtceu.assembler('tfg:minecraft/elytra2') - .itemInputs('16x #forge:foils/polycaprolactam', '16x #forge:foils/aluminium', '8x #forge:plates/ender_eye', '4x #forge:rings/aluminium', '2x #forge:rods/long/vanadium_steel', '2x #forge:small_springs/aluminium', '1x #forge:small_gears/aluminium') + .itemInputs('16x tfg:polycaprolactam_fabric', '16x #forge:foils/aluminium', '8x #forge:plates/ender_eye', '4x #forge:rings/aluminium', '2x #forge:rods/long/vanadium_steel', '2x #forge:small_springs/aluminium', '1x #forge:small_gears/aluminium') .circuit(4) .itemOutputs(Item.of('minecraft:elytra', "{Damage:0}")) .duration(1600) .EUt(420) event.recipes.gtceu.assembler('tfg:minecraft/elytra_repairing') - .itemInputs('6x #forge:foils/polycaprolactam', Item.of('minecraft:elytra', '{Damage:2045}').strongNBT()) + .itemInputs('6x tfg:polycaprolactam_fabric', Item.of('minecraft:elytra', '{Damage:2045}').strongNBT()) .circuit(4) .itemOutputs(Item.of('minecraft:elytra', "{Damage:0}")) .duration(1600) .EUt(120) + event.recipes.gtceu.arc_furnace('tfg:minecraft/arc_furnace/recycling/elytra') + .itemInputs(Item.of('minecraft:elytra', '{Damage:0}').strongNBT()) + .itemOutputs('4x gtceu:aluminium_ingot', '4x gtceu:tiny_ash_dust') + .duration(224) + .EUt(GTValues.VA[GTValues.LV]) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + + event.recipes.gtceu.macerator('tfg:minecraft/macerator/recycling/elytra') + .itemInputs(Item.of('minecraft:elytra', '{Damage:0}').strongNBT()) + .itemOutputs('4x gtceu:aluminium_dust', '4x gtceu:polycaprolactam_dust') + .duration(224) + .EUt(GTValues.VA[GTValues.ULV]) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + //#endregion //#region Glowstone @@ -972,4 +971,24 @@ const registerMinecraftRecipes = (event) => { D: '#forge:storage_blocks/coal', }).id('tfg:campfire_coal') //#endregion + + //#region Smithing Table + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('minecraft:smithing_table', [ + 'C ', + 'BB ', + 'AA ' + ], { + A: '#minecraft:planks', + B: ChemicalHelper.get(TagPrefix.plate, GTMaterials.Lead, 1), + C: '#forge:tools/hammers' + }).id('minecraft:shapeless/smithing_table')) + + event.recipes.gtceu.assembler('minecraft:assembler/smithing_table') + .itemInputs('2x #minecraft:planks', ChemicalHelper.get(TagPrefix.plate, GTMaterials.Lead, 2)) + .circuit(4) + .itemOutputs('minecraft:smithing_table') + .duration(60) + .EUt(GTValues.VA[GTValues.ULV]) + //#endregion } diff --git a/kubejs/server_scripts/minecraft/recipes.removes.js b/kubejs/server_scripts/minecraft/recipes.removes.js index 218d999b5..dc0df2cc0 100644 --- a/kubejs/server_scripts/minecraft/recipes.removes.js +++ b/kubejs/server_scripts/minecraft/recipes.removes.js @@ -1576,6 +1576,9 @@ function removeMinecraftRecipes(event) { //#region Выход: Стол для ковки event.remove({ id: 'minecraft:smithing_table' }) + event.remove({ id: 'tfc:crafting/vanilla/smithing_table' }) + event.remove({ id: 'gtceu:shaped/smithing_table' }) + event.remove({ id: 'gtceu:assembler/smithing_table' }) //#endregion diff --git a/kubejs/server_scripts/minecraft/tags.js b/kubejs/server_scripts/minecraft/tags.js index 39b506db5..18e066553 100644 --- a/kubejs/server_scripts/minecraft/tags.js +++ b/kubejs/server_scripts/minecraft/tags.js @@ -54,8 +54,6 @@ const registerMinecraftItemTags = (event) => { event.add('tfc:rock/raw', 'minecraft:blackstone') event.add('tfc:rock/raw', 'minecraft:dripstone_block') - event.add('tfc:sewing_dark_cloth', 'minecraft:phantom_membrane') - event.remove('forge:gems', 'minecraft:charcoal') } diff --git a/kubejs/server_scripts/tfc/data.js b/kubejs/server_scripts/tfc/data.js index 6b903d9db..d161fa580 100644 --- a/kubejs/server_scripts/tfc/data.js +++ b/kubejs/server_scripts/tfc/data.js @@ -199,6 +199,15 @@ const registerTFCItemSize = (event) => { event.itemSize('tfg:decorative_vase', 'normal', 'medium', 'decorative_vase') event.itemSize('tfg:decorative_vase/unfired', 'normal', 'medium', 'decorative_vase/unfired') + event.itemSize('tfg:fishing_net/wood', 'large', 'medium', 'wood_fishing_net') + event.itemSize('tfg:fishing_net/brass', 'large', 'medium', 'brass_fishing_net') + event.itemSize('tfg:fishing_net/rose_gold', 'large', 'medium', 'rose_gold_fishing_net') + event.itemSize('tfg:fishing_net/sterling_silver', 'large', 'medium', 'sterling_silver_fishing_net') + event.itemSize('tfg:fishing_net/invar', 'large', 'medium', 'invar_fishing_net') + event.itemSize('tfg:fishing_net/cupronickel', 'large', 'medium', 'cupronickel_fishing_net') + event.itemSize('tfg:fishing_net/tin_alloy', 'large', 'medium', 'tin_alloy_fishing_net') + event.itemSize('tfg:fishing_net/magnalium', 'large', 'medium', 'magnalium_fishing_net') + event.itemSize('#tfc:ore_pieces', 'very_small', 'very_light', 'tfc_ores') } diff --git a/kubejs/server_scripts/tfc/tags.js b/kubejs/server_scripts/tfc/tags.js index a978d589d..b4e3cf411 100644 --- a/kubejs/server_scripts/tfc/tags.js +++ b/kubejs/server_scripts/tfc/tags.js @@ -29,12 +29,39 @@ const registerTFCItemTags = (event) => { event.add('tfc:usable_on_tool_rack', '#forge:tools/plungers') event.add('tfc:usable_on_tool_rack', '#forge:tools/mortars') event.add('tfc:usable_on_tool_rack', '#forge:tools/mallets') - event.add('tfc:usable_on_tool_rack', 'tfc:wool_cloth') event.add('tfc:usable_on_tool_rack', '#forge:tools/chainsaws') event.add('tfc:usable_on_tool_rack', '#forge:tools/buzzsaws') event.add('tfc:usable_on_tool_rack', '#forge:tools/drills') + event.add('tfc:usable_on_tool_rack', '#forge:tools/fishing_nets') + + event.add('tfc:usable_on_tool_rack', '#tfc:buckets') + + event.add('tfc:usable_on_tool_rack', 'buildinggadgets2:gadget_building') + event.add('tfc:usable_on_tool_rack', 'buildinggadgets2:gadget_exchanging') + event.add('tfc:usable_on_tool_rack', 'buildinggadgets2:gadget_copy_paste') + event.add('tfc:usable_on_tool_rack', 'buildinggadgets2:gadget_cut_paste') + event.add('tfc:usable_on_tool_rack', 'buildinggadgets2:gadget_destruction') + event.add('tfc:usable_on_tool_rack', 'create:super_glue') + event.add('tfc:usable_on_tool_rack', 'exposure:camera') + event.add('tfc:usable_on_tool_rack', 'measurements:tape_measure') + event.add('tfc:usable_on_tool_rack', '#chalk:chalks') + event.add('tfc:usable_on_tool_rack', 'chalk:chalk_box') + event.add('tfc:usable_on_tool_rack', 'computercraft:pocket_computer_normal') + event.add('tfc:usable_on_tool_rack', 'computercraft:pocket_computer_advanced') + event.add('tfc:usable_on_tool_rack', 'grapplemod:grapplinghook') + event.add('tfc:usable_on_tool_rack', 'grapplemod:launcheritem') + event.add('tfc:usable_on_tool_rack', 'ae2:color_applicator') + event.add('tfc:usable_on_tool_rack', 'ae2:matter_cannon') + event.add('tfc:usable_on_tool_rack', 'ae2:network_tool') + event.add('tfc:usable_on_tool_rack', 'ae2:wireless_terminal') + event.add('tfc:usable_on_tool_rack', 'ae2:wireless_crafting_terminal') + event.add('tfc:usable_on_tool_rack', 'waterflasks:leather_flask') + event.add('tfc:usable_on_tool_rack', 'waterflasks:iron_flask') + event.add('tfc:usable_on_tool_rack', 'waterflasks:red_steel_flask') + event.add('tfc:usable_on_tool_rack', 'tfc:wool_cloth') + // Ингредиенты для закваски event.add('tfg:ferments_to_rennet', 'tfc:food/soybean') event.add('tfg:ferments_to_rennet', 'firmalife:food/fig') @@ -259,7 +286,6 @@ const registerTFCItemTags = (event) => { event.add('forge:cloth', 'tfc:burlap_cloth') event.add('forge:cloth', 'tfc:wool_cloth') event.add('forge:cloth', 'tfc:silk_cloth') - event.add('forge:cloth', 'minecraft:phantom_membrane') // Piglin loved event.add('minecraft:piglin_loved', 'tfc:ore/small_native_gold') diff --git a/kubejs/server_scripts/tfg/json_tool.armor_trim.js b/kubejs/server_scripts/tfg/json_tool.armor_trim.js new file mode 100644 index 000000000..a25985d26 --- /dev/null +++ b/kubejs/server_scripts/tfg/json_tool.armor_trim.js @@ -0,0 +1,209 @@ + +//priority: 0 + +//#region Assign materials +////////////////////////////// +////////////////////////////// +//Assign a new material here with the name of the material, the hex color for the name display, the item id that is used during smithing, and an index number that should be !!!unique!!! +const materials = [ + //Gems + {materialName: 'almandine_tfc', nameColor: '#7b1112', itemName: 'gtceu:exquisite_almandine_gem', indexNumber: 0.11, lang_en_us: 'Almandine'}, + {materialName: 'andradite_tfc', nameColor: '#c29d1e', itemName: 'gtceu:exquisite_andradite_gem', indexNumber: 0.12, lang_en_us: 'Andradite'}, + {materialName: 'blue_topaz_tfc', nameColor: '#a7c1c6', itemName: 'gtceu:exquisite_blue_topaz_gem', indexNumber: 0.13, lang_en_us: 'Blue Topaz'}, + {materialName: 'cinnabar_tfc', nameColor: '#c2274a', itemName: 'gtceu:exquisite_cinnabar_gem', indexNumber: 0.14, lang_en_us: 'Cinnabar'}, + {materialName: 'coal_tfc', nameColor: '#2b2f32', itemName: 'gtceu:exquisite_coal_gem', indexNumber: 0.15, lang_en_us: 'Coal'}, + {materialName: 'diamond_tfc', nameColor: '#98c2c6', itemName: 'gtceu:exquisite_diamond_gem', indexNumber: 0.16, lang_en_us: 'Diamond'}, + {materialName: 'emerald_tfc', nameColor: '#11c254', itemName: 'gtceu:exquisite_emerald_gem', indexNumber: 0.17, lang_en_us: 'Emerald'}, + {materialName: 'green_sapphire_tfc', nameColor: '#75af89', itemName: 'gtceu:exquisite_green_sapphire_gem', indexNumber: 0.18, lang_en_us: 'Green Sapphire'}, + {materialName: 'grossular_tfc', nameColor: '#c28b5c', itemName: 'gtceu:exquisite_grossular_gem', indexNumber: 0.19, lang_en_us: 'Grossular'}, + {materialName: 'rutile_tfc', nameColor: '#681c05', itemName: 'gtceu:exquisite_rutile_gem', indexNumber: 0.191, lang_en_us: 'Rutile'}, + {materialName: 'lazurite_tfc', nameColor: '#1e29bb', itemName: 'gtceu:exquisite_lazurite_gem', indexNumber: 0.192, lang_en_us: 'Lazurite'}, + {materialName: 'pyrope_tfc', nameColor: '#b11344', itemName: 'gtceu:exquisite_pyrope_gem', indexNumber: 0.193, lang_en_us: 'Pyrope'}, + {materialName: 'rock_salt_tfc', nameColor: '#c2b2af', itemName: 'gtceu:exquisite_rock_salt_gem', indexNumber: 0.194, lang_en_us: 'Rock Salt'}, + {materialName: 'ruby_tfc', nameColor: '#a41b0c', itemName: 'gtceu:exquisite_ruby_gem', indexNumber: 0.195, lang_en_us: 'Ruby'}, + {materialName: 'salt_tfc', nameColor: '#bebec2', itemName: 'gtceu:exquisite_salt_gem', indexNumber: 0.196, lang_en_us: 'salt'}, + {materialName: 'sapphire_tfc', nameColor: '#2628b0', itemName: 'gtceu:exquisite_sapphire_gem', indexNumber: 0.197, lang_en_us: 'Sapphire'}, + {materialName: 'sodalite_tfc', nameColor: '#2e40c6', itemName: 'gtceu:exquisite_sodalite_gem', indexNumber: 0.198, lang_en_us: 'Sodalite'}, + {materialName: 'coke_tfc', nameColor: '#424847', itemName: 'gtceu:exquisite_coke_gem', indexNumber: 0.199, lang_en_us: 'Coke'}, + {materialName: 'spessartine_tfc', nameColor: '#c28017', itemName: 'gtceu:exquisite_spessartine_gem', indexNumber: 0.181, lang_en_us: 'Spessartine'}, + {materialName: 'topaz_tfc', nameColor: '#b1a42d', itemName: 'gtceu:exquisite_topaz_gem', indexNumber: 0.182, lang_en_us: 'Topaz'}, + {materialName: 'uvarovite_tfc', nameColor: '#22b43b', itemName: 'gtceu:exquisite_uvarovite_gem', indexNumber: 0.183, lang_en_us: 'Uvarovite'}, + {materialName: 'nether_quartz_tfc', nameColor: '#bdb6b0', itemName: 'gtceu:exquisite_nether_quartz_gem', indexNumber: 0.184, lang_en_us: 'Nether Quartz'}, + {materialName: 'certus_quartz_tfc', nameColor: '#8ca4c4', itemName: 'gtceu:exquisite_certus_quartz_gem', indexNumber: 0.185, lang_en_us: 'Certus Quartz'}, + {materialName: 'quartzite_tfc', nameColor: '#b8bab8', itemName: 'gtceu:exquisite_quartzite_gem', indexNumber: 0.186, lang_en_us: 'Quartzite'}, + {materialName: 'realgar_tfc', nameColor: '#c22e28', itemName: 'gtceu:exquisite_realgar_gem', indexNumber: 0.187, lang_en_us: 'Realgar'}, + {materialName: 'malachite_tfc', nameColor: '#00b789', itemName: 'gtceu:exquisite_malachite_gem', indexNumber: 0.188, lang_en_us: 'Malachite'}, + {materialName: 'glass_tfc', nameColor: '#c2c2c6', itemName: 'gtceu:exquisite_glass_gem', indexNumber: 0.189, lang_en_us: 'Glass'}, + {materialName: 'olivine_tfc', nameColor: '#7fad03', itemName: 'gtceu:exquisite_olivine_gem', indexNumber: 0.171, lang_en_us: 'Olivine'}, + {materialName: 'opal_tfc', nameColor: '#bdadb6', itemName: 'gtceu:exquisite_opal_gem', indexNumber: 0.172, lang_en_us: 'Opal'}, + {materialName: 'amethyst_tfc', nameColor: '#9b78ba', itemName: 'gtceu:exquisite_amethyst_gem', indexNumber: 0.173, lang_en_us: 'Amethyst'}, + // {materialName: 'echo_shard_tfc', nameColor: '#002123', itemName: 'gtceu:exquisite_echo_shard_gem', indexNumber: 0.174, lang_en_us: 'Echo Shard'}, // disabled + {materialName: 'lapis_tfc', nameColor: '#6581c6', itemName: 'gtceu:exquisite_lapis_gem', indexNumber: 0.175, lang_en_us: 'Lapis'}, + {materialName: 'apatite_tfc', nameColor: '#059cbb', itemName: 'gtceu:exquisite_apatite_gem', indexNumber: 0.176, lang_en_us: 'Apatite'}, + {materialName: 'red_garnet_tfc', nameColor: '#710910', itemName: 'gtceu:exquisite_red_garnet_gem', indexNumber: 0.177, lang_en_us: 'Red Garnet'}, + {materialName: 'yellow_garnet_tfc', nameColor: '#bbc207', itemName: 'gtceu:exquisite_yellow_garnet_gem', indexNumber: 0.178, lang_en_us: 'Yellow Garnet'}, + {materialName: 'monazite_tfc', nameColor: '#9eb576', itemName: 'gtceu:exquisite_monazite_gem', indexNumber: 0.179, lang_en_us: 'Monazite'}, + {materialName: 'rose_quartz_tfc', nameColor: '#ba3458', itemName: 'gtceu:exquisite_rose_quartz_gem', indexNumber: 0.161, lang_en_us: 'Rose Quartz'}, + {materialName: 'fluix_tfc', nameColor: '#53458d', itemName: 'tfg:exquisite_fluix_gem', indexNumber: 0.162, lang_en_us: 'Fluix'}, + //Metals + {materialName: 'silver_tfc', nameColor: '#d8d8f4', itemName: 'vintageimprovements:silver_sheet', indexNumber: 0.162, lang_en_us: 'Silver'}, + {materialName: 'sterling_silver_tfc', nameColor: '#eae5d3', itemName: 'gtceu:sterling_silver_plate', indexNumber: 0.163, lang_en_us: 'Sterling Silver'}, + {materialName: 'gold_tfc', nameColor: '#ede65b', itemName: 'create:golden_sheet', indexNumber: 0.164, lang_en_us: 'Gold'}, + {materialName: 'rose_gold_tfc', nameColor: '#eddedb', itemName: 'vintageimprovements:rose_gold_sheet', indexNumber: 0.165, lang_en_us: 'Rose Gold'}, + {materialName: 'nickel_tfc', nameColor: '#bfd1ea', itemName: 'vintageimprovements:nickel_sheet', indexNumber: 0.166, lang_en_us: 'Nickel'}, + {materialName: 'platinum_tfc', nameColor: '#d8cea1', itemName: 'vintageimprovements:platinum_sheet', indexNumber: 0.167, lang_en_us: 'Platinum'}, + {materialName: 'titanium_tfc', nameColor: '#c496d8', itemName: 'gtceu:titanium_plate', indexNumber: 0.168, lang_en_us: 'Titanium'}, + {materialName: 'bismuth_tfc', nameColor: '#607c79', itemName: 'gtceu:bismuth_plate', indexNumber: 0.169, lang_en_us: 'Bismuth'}, + {materialName: 'neutronium_tfc', nameColor: '#d7d7db', itemName: 'gtceu:neutronium_plate', indexNumber: 0.151, lang_en_us: 'Neutronium'}, + //Other + {materialName: 'pyrite_tfc', nameColor: '#a75e10', itemName: 'gtceu:rich_raw_pyrite', indexNumber: 0.152, lang_en_us: 'Pyrite'}, + {materialName: 'redx_tfc', nameColor: '#a06156', itemName: 'morered:red_alloy_wire', indexNumber: 0.153, lang_en_us: 'RedX'} +] +///////////////////////////// +///////////////////////////// + +// #region Tags +// Assigns trim_materials tag to items registered above +function registerTFGTrimTags(event) { + event.removeAll('minecraft:trim_materials') + materials.forEach(material => { + event.add('minecraft:trim_materials', material.itemName) + }) +} +// #endregion + +//#region Trim Item Atlas +//Automatically creates armor_trims.json file +const trimfilePath = 'kubejs/assets/minecraft/atlases/armor_trims.json'; +let trimdata = JsonIO.read(trimfilePath) || {}; +trimdata["sources"] = trimdata["sources"] || []; + +let trimsource = trimdata["sources"].find(s => s.type === "paletted_permutations"); + +if (!trimsource) { + trimsource = { + type: "paletted_permutations", + textures: [ + "trims/models/armor/coast", + "trims/models/armor/coast_leggings", + "trims/models/armor/sentry", + "trims/models/armor/sentry_leggings", + "trims/models/armor/dune", + "trims/models/armor/dune_leggings", + "trims/models/armor/wild", + "trims/models/armor/wild_leggings", + "trims/models/armor/ward", + "trims/models/armor/ward_leggings", + "trims/models/armor/eye", + "trims/models/armor/eye_leggings", + "trims/models/armor/vex", + "trims/models/armor/vex_leggings", + "trims/models/armor/tide", + "trims/models/armor/tide_leggings", + "trims/models/armor/snout", + "trims/models/armor/snout_leggings", + "trims/models/armor/rib", + "trims/models/armor/rib_leggings", + "trims/models/armor/spire", + "trims/models/armor/spire_leggings", + "trims/models/armor/wayfinder", + "trims/models/armor/wayfinder_leggings", + "trims/models/armor/shaper", + "trims/models/armor/shaper_leggings", + "trims/models/armor/silence", + "trims/models/armor/silence_leggings", + "trims/models/armor/raiser", + "trims/models/armor/raiser_leggings", + "trims/models/armor/host", + "trims/models/armor/host_leggings" + ], + palette_key: "trims/color_palettes/trim_palette", + permutations: {} + }; + trimdata["sources"].push(trimsource); +} + +trimsource.permutations = trimsource.permutations || {}; + +materials.forEach(material => { + trimsource.permutations[material.materialName] = `tfc:color_palettes/trims/${material.materialName}`; +}); +JsonIO.write(trimfilePath, trimdata); +//#endregion + +//#region Trim Block Atlas +//Automatically creates blocks.json file +const blockfilePath = 'kubejs/assets/minecraft/atlases/blocks.json'; +let blockdata = JsonIO.read(blockfilePath) || {}; +blockdata["sources"] = blockdata["sources"] || []; + +let blocksource = blockdata["sources"].find(s => s.type === "paletted_permutations"); + +if (!blocksource) { + blocksource = { + type: "paletted_permutations", + textures: [ + "trims/items/leggings_trim", + "trims/items/chestplate_trim", + "trims/items/helmet_trim", + "trims/items/boots_trim", + "tfc:item/helmet_trim", + "tfc:item/chestplate_trim", + "tfc:item/greaves_trim", + "tfc:item/boots_trim" + ], + palette_key: "trims/color_palettes/trim_palette", + permutations: {} + }; + blockdata["sources"].push(blocksource); +} + +blocksource.permutations = blocksource.permutations || {}; + +materials.forEach(material => { + blocksource.permutations[material.materialName] = `tfc:color_palettes/trims/${material.materialName}`; +}); +JsonIO.write(blockfilePath, blockdata); +//#endregion + +//#region Trim Material Data +//Automatically creates material.json files +materials.forEach(material => { + const trimfilepaths = [ + `kubejs/data/minecraft/trim_material/${material.materialName}.json`, + `kubejs/data/tfc/trim_material/${material.materialName}.json` + ]; + + const newtrimdata = { + asset_name: material.materialName, + description: { + color: material.nameColor, + translate: `trim_material.tfc.${material.materialName}` + }, + ingredient: material.itemName, + item_model_index: material.indexNumber + }; + + trimfilepaths.forEach(trimfilepaths => { + const existingData = JsonIO.read(trimfilepaths); + + // Only write if the file is missing or contents are different + if (JSON.stringify(existingData) !== JSON.stringify(newtrimdata)) { + JsonIO.write(trimfilepaths, newtrimdata); + } + }); + }); +//#endregion + +//#region Lang +//en_us +//reads the existing file, inserts new key-value pair, writes info back to the file +const langfilePath = 'kubejs/assets/tfc/lang/en_us.json'; +let langdata = JsonIO.read(langfilePath) || {}; + +materials.forEach(material => { + langdata[`trim_material.tfc.${material.materialName}`] = material.lang_en_us; +}); + +JsonIO.write(langfilePath, langdata); +//#endregion diff --git a/kubejs/server_scripts/tfg/recipes.fishing_nets.js b/kubejs/server_scripts/tfg/recipes.fishing_nets.js new file mode 100644 index 000000000..818b070f5 --- /dev/null +++ b/kubejs/server_scripts/tfg/recipes.fishing_nets.js @@ -0,0 +1,236 @@ +// priority: 0 + +function registerTFGFishingNetsRecipes(event) { + + //wood + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('1x tfg:fishing_net/wood', [ + ' DC', + 'GBE', + 'AF ' + ],{ + A: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Wood, 1), + B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.Wood, 1), + C: 'tfc:jute_net', + D: 'tfc:glue', + E: ChemicalHelper.get(TagPrefix.bolt, GTMaterials.Wood, 1), + F: '#forge:tools/knives', + G: '#tfc:sewing_needles' + }).id('tfg:shaped/fishing_net/wood')) + + event.recipes.gtceu.assembler('tfg:assembler/fishing_net/wood') + .itemInputs( + ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Wood, 1), + ChemicalHelper.get(TagPrefix.rod, GTMaterials.Wood, 1), + '1x tfc:glue', + ChemicalHelper.get(TagPrefix.bolt, GTMaterials.Wood, 1), + '1x tfc:jute_net' + ) + .itemOutputs('tfg:fishing_net/wood') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.ULV]) + + //Brass + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('1x tfg:fishing_net/brass', [ + ' DC', + 'GBE', + 'AF ' + ],{ + A: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Brass, 1), + B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.Brass, 1), + C: '#forge:cloth', + D: ChemicalHelper.get(TagPrefix.ring, GTMaterials.Brass, 1), + E: ChemicalHelper.get(TagPrefix.screw, GTMaterials.Brass, 1), + F: '#forge:tools/wire_cutters', + G: '#tfc:sewing_needles' + }).id('tfg:shaped/fishing_net/brass')) + + event.recipes.gtceu.assembler('tfg:assembler/fishing_net/brass') + .itemInputs( + ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Brass, 1), + ChemicalHelper.get(TagPrefix.rod, GTMaterials.Brass, 1), + ChemicalHelper.get(TagPrefix.ring, GTMaterials.Brass, 1), + ChemicalHelper.get(TagPrefix.screw, GTMaterials.Brass, 1), + '1x #forge:cloth' + ) + .itemOutputs('tfg:fishing_net/brass') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.ULV]) + + //Rose Gold + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('1x tfg:fishing_net/rose_gold', [ + ' DC', + 'GBE', + 'AF ' + ],{ + A: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.RoseGold, 1), + B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.RoseGold, 1), + C: '#forge:cloth', + D: ChemicalHelper.get(TagPrefix.ring, GTMaterials.RoseGold, 1), + E: ChemicalHelper.get(TagPrefix.screw, GTMaterials.RoseGold, 1), + F: '#forge:tools/wire_cutters', + G: '#tfc:sewing_needles' + }).id('tfg:shaped/fishing_net/rose_gold')) + + event.recipes.gtceu.assembler('tfg:assembler/fishing_net/rose_gold') + .itemInputs( + ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.RoseGold, 1), + ChemicalHelper.get(TagPrefix.rod, GTMaterials.RoseGold, 1), + ChemicalHelper.get(TagPrefix.ring, GTMaterials.RoseGold, 1), + ChemicalHelper.get(TagPrefix.screw, GTMaterials.RoseGold, 1), + '1x #forge:cloth' + ) + .itemOutputs('tfg:fishing_net/rose_gold') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.ULV]) + + //Sterling Silver + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('1x tfg:fishing_net/sterling_silver', [ + ' DC', + 'GBE', + 'AF ' + ],{ + A: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.SterlingSilver, 1), + B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.SterlingSilver, 1), + C: '#forge:cloth', + D: ChemicalHelper.get(TagPrefix.ring, GTMaterials.SterlingSilver, 1), + E: ChemicalHelper.get(TagPrefix.screw, GTMaterials.SterlingSilver, 1), + F: '#forge:tools/wire_cutters', + G: '#tfc:sewing_needles' + }).id('tfg:shaped/fishing_net/sterling_silver')) + + event.recipes.gtceu.assembler('tfg:assembler/fishing_net/sterling_silver') + .itemInputs( + ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.SterlingSilver, 1), + ChemicalHelper.get(TagPrefix.rod, GTMaterials.SterlingSilver, 1), + ChemicalHelper.get(TagPrefix.ring, GTMaterials.SterlingSilver, 1), + ChemicalHelper.get(TagPrefix.screw, GTMaterials.SterlingSilver, 1), + '1x #forge:cloth' + ) + .itemOutputs('tfg:fishing_net/sterling_silver') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.ULV]) + + //Invar + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('1x tfg:fishing_net/invar', [ + ' DC', + 'GBE', + 'AF ' + ],{ + A: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Invar, 1), + B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.Invar, 1), + C: '#forge:cloth', + D: ChemicalHelper.get(TagPrefix.ring, GTMaterials.Invar, 1), + E: ChemicalHelper.get(TagPrefix.screw, GTMaterials.Invar, 1), + F: '#forge:tools/wire_cutters', + G: '#tfc:sewing_needles' + }).id('tfg:shaped/fishing_net/invar')) + + event.recipes.gtceu.assembler('tfg:assembler/fishing_net/invar') + .itemInputs( + ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Invar, 1), + ChemicalHelper.get(TagPrefix.rod, GTMaterials.Invar, 1), + ChemicalHelper.get(TagPrefix.ring, GTMaterials.Invar, 1), + ChemicalHelper.get(TagPrefix.screw, GTMaterials.Invar, 1), + '1x #forge:cloth' + ) + .itemOutputs('tfg:fishing_net/invar') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.LV]) + + //Cupronickel + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('1x tfg:fishing_net/cupronickel', [ + ' DC', + 'GBE', + 'AF ' + ],{ + A: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Cupronickel, 1), + B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.Cupronickel, 1), + C: '#forge:cloth', + D: ChemicalHelper.get(TagPrefix.ring, GTMaterials.Cupronickel, 1), + E: ChemicalHelper.get(TagPrefix.screw, GTMaterials.Cupronickel, 1), + F: '#forge:tools/wire_cutters', + G: '#tfc:sewing_needles' + }).id('tfg:shaped/fishing_net/cupronickel')) + + event.recipes.gtceu.assembler('tfg:assembler/fishing_net/cupronickel') + .itemInputs( + ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Cupronickel, 1), + ChemicalHelper.get(TagPrefix.rod, GTMaterials.Cupronickel, 1), + ChemicalHelper.get(TagPrefix.ring, GTMaterials.Cupronickel, 1), + ChemicalHelper.get(TagPrefix.screw, GTMaterials.Cupronickel, 1), + '1x #forge:cloth' + ) + .itemOutputs('tfg:fishing_net/cupronickel') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.LV]) + + //Tin Alloy + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('1x tfg:fishing_net/tin_alloy', [ + ' DC', + 'GBE', + 'AF ' + ],{ + A: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.TinAlloy, 1), + B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.TinAlloy, 1), + C: '#forge:cloth', + D: ChemicalHelper.get(TagPrefix.ring, GTMaterials.TinAlloy, 1), + E: ChemicalHelper.get(TagPrefix.screw, GTMaterials.TinAlloy, 1), + F: '#forge:tools/wire_cutters', + G: '#tfc:sewing_needles' + }).id('tfg:shaped/fishing_net/tin_alloy')) + + event.recipes.gtceu.assembler('tfg:assembler/fishing_net/tin_alloy') + .itemInputs( + ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.TinAlloy, 1), + ChemicalHelper.get(TagPrefix.rod, GTMaterials.TinAlloy, 1), + ChemicalHelper.get(TagPrefix.ring, GTMaterials.TinAlloy, 1), + ChemicalHelper.get(TagPrefix.screw, GTMaterials.TinAlloy, 1), + '1x #forge:cloth' + ) + .itemOutputs('tfg:fishing_net/tin_alloy') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.LV]) + + //Magnalium + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('1x tfg:fishing_net/magnalium', [ + ' DC', + 'GBE', + 'AF ' + ],{ + A: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Magnalium, 1), + B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.Magnalium, 1), + C: 'tfg:polycaprolactam_fabric', + D: ChemicalHelper.get(TagPrefix.ring, GTMaterials.Magnalium, 1), + E: ChemicalHelper.get(TagPrefix.screw, GTMaterials.Magnalium, 1), + F: '#forge:tools/wire_cutters', + G: '#tfc:sewing_needles' + }).id('tfg:shaped/fishing_net/magnalium')) + + event.recipes.gtceu.assembler('tfg:assembler/fishing_net/magnalium') + .itemInputs( + ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Magnalium, 1), + ChemicalHelper.get(TagPrefix.rod, GTMaterials.Magnalium, 1), + ChemicalHelper.get(TagPrefix.ring, GTMaterials.Magnalium, 1), + ChemicalHelper.get(TagPrefix.screw, GTMaterials.Magnalium, 1), + '1x tfg:polycaprolactam_fabric' + ) + .itemOutputs('tfg:fishing_net/magnalium') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.LV]) +} \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.js b/kubejs/server_scripts/tfg/recipes.js index 2740895a7..eec0f9d35 100644 --- a/kubejs/server_scripts/tfg/recipes.js +++ b/kubejs/server_scripts/tfg/recipes.js @@ -12,6 +12,6 @@ const registerTFGRecipes = (event) => { registerTFGMedicineRecipes(event) registerTFGMiscellaneousRecipes(event) registerTFGSupportRecipes(event) - + registerTFGFishingNetsRecipes(event) registerTFGConvertingRecipes(event) } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.miscellaneous.js b/kubejs/server_scripts/tfg/recipes.miscellaneous.js index 41836919d..691d19987 100644 --- a/kubejs/server_scripts/tfg/recipes.miscellaneous.js +++ b/kubejs/server_scripts/tfg/recipes.miscellaneous.js @@ -6,6 +6,8 @@ */ function registerTFGMiscellaneousRecipes(event) { + event.remove({ id: 'gtceu:wiremill/string_from_polycaprolactam'}) + //tfc:moss event.replaceInput({}, 'minecraft:vine', '#tfc:moss') @@ -313,4 +315,61 @@ function registerTFGMiscellaneousRecipes(event) { event.shapeless('8x minecraft:snow', ['minecraft:snow_block', '#forge:tools/saws']) .id('tfg:shapeless/snow') + + //Cloth & String + event.recipes.gtceu.wiremill('tfg:wiremill/phantom_thread') + .itemInputs('1x minecraft:phantom_membrane') + .itemOutputs('16x tfg:phantom_thread') + .duration(100) + .circuit(0) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.wiremill('tfg:wiremill/polycaprolactam_string') + .itemInputs(ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Polycaprolactam, 1)) + .itemOutputs('32x tfg:polycaprolactam_string') + .duration(100) + .circuit(0) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.assembler('tfg:assembler/phantom_silk') + .itemInputs('16x tfg:phantom_thread') + .itemOutputs('1x tfg:phantom_silk') + .duration(100) + .circuit(0) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.assembler('tfg:assembler/polycaprolactam_fabric') + .itemInputs('16x tfg:polycaprolactam_string') + .itemOutputs('1x tfg:polycaprolactam_fabric') + .duration(100) + .circuit(0) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.chemical_bath('tfg:chemical_bath/bleaching/polycaprolactam_string') + .itemInputs('tfg:polycaprolactam_string') + .inputFluids(Fluid.of('gtceu:chlorine', 16)) + .itemOutputs('minecraft:string') + .duration(80) + .EUt(GTValues.VA[GTValues.ULV]) + .category(GTRecipeCategories.CHEM_DYES) + + event.recipes.tfc.loom( + '1x tfg:phantom_silk', + '16x tfg:phantom_thread', + 8, + 'tfg:block/phantom_silk_block' + ) + + event.recipes.tfc.loom( + '1x tfg:polycaprolactam_fabric', + '16x tfg:polycaprolactam_string', + 8, + 'tfg:block/polycaprolactam_fabric_block' + ) + + event.recipes.tfc.damage_inputs_shapeless_crafting( + event.shapeless('16x tfg:phantom_thread', [ + 'minecraft:phantom_membrane', + 'tfc:spindle' + ]).id('tfg:shapeless/phantom_thread')) } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.recycling.js b/kubejs/server_scripts/tfg/recipes.recycling.js new file mode 100644 index 000000000..bb34d453d --- /dev/null +++ b/kubejs/server_scripts/tfg/recipes.recycling.js @@ -0,0 +1,122 @@ +// priority: 0 + +function registerGTCEURecyclingRecipes(event) { + + // Tantalum Capacitor + event.recipes.gtceu.macerator('gtceu:macerator/recycling/tantulum_capacitor') + .itemInputs('gtceu:tantalum_capacitor') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Tantalum, 1), + ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Polyethylene, 1) + ) + .duration(GTMaterials.Tantalum.getMass() * 1) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('gtceu:arc_furnace/recycling/tantulum_capacitor') + .itemInputs('gtceu:tantalum_capacitor') + .itemOutputs( + ChemicalHelper.get(TagPrefix.nugget, GTMaterials.Tantalum, 1), + ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Ash, 1) + ) + .duration(GTMaterials.Tantalum.getMass() * 1) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + // Capacitor + event.recipes.gtceu.macerator('gtceu:macerator/recycling/capacitor') + .itemInputs('gtceu:capacitor') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Polyethylene, 1) + ) + .duration(GTMaterials.Polyethylene.getMass() * 1) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('gtceu:arc_furnace/recycling/capacitor') + .itemInputs('gtceu:capacitor') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Ash, 1) + ) + .duration(GTMaterials.Ash.getMass() * 1) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + // Empty Tier I Capacitor + event.recipes.gtceu.macerator('gtceu:macerator/recycling/empty_tier_i_battery') + .itemInputs('gtceu:empty_tier_i_battery') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Ultimet, 6) + ) + .duration(GTMaterials.Ultimet.getMass() * 6) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('gtceu:arc_furnace/recycling/empty_tier_i_battery') + .itemInputs('gtceu:empty_tier_i_battery') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Ultimet, 6) + ) + .duration(GTMaterials.Ultimet.getMass() * 6) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + event.recipes.gtceu.extractor('gtceu:extractor/recycling/empty_tier_i_battery') + .itemInputs('gtceu:empty_tier_i_battery') + .outputFluids(Fluid.of('gtceu:ultimet', 864)) + .duration(GTMaterials.Ultimet.getMass() * 6) + .category(GTRecipeCategories.EXTRACTOR_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + // Empty Tier II Capacitor + event.recipes.gtceu.macerator('gtceu:macerator/recycling/empty_tier_ii_battery') + .itemInputs('gtceu:empty_tier_ii_battery') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Ruridit, 6) + ) + .duration(GTMaterials.Ruridit.getMass() * 6) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('gtceu:arc_furnace/recycling/empty_tier_ii_battery') + .itemInputs('gtceu:empty_tier_ii_battery') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Ruridit, 6) + ) + .duration(GTMaterials.Ruridit.getMass() * 6) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + event.recipes.gtceu.extractor('gtceu:extractor/recycling/empty_tier_ii_battery') + .itemInputs('gtceu:empty_tier_ii_battery') + .outputFluids(Fluid.of('gtceu:ruridit', 864)) + .duration(GTMaterials.Ruridit.getMass() * 6) + .category(GTRecipeCategories.EXTRACTOR_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + // Empty Tier III Capacitor + event.recipes.gtceu.macerator('gtceu:macerator/recycling/empty_tier_iii_battery') + .itemInputs('gtceu:empty_tier_iii_battery') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Neutronium, 6) + ) + .duration(GTMaterials.Neutronium.getMass() * 6) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('gtceu:arc_furnace/recycling/empty_tier_iii_battery') + .itemInputs('gtceu:empty_tier_iii_battery') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Neutronium, 6) + ) + .duration(GTMaterials.Neutronium.getMass() * 6) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + event.recipes.gtceu.extractor('gtceu:extractor/recycling/empty_tier_iii_battery') + .itemInputs('gtceu:empty_tier_iii_battery') + .outputFluids(Fluid.of('gtceu:neutronium', 864)) + .duration(GTMaterials.Neutronium.getMass() * 6) + .category(GTRecipeCategories.EXTRACTOR_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) +} \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/tags.js b/kubejs/server_scripts/tfg/tags.js index 78a2217bc..7ec9d57f6 100644 --- a/kubejs/server_scripts/tfg/tags.js +++ b/kubejs/server_scripts/tfg/tags.js @@ -1,4 +1,7 @@ const registerTFGItemTags = (event) => { + + registerTFGTrimTags(event) + //Decorative Vases global.MINECRAFT_DYE_NAMES.forEach(color => { event.add('c:hidden_from_recipe_viewers', `tfg:decorative_vase/generated/${color}`) @@ -12,6 +15,16 @@ const registerTFGItemTags = (event) => { //Knapping event.add('tfc:any_knapping', 'minecraft:flint') + //Tools + event.add('forge:tools/fishing_nets', 'tfg:fishing_net/wood') + event.add('forge:tools/fishing_nets', 'tfg:fishing_net/brass') + event.add('forge:tools/fishing_nets', 'tfg:fishing_net/rose_gold') + event.add('forge:tools/fishing_nets', 'tfg:fishing_net/sterling_silver') + event.add('forge:tools/fishing_nets', 'tfg:fishing_net/invar') + event.add('forge:tools/fishing_nets', 'tfg:fishing_net/tin_alloy') + event.add('forge:tools/fishing_nets', 'tfg:fishing_net/cupronickel') + event.add('forge:tools/fishing_nets', 'tfg:fishing_net/magnalium') + // #region Paper from wood event.add('tfg:hardwood_strips', 'tfg:hardwood_strip') @@ -29,9 +42,17 @@ const registerTFGItemTags = (event) => { event.add('forge:wax', 'tfg:conifer_rosin') event.add('tfc:fluxstone', 'tfg:loose/dripstone') - // #endregion + //#region Cloth & String + event.add('forge:cloth', 'tfg:phantom_silk') + event.add('forge:cloth', 'tfg:polycaprolactam_fabric') + event.add('tfc:sewing_light_cloth', 'tfg:phantom_silk') + event.add('tfc:sewing_dark_cloth', 'tfg:polycaprolactam_fabric') + event.add('forge:string', 'tfg:phantom_thread') + event.add('forge:string', 'tfg:polycaprolactam_string') + //#endregion + // #region Medicines event.add('tfg:antipoison_ingredients', 'tfc:plant/blood_lily') diff --git a/kubejs/startup_scripts/gtceu/constants.js b/kubejs/startup_scripts/gtceu/constants.js index 690013acc..7368a5a7e 100644 --- a/kubejs/startup_scripts/gtceu/constants.js +++ b/kubejs/startup_scripts/gtceu/constants.js @@ -183,3 +183,43 @@ global.ORE_BEARING_STONES = [ 'pyroxenite', 'dripstone' ]; + +global.GTCEU_GEM_TYPES = [ + 'almandine', + 'andradite', + 'blue_topaz', + 'cinnabar', + 'coal', + 'diamond', + 'emerald', + 'green_sapphire', + 'grossular', + 'rutile', + 'lazurite', + 'pyrope', + 'rock_salt', + 'ruby', + 'salt', + 'sapphire', + 'sodalite', + 'coke', + 'spessartine', + 'topaz', + 'uvarovite', + 'nether_quartz', + 'certus_quartz', + 'quartzite', + 'realgar', + 'malachite', + 'glass', + 'olivine', + 'opal', + 'amethyst', + // 'echo_shard', disabled + 'lapis', + 'apatite', + 'red_garnet', + 'yellow_garnet', + 'monazite', + 'rose_quartz' +]; diff --git a/kubejs/startup_scripts/gtceu/materials.js b/kubejs/startup_scripts/gtceu/materials.js index 01b6e0f90..ac24ae217 100644 --- a/kubejs/startup_scripts/gtceu/materials.js +++ b/kubejs/startup_scripts/gtceu/materials.js @@ -199,6 +199,13 @@ const registerGTCEuMaterialModification = (event) => { GTMaterials.DamascusSteel.addFlags(GENERATE_BOLT_SCREW); GTMaterials.Duranium.addFlags(GENERATE_BOLT_SCREW); + GTMaterials.Cupronickel.addFlags(GENERATE_BOLT_SCREW, GENERATE_RING); + + GTMaterials.Invar.addFlags(GENERATE_RING); + GTMaterials.Magnalium.addFlags(GENERATE_RING); + GTMaterials.TinAlloy.addFlags(GENERATE_RING); + GTMaterials.SterlingSilver.addFlags(GENERATE_RING); + GTMaterials.IronMagnetic.addFlags(GENERATE_PLATE) GTMaterials.TreatedWood.addFlags(GENERATE_LONG_ROD); diff --git a/kubejs/startup_scripts/tfg/items.js b/kubejs/startup_scripts/tfg/items.js index 1ec58c60a..d665f28a6 100644 --- a/kubejs/startup_scripts/tfg/items.js +++ b/kubejs/startup_scripts/tfg/items.js @@ -133,19 +133,82 @@ const registerTFGItems = (event) => { //#endregion //#region Wax - event.create(`tfg:paraffin_wax`) - .translationKey(`item.tfg.paraffin_wax`) + event.create('tfg:paraffin_wax') + .translationKey('item.tfg.paraffin_wax') event.create('tfg:conifer_rosin') .translationKey('item.tfg.conifer_rosin') //#endregion - //#region Arrow Parts + //#region Cloth & String + event.create('tfg:polycaprolactam_fabric') + .translationKey('item.tfg.polycaprolactam_fabric') + + event.create('tfg:polycaprolactam_string') + .translationKey('item.tfg.polycaprolactam_string') + + event.create('tfg:phantom_silk') + .translationKey('item.tfg.phantom_silk') + + event.create('tfg:phantom_thread') + .translationKey('item.tfg.phantom_thread') + //#endregion + + //#region Tools event.create('tfg:flint_arrow_head') .translationKey('item.tfg.flint_arrow_head') event.create('tfg:fletching') .translationKey('item.tfg.fletching') + + event.create('tfg:fishing_net/wood') + .translationKey('item.tfg.fishing_net.wood') + .parentModel('tfg:item/fishing_nets/wood_fishing_net') + .texture('tfg:item/fishing_nets/wood_fishing_net') + .maxDamage(112) + + event.create('tfg:fishing_net/brass') + .translationKey('item.tfg.fishing_net.brass') + .parentModel('tfg:item/fishing_nets/brass_fishing_net') + .texture('tfg:item/fishing_nets/brass_fishing_net') + .maxDamage(326) + + event.create('tfg:fishing_net/rose_gold') + .translationKey('item.tfg.fishing_net.rose_gold') + .parentModel('tfg:item/fishing_nets/rose_gold_fishing_net') + .texture('tfg:item/fishing_nets/rose_gold_fishing_net') + .maxDamage(380) + + event.create('tfg:fishing_net/sterling_silver') + .translationKey('item.tfg.fishing_net.sterling_silver') + .parentModel('tfg:item/fishing_nets/sterling_silver_fishing_net') + .texture('tfg:item/fishing_nets/sterling_silver_fishing_net') + .maxDamage(380) + + event.create('tfg:fishing_net/invar') + .translationKey('item.tfg.fishing_net.invar') + .parentModel('tfg:item/fishing_nets/invar_fishing_net') + .texture('tfg:item/fishing_nets/invar_fishing_net') + .maxDamage(740) + + event.create('tfg:fishing_net/tin_alloy') + .translationKey('item.tfg.fishing_net.tin_alloy') + .parentModel('tfg:item/fishing_nets/tin_alloy_fishing_net') + .texture('tfg:item/fishing_nets/tin_alloy_fishing_net') + .maxDamage(710) + + event.create('tfg:fishing_net/cupronickel') + .translationKey('item.tfg.fishing_net.cupronickel') + .parentModel('tfg:item/fishing_nets/cupronickel_fishing_net') + .texture('tfg:item/fishing_nets/cupronickel_fishing_net') + .maxDamage(560) + + event.create('tfg:fishing_net/magnalium') + .translationKey('item.tfg.fishing_net.magnalium') + .parentModel('tfg:item/fishing_nets/magnalium_fishing_net') + .texture('tfg:item/fishing_nets/magnalium_fishing_net') + .maxDamage(1830) + //#endregion //#region Immersive Aircraft Impl diff --git a/kubejs/startup_scripts/tfg/materials.js b/kubejs/startup_scripts/tfg/materials.js index 1f7d13754..360785bb6 100644 --- a/kubejs/startup_scripts/tfg/materials.js +++ b/kubejs/startup_scripts/tfg/materials.js @@ -37,4 +37,5 @@ const registerTFGMaterials = (event) => { .iconSet(GTMaterialIconSet.FINE) .color('0xede8da') .secondaryColor('0xeddcad') + .components('12x carbon', '22x hydrogen', '11x oxygen') } \ No newline at end of file From 04881b8fc270fbd79d1d1859b59ed25719a8e001 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 25 Apr 2025 13:11:55 +0100 Subject: [PATCH 04/80] Update recipes.js Signed-off-by: Pyritie --- kubejs/server_scripts/minecraft/recipes.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kubejs/server_scripts/minecraft/recipes.js b/kubejs/server_scripts/minecraft/recipes.js index 6de70d674..1abecedc2 100644 --- a/kubejs/server_scripts/minecraft/recipes.js +++ b/kubejs/server_scripts/minecraft/recipes.js @@ -973,7 +973,6 @@ const registerMinecraftRecipes = (event) => { //#endregion //#region Smithing Table - event.recipes.tfc.damage_inputs_shaped_crafting( event.shaped('minecraft:smithing_table', [ 'C ', 'BB ', @@ -982,7 +981,7 @@ const registerMinecraftRecipes = (event) => { A: '#minecraft:planks', B: ChemicalHelper.get(TagPrefix.plate, GTMaterials.Lead, 1), C: '#forge:tools/hammers' - }).id('minecraft:shapeless/smithing_table')) + }).id('minecraft:shapeless/smithing_table') event.recipes.gtceu.assembler('minecraft:assembler/smithing_table') .itemInputs('2x #minecraft:planks', ChemicalHelper.get(TagPrefix.plate, GTMaterials.Lead, 2)) From a419d295c519e808de9fc68a88aad05648667aef Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 25 Apr 2025 16:08:13 +0100 Subject: [PATCH 05/80] added external credits Signed-off-by: Pyritie --- .github/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/README.md b/.github/README.md index 6df9ecba8..78fe64d0f 100644 --- a/.github/README.md +++ b/.github/README.md @@ -59,6 +59,10 @@ Interested in contributing? For detailed setup instructions, coding standards, a ![Image Readme](https://github.com/TerraFirmaGreg-Team/.github/blob/main/branding/image_readme.png?raw=true) +### External Credits +- WithersChat from the Monifactory team for the universal circuit textures +- GregTech Community Pack Modern for most of their quest text + [TerraFirmaCraft]: https://www.curseforge.com/minecraft/mc-mods/terrafirmacraft [GregTech Modern]: https://www.curseforge.com/minecraft/mc-mods/gregtechceu-modern From ba6735721498e430d6d9829d939f69c8620f11c7 Mon Sep 17 00:00:00 2001 From: TomPlop Date: Fri, 25 Apr 2025 12:03:38 -0400 Subject: [PATCH 06/80] Universal circuits (#914) * Adding Universal Circuits * Fix for Universal Circuits recipes * Adding Univercal Circuits to their respective files --- .../tfg/models/item/ev_universal_circuit.json | 6 ++++ .../tfg/models/item/hv_universal_circuit.json | 6 ++++ .../tfg/models/item/iv_universal_circuit.json | 6 ++++ .../models/item/luv_universal_circuit.json | 6 ++++ .../tfg/models/item/lv_universal_circuit.json | 6 ++++ .../tfg/models/item/mv_universal_circuit.json | 6 ++++ .../models/item/uhv_universal_circuit.json | 6 ++++ .../models/item/ulv_universal_circuit.json | 6 ++++ .../tfg/models/item/uv_universal_circuit.json | 6 ++++ .../models/item/zpm_universal_circuit.json | 6 ++++ .../item/universal/ev_universal_circuit.png | Bin 0 -> 1209 bytes .../universal/ev_universal_circuit.png.mcmeta | 6 ++++ .../item/universal/hv_universal_circuit.png | Bin 0 -> 4891 bytes .../universal/hv_universal_circuit.png.mcmeta | 6 ++++ .../item/universal/iv_universal_circuit.png | Bin 0 -> 4775 bytes .../universal/iv_universal_circuit.png.mcmeta | 6 ++++ .../item/universal/luv_universal_circuit.png | Bin 0 -> 1115 bytes .../luv_universal_circuit.png.mcmeta | 16 +++++++++ .../item/universal/lv_universal_circuit.png | Bin 0 -> 1014 bytes .../universal/lv_universal_circuit.png.mcmeta | 6 ++++ .../item/universal/mv_universal_circuit.png | Bin 0 -> 1118 bytes .../universal/mv_universal_circuit.png.mcmeta | 6 ++++ .../item/universal/uev_universal_circuit.png | Bin 0 -> 1133 bytes .../uev_universal_circuit.png.mcmeta | 6 ++++ .../item/universal/uhv_universal_circuit.png | Bin 0 -> 1110 bytes .../uhv_universal_circuit.png.mcmeta | 16 +++++++++ .../item/universal/uiv_universal_circuit.png | Bin 0 -> 1106 bytes .../uiv_universal_circuit.png.mcmeta | 16 +++++++++ .../item/universal/ulv_universal_circuit.png | Bin 0 -> 8226 bytes .../ulv_universal_circuit.png.mcmeta | 16 +++++++++ .../item/universal/uv_universal_circuit.png | Bin 0 -> 1080 bytes .../universal/uv_universal_circuit.png.mcmeta | 6 ++++ .../item/universal/zpm_universal_circuit.png | Bin 0 -> 1187 bytes .../zpm_universal_circuit.png.mcmeta | 6 ++++ .../tfg/recipes.miscellaneous.js | 7 ++++ kubejs/server_scripts/tfg/tags.js | 10 ++++++ kubejs/startup_scripts/gtceu/items.js | 31 ++++++++++++++++++ kubejs/startup_scripts/tfg/constants.js | 4 ++- 38 files changed, 223 insertions(+), 1 deletion(-) create mode 100644 kubejs/assets/tfg/models/item/ev_universal_circuit.json create mode 100644 kubejs/assets/tfg/models/item/hv_universal_circuit.json create mode 100644 kubejs/assets/tfg/models/item/iv_universal_circuit.json create mode 100644 kubejs/assets/tfg/models/item/luv_universal_circuit.json create mode 100644 kubejs/assets/tfg/models/item/lv_universal_circuit.json create mode 100644 kubejs/assets/tfg/models/item/mv_universal_circuit.json create mode 100644 kubejs/assets/tfg/models/item/uhv_universal_circuit.json create mode 100644 kubejs/assets/tfg/models/item/ulv_universal_circuit.json create mode 100644 kubejs/assets/tfg/models/item/uv_universal_circuit.json create mode 100644 kubejs/assets/tfg/models/item/zpm_universal_circuit.json create mode 100644 kubejs/assets/tfg/textures/item/universal/ev_universal_circuit.png create mode 100644 kubejs/assets/tfg/textures/item/universal/ev_universal_circuit.png.mcmeta create mode 100644 kubejs/assets/tfg/textures/item/universal/hv_universal_circuit.png create mode 100644 kubejs/assets/tfg/textures/item/universal/hv_universal_circuit.png.mcmeta create mode 100644 kubejs/assets/tfg/textures/item/universal/iv_universal_circuit.png create mode 100644 kubejs/assets/tfg/textures/item/universal/iv_universal_circuit.png.mcmeta create mode 100644 kubejs/assets/tfg/textures/item/universal/luv_universal_circuit.png create mode 100644 kubejs/assets/tfg/textures/item/universal/luv_universal_circuit.png.mcmeta create mode 100644 kubejs/assets/tfg/textures/item/universal/lv_universal_circuit.png create mode 100644 kubejs/assets/tfg/textures/item/universal/lv_universal_circuit.png.mcmeta create mode 100644 kubejs/assets/tfg/textures/item/universal/mv_universal_circuit.png create mode 100644 kubejs/assets/tfg/textures/item/universal/mv_universal_circuit.png.mcmeta create mode 100644 kubejs/assets/tfg/textures/item/universal/uev_universal_circuit.png create mode 100644 kubejs/assets/tfg/textures/item/universal/uev_universal_circuit.png.mcmeta create mode 100644 kubejs/assets/tfg/textures/item/universal/uhv_universal_circuit.png create mode 100644 kubejs/assets/tfg/textures/item/universal/uhv_universal_circuit.png.mcmeta create mode 100644 kubejs/assets/tfg/textures/item/universal/uiv_universal_circuit.png create mode 100644 kubejs/assets/tfg/textures/item/universal/uiv_universal_circuit.png.mcmeta create mode 100644 kubejs/assets/tfg/textures/item/universal/ulv_universal_circuit.png create mode 100644 kubejs/assets/tfg/textures/item/universal/ulv_universal_circuit.png.mcmeta create mode 100644 kubejs/assets/tfg/textures/item/universal/uv_universal_circuit.png create mode 100644 kubejs/assets/tfg/textures/item/universal/uv_universal_circuit.png.mcmeta create mode 100644 kubejs/assets/tfg/textures/item/universal/zpm_universal_circuit.png create mode 100644 kubejs/assets/tfg/textures/item/universal/zpm_universal_circuit.png.mcmeta diff --git a/kubejs/assets/tfg/models/item/ev_universal_circuit.json b/kubejs/assets/tfg/models/item/ev_universal_circuit.json new file mode 100644 index 000000000..cad7c45dd --- /dev/null +++ b/kubejs/assets/tfg/models/item/ev_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/ev_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/hv_universal_circuit.json b/kubejs/assets/tfg/models/item/hv_universal_circuit.json new file mode 100644 index 000000000..317da660a --- /dev/null +++ b/kubejs/assets/tfg/models/item/hv_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/hv_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/iv_universal_circuit.json b/kubejs/assets/tfg/models/item/iv_universal_circuit.json new file mode 100644 index 000000000..9f7916b18 --- /dev/null +++ b/kubejs/assets/tfg/models/item/iv_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/iv_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/luv_universal_circuit.json b/kubejs/assets/tfg/models/item/luv_universal_circuit.json new file mode 100644 index 000000000..2cfd3577f --- /dev/null +++ b/kubejs/assets/tfg/models/item/luv_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/luv_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/lv_universal_circuit.json b/kubejs/assets/tfg/models/item/lv_universal_circuit.json new file mode 100644 index 000000000..5ecd6f2bf --- /dev/null +++ b/kubejs/assets/tfg/models/item/lv_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/lv_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/mv_universal_circuit.json b/kubejs/assets/tfg/models/item/mv_universal_circuit.json new file mode 100644 index 000000000..1ffeeb221 --- /dev/null +++ b/kubejs/assets/tfg/models/item/mv_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/mv_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/uhv_universal_circuit.json b/kubejs/assets/tfg/models/item/uhv_universal_circuit.json new file mode 100644 index 000000000..7359500fa --- /dev/null +++ b/kubejs/assets/tfg/models/item/uhv_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/uhv_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/ulv_universal_circuit.json b/kubejs/assets/tfg/models/item/ulv_universal_circuit.json new file mode 100644 index 000000000..87d49760e --- /dev/null +++ b/kubejs/assets/tfg/models/item/ulv_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/ulv_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/uv_universal_circuit.json b/kubejs/assets/tfg/models/item/uv_universal_circuit.json new file mode 100644 index 000000000..5686bd295 --- /dev/null +++ b/kubejs/assets/tfg/models/item/uv_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/uv_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/zpm_universal_circuit.json b/kubejs/assets/tfg/models/item/zpm_universal_circuit.json new file mode 100644 index 000000000..42ea1a7fe --- /dev/null +++ b/kubejs/assets/tfg/models/item/zpm_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/zpm_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/ev_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/ev_universal_circuit.png new file mode 100644 index 0000000000000000000000000000000000000000..12df0edd80ec17e368c85f29a2196cab4558624f GIT binary patch literal 1209 zcmV;q1V;ObP)EX>4Tx04R}tkv&MmP!xqvQ>9WW4(%YtAwzYtAS&W0RV;#q(pG5I!Q`cX(4-+r zad8w}3l9D)RvlcNb#-tR1i>E=X9p)m7b)?+q|hS92bcG8-aCi;?gNBYjj3ke1fXh` zkx3@Rd|_1#ydsDw!c?NfOg)ud%)xVg-NVQCyExDCzW3)EREj18d?N82(+!JwgLr1s z(mC%FM_5Hth|h_~4Qi11k?XR{Z=A~x3p_JoQVDoJqi-qz;aecM=FY8ij?)JqN3&YK0S*p< zu`*?^d%Sy~cW(dQ>CEp3uH|ySpqdR500006VoOIv07(Ez0NSeSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{00NOoL_t(&-tCw_YvV8&#viA*WbG6ThBN6>NH&jM4y-Yo z!C%0iAaj;NK8ChVhQJXr+HgxpZ!VWCp@SfJazDg(!+jVt3=F;>Ftni?>B{22a19@cQF5H(w!IPL|13IdY4bzSF9zp6~DP0RW@X zD3>lwo-?xs^_Ya>Y5^XAbC&>;P_5%1bb%Z zf>u@Kpos^f#2w$ME$LPs5Ka(Hdh#HfwzaijZLMxRc-}t4LLyo{t|Sj64?ZgoyrBno z<9?t&a5pZznFj!vzE7LWS)^QSgp*ovD-Z0MeH{;=BNa&=NFIE09*C;!#RGTaf^gEv zgI0gw_zt|GSL+X2c|c9tp9h!tgF%r8S)o0%5$YkVt%cR&3NPPZ($bbZkUaQzJaBvm zl+pe?D1PbqPI7_=Kuprl9}rH`BJ1oAvO(+a4=!>jb>b2asxr9BAMEaS2=y?rIG9R* zAbD^DJP_8uGY@jt0A|ng!WZFz*ycO=gWcT@*49F(hnT)kr9Y57xDg&y9SJVt!Bzg? zs{4c6k3KIHZ~Hs(fSMGP)Bl;f55)b!!|#W$=nwt? X?ST}O9BrSS00000NkvXXu0mjf#xxj} literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/universal/ev_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/ev_universal_circuit.png.mcmeta new file mode 100644 index 000000000..114c427b7 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/ev_universal_circuit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2 + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/hv_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/hv_universal_circuit.png new file mode 100644 index 0000000000000000000000000000000000000000..f092049c971233d00dbd6a87b46f10bd4b8467d5 GIT binary patch literal 4891 zcmeHLdsGw08eb6&#RsS$h!kT4t`G7KgscR4N`eF;ViBa(&1M6ud68^Lzz3qD$gLC= z1u62V*7vihy+yoS6cI%QJ$g_nO4Syq1wpD_1o6%WR6OlDJ)U#>pP94S*_q$>oA3M0 zH*;oplQcYJjJ1w%k*d{c6u1(j63JSO zikWZ)1exw`p6{P^o@G_uYu{@*x+<^5TS9BMdD$1P{82e`VXW(fy#KJO@zj2owie#e z0^&q$x!u|WhxCC`{Px{d?(M$g^DDsquom%WX#&; z^!$fi0T*7HLiIN+6~6N(<(qOnESZrTLj_-j4!_pv;a0->r=ezc)vB)b`_^09_ELSF z&gS+Q`3+hBzMXn>`xo3AL&nuFzt4c6Ve9e0K&dz|@J-+#+=5kGgrf6)&KH&}{+4EM zKUU$_{bK&fZ1M3th>QqNkE+k*i2Gczrhj0><_)p{|nDr{A_-L_8W zB`-R=o-wLR%j;eVQgR9|K}CK(wZwVaJ!;{-lf<>&D&(^qy9fFQ^Vcy%eKm$VKl87R z*!aqatK74oy9$w&)K}{!mwr<+K4M&m{leWVQ>(G`?uqfI;;^eLo;qyM-M!3dz{gHa z3-<6|4^3K_Bi)ehc*JRjd*sO}FFHe+Uz@_gwmfKf{g! zFH!cQj#eEOoAXtvQyP;VT3Y!GkB+Tfa$q>OXir0I?C(~sO(Pjc7w4B#;yR#p5oK~w zmR)gMT}#>v?#sO%EbS=b*biqtUnIVS_8d6$XpB~C^`+hP6-^JDK5sw!YQ^3=_iggZ zbf*`>{v9AeO*lxzMUpTW)u~DpiyzT zkQVJJVM(-sSOP9e(P0Zx!lTfX<)}bTo8xQkV}b#J3L_AzNu^ZlVUv(%=7m9>Y-ZA^ zW(cudNLwV4QUf(QjLKv17%Y0Q2~XnCe66WII=KRl44OMg0iJ}k1cK1QOs3IjWEi;& zjV_+a76=4P7Kh2<&;f$3PgWC%iLTa9BPj+rf-pU*!?gsiQBz4yM5ZwiLK+S9Q{VWf z(n=(6>DBr{6@VU06QX6Z87!ts#T;s(CxVjz$)H1jYN3w;>zNse=`{u&iUlWOYGT?@ z3OV}LUTe@P&Ed#VCZ@zx0ICP0vfmprL@bfMwIC&k$5mRh6%hM9B!Mg5iS?duWRE$V zp^gCax4iG6-^6YP1C&Gp2We0P>7F=9NF&FGWo z3N}JVyjY%mo+pdVN4Z0&#A-c(s8Nih0^|%F@OYwJnJ0>J=`t=yPUm?8G69dvr=y4$ z+mnZKyaasjAruih9AqV;9O@NGB?nXj9uM{6dn@PyjE&NHm>i?ay!c$Yr-02-$We^L zL-}SZISS9!=u`-pPF#h=V@$0&-rPY74*N^RLK=s`de$>wuCIUIq&i^Jmb1U$|=&}W!V4>FPDWV0CDfoRBSfk7}pScJ?|Kw!22vA}^k z3?VeSD2+xbq>(OBNz1q060n@)2!RA41O`Z193IT(z#OkAHXmjSU=C*%iw(1e;5Bkw zk^EO^a`8}o2Butu>%sWR=B9xawE#;Tcp7+A;^w79rJ5H7jGzM{=#eB$ZuS#!4RoOi zh&mnvyT@R9kPAOkhI!kdk8*(i#<&#u=f2qU7y z{NsU+Kr4`*X052x%@Z}_eY7zFBWD2!MrU*Ae-w;47%-FEGu}k(!~BCLK4!p>O$OKv zw1LeF?1jv?o8h2lu4w22@``eeaWv0lZfC&M4(1Rp2{KfVG)y4jX04&B@c_yX=5G07l$}; zkbhLdz4o0aG8rfjENuEU@`_tFzcu@6UQ*p;yAHP$OO1>AisJaZ zR$YDbk)|wJp0k>c=3tV{jQU}C+xo7T9eEFdUIv& zik7V#&QDb~j)ZIjq&t32Jk#W4pH}AT`!CpCR{yAHWtK;+)5eEo42W9G@yMNL7mOTt zk;jZ|FwCOyHhmFjVeeObH_RQeR-$jkO=~jQ*Th#SfeE3OMrq0H6-Nv|2o%*^jB*7siJ19JOX_;fG zeBp8Nm2T&4G0!aenZwr{vuS{q{nFgHFG`eiaq$kf-s?;2PGT_^S6A3Tj-yAO+lAj) zT@h~xp6__hw%@lgY`uF&(wWflQ?^^zewTG{_O0}iS(*8B>^C$N8|1|u+ckY#h zDe6MAPd-SyJf%jq*(bYgx0xS$o}YU^H(K?4)IR;qQ#YO$wO11Ci90$kGFPu~$t!&A z<+9&BqT8?A?}@{`hrI!x+T>refqU15_l`(T{k`aE^N8wkW82Zsk84OqJNf6SvKZ2$lO literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/universal/hv_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/hv_universal_circuit.png.mcmeta new file mode 100644 index 000000000..114c427b7 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/hv_universal_circuit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2 + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/iv_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/iv_universal_circuit.png new file mode 100644 index 0000000000000000000000000000000000000000..8ed7c7b85afcdc1aca4b2d456a370d8ad85a0724 GIT binary patch literal 4775 zcmeHKc~BEs8gC8>q8vH_1zC+zTv0mdT;w1@jxY&GAVM4znPNJf4z%PVX-GsVR6JP6 z`$S|$9gi)`6?X@n^+X*J4?J0?yhcTE7hD$v9R>v)_jN#onyK2dYUe*X)p@VK&V_-9T0 zigNOA>8I#R4;-|`s)@Vz3#YV1jxIarom{zc?E3oYlk$8P(bkF-t+&=^y`5Z;Jilb? zb4AXQ!}dkqF%>)IyQ5x~CeGu#Z?H_Q+b|<$R{Q+FA2j-&n0I>Zs@%B=;mgyeR5p}M z-xT!o@vmYobU6}ib?*AenSo`FZDH>0l$8nMbqQ|Q+rmP2BVTqrT^7(@<@i1|#F*z*%)O-k>Mtd$MDzVusVCm{IwUF0=o+R9+DIRxICr$Z{-XAWa~I~O(bA&*dZ65V zOA5JR^t)~J^lFFY$94A3@%9%`(dnz2N-S6{s8xnE#7sFk%{_BejC*18#nS4;!X)~p zw&2Xpw)PHIP35T@Z^Z?h%P&JaqolRudFCU=*N={n*So9H&o7c8ZqK3Kb`x z&?(o_cRjn&w4{^QwLc88j35smKP~9Y?Sl3mIQZ1tV)0x}pStj2FL?i4x3gWT85<7H2t(7Eq!PB%R@~pjZx0GPHOWVUjUloIJy1 z5IPw%O`t+lmRLNSP!?G6)Pf`pR*-{9*c`D~%tp9uE*AzCux){fL>;inHi?4h#gOAR%t}~D!fawtn5fpAN6MH?pl7^~ z&uCGp`r%EsJ{ABUYzJy#b65!5Xk-ucu#s{30HiOV-}JC)z=CF{;5Kuf6~p85aT7Ud zAcPL<_qXI(4bF6Q7#la>Mqp|KqjClfsfbsp`#mTMvIwKa=>^ChWJwbG4`dCBjnX*N z85js~@5dcv{XTc6F|bmpByuyBM}-$JmocgFB|0-k=p@cAt{30}zE}@)MW_zu3;8&# z72!OXqvawZo{o=%3-tq_;!QRZHDNdf1;AMZz(KWozCbVFz&tUEzzF2 z5ylsC!ck-(M6#6tRf!q~MnysC02Gg-Lq#Yqf>A`wgZTm!gHh0h`C=qotL0mDIlY_8$y&7s-Bp?|;EK1cW0C0MMTqLnp93{LC90$8gJM`2vY=jst2hVsRN!RR)#p0uM@JUR>T z2)F{}>Ewzr)j3h2gRSk^I5i7^Fqp%Ie@z&>FJU&dXS~l?%KjB6Qm4UyO$PY&%E0CY z_Cj|5X4uCWwe9?lPv2bpjw1l*p+P>1-yyn&==vxIKFWBgx`ycbCtc&NJmZ*+Nm zxK80Fa0;@6%aTvPm(Ad!<)NLakV6{q>v?YaHycQXTaUDw2%EtmBjf_{t z(V9mF`2|E2GPi~UQ6L#Nhm18FsZ%-RJS^fmhMgd@8Ps7hZHdnqaOG}_mq%-|AGK_c zp8tImeZ{-mCv2Q!8`p=)n}=QX-n%}+F~avB*wj|{XEhzitfBe5xEj?+O`uRaMuOHQ z@_+coSm-wK>iTy@?DMr3XExMVXY+$1Y>_*z1>1gcBxnxbdD0yTMR~gHyKRcx84*}4 z-5_3lw7U9ML(-q!uD`kUVE9r9IxAM3d90wvC2e$R3Xb;EB_2^`PFl8jb6pkf{?q4W zeoW!PY5-B=(cBU9x@u?1*l}lbw){27JnAA^Q-7}fE~}&w3E7$w6N(Gl($DYNk^N}l zm8giSGm%9zGepH5UGSaP=T?7F%V2*iD7L-{3E7;&%ufEf`$>sMEXOnS@_$_lJ63VBGVaPapZ0oo+u0oNC$fp1 zXvAeVxUQ+v0b+SkMyq-()1ccNQPN`^-@6wBw&9Av*!6{Cq2}xYc-U>!5u%lCSn^uh)1egt-$Y9@+mn%az{X z(!SVX88)8Y>id#=^AA_$0*C@6=*$(Q$2cHwKSE-ZwcJL^bhoN%D%AFP8on DLNniE literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/universal/iv_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/iv_universal_circuit.png.mcmeta new file mode 100644 index 000000000..114c427b7 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/iv_universal_circuit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2 + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/luv_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/luv_universal_circuit.png new file mode 100644 index 0000000000000000000000000000000000000000..0edfc0265711bfade265e46b0a1e10aad72e4182 GIT binary patch literal 1115 zcmV-h1f=_kP)EX>4Tx04R}tkv&MmP!xqvQ>9WW4(%YtAwzYtAS&W0RV;#q(pG5I!Q`cX(4-+r zad8w}3l9D)RvlcNb#-tR1i>E=X9p)m7b)?+q|hS92bcG8-aCi;?gNBYjj3ke1fXh` zkx3@Rd|_1#ydsDw!c?NfOg)ud%)xVg-NVQCyExDCzW3)EREj18d?N82(+!JwgLr1s z(mC%FM_5Hth|h_~4Qi11k?XR{Z=A~x3p_JoQVDoJqi-qz;aecM=FY8ij?)JqN3&YK0S*p< zu`*?^d%Sy~cW(dQ>CEp3uH|ySpqdR500006VoOIv0LlPI0LoN?`|bb$010qNS#tmY z3ljhU3ljkVnw%H_000McNliru=n5MJ1u4R1Rk8p802y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{00J{fL_t(o!|j+cisLX8hJVLwTkJ~6lB^`Nv&+KjH9@lfU(d4M$BQFe ziN#{k>*K@W5b5JD*F^LA99fnD02pHsLiESuF|rKCM0#j*$|REF^?D6TsrPa6JO=ub^dmv5BImXy%R?2`ehI&PAnU^{aW4;C zY`BXDQWSU)co2AC2bmH)@u&NFK&Au$5Et?7Jdh$Oyt_Y$i`WwE-gY1B4|Z?6z=Obp zz=O}^!Cn1zjwopg$UHBIn$hK^0dhQCdRhYczRaiUJP; z5B?4h$dsV?R(zZX#rNX(cwpAQiwEBRz?Z=o7rYsmB-%gk{X8g8SgY0e`6p|P2NRPA zx}hnQWgU1Bco2B-2|VzAKk)IOIXBop@2%Ete;?V#A002ovPDHLkV1k0=_n!a& literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/universal/luv_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/luv_universal_circuit.png.mcmeta new file mode 100644 index 000000000..55ab3d7c1 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/luv_universal_circuit.png.mcmeta @@ -0,0 +1,16 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 6 + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/lv_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/lv_universal_circuit.png new file mode 100644 index 0000000000000000000000000000000000000000..9382206eb5bc26a0f576d59e16cb37bc358854a6 GIT binary patch literal 1014 zcmVEX>4Tx04R}tkv&MmP!xqvQ>9WW4(%YtAwzYtAS&W0RV;#q(pG5I!Q`cX(4-+r zad8w}3l9D)RvlcNb#-tR1i>E=X9p)m7b)?+q|hS92bcG8-aCi;?gNBYjj3ke1fXh` zkx3@Rd|_1#ydsDw!c?NfOg)ud%)xVg-NVQCyExDCzW3)EREj18d?N82(+!JwgLr1s z(mC%FM_5Hth|h_~4Qi11k?XR{Z=A~x3p_JoQVDoJqi-qz;aecM=FY8ij?)JqN3&YK0S*p< zu`*?^d%Sy~cW(dQ>CEp3uH|ySpqdR500006VoOIv0KEWw086d$e)a$W010qNS#tmY z3ljhU3ljkVnw%H_000McNliru=n5MI5-q_=e+mEq02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{00GWPL_t(&-tC#OYQjJm$Nwop2RBC{hy)x8ZW%fY*?k1@ z1q7$|3EH(UAijZd7BY9ZO>hu0$bsAxCpkN%Lv!iHB*rF!QonDz%l-fN-I4p{BWIu> zEXxY@w(t9f-mVpi+U+(>(*yu;&LO1?x7)3eGRPC@q4mWkh7ym*V=%@}F2}ZQ003hQ z^Z6V>5EyX=j4{}@oib4(HHLEzAw>2bD3jwp&UtQDu>t2Ci(w1SWCqhTPm1(-&>PNV zlNzvie@e845Rg)48ypV?0Ic^3ab^a}(Ro?rrkW*AXE1D?6fdW}{7n=>z?r1Q-b&!3 z|6|-8c=-kZ@cR6Sx6iM{tRwgLxmv2ei8TO-UdvD)tcR2mQc4^Shqx~Y0wa-uGHEm# z3E^(HONsPIbu^pJFl(l~Fo*}lgR^*0aHNZQ5CP>PJW$8FG!I7ZhIl|cxL+O|9k9Ri zpi{qgeX!mW4~PfEgWKRi<@z83$`$Ja*C!qj4~Pf1!Gp^6L8o4g2fDBn54r51#824~PfEgFEMew-WKiMEU!L2qeS<;sNpCR(Me9 kzOmQ0D&9A`oBzs#Z_eSP+Nn(=k^lez07*qoM6N<$f?emmCjbBd literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/universal/lv_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/lv_universal_circuit.png.mcmeta new file mode 100644 index 000000000..114c427b7 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/lv_universal_circuit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2 + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/mv_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/mv_universal_circuit.png new file mode 100644 index 0000000000000000000000000000000000000000..cef90ff6cee5935adef16c8d95cc403b7672936e GIT binary patch literal 1118 zcmV-k1flzhP)EX>4Tx04R}tkv&MmP!xqvQ>9WW4(%YtAwzYtAS&W0RV;#q(pG5I!Q`cX(4-+r zad8w}3l9D)RvlcNb#-tR1i>E=X9p)m7b)?+q|hS92bcG8-aCi;?gNBYjj3ke1fXh` zkx3@Rd|_1#ydsDw!c?NfOg)ud%)xVg-NVQCyExDCzW3)EREj18d?N82(+!JwgLr1s z(mC%FM_5Hth|h_~4Qi11k?XR{Z=A~x3p_JoQVDoJqi-qz;aecM=FY8ij?)JqN3&YK0S*p< zu`*?^d%Sy~cW(dQ>CEp3uH|ySpqdR500006VoOIv073xA0LMy@XMg|z010qNS#tmY z3ljhU3ljkVnw%H_000McNliru=n5MI8XYf5#jXGV02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{00K5iL_t(&-tCw@j@vL0g`cDxKyYOUP+>SJci}=naseAU z#5TG>06WDVVC%p~&=CT6gnfYos{?G~A|PO}lHJjbpLV-lU<7c9R8xF1NFcP{KOpQA2UqYwj4$dBglN9r;AJvF5k~!aP=pZp(fngR*Tr4?GY4 zMIOY2;9H*mIS&q6EnLh4TQy#Ee{it8o%QbpD^Oe+h{-qoUO3yK=seITdmeZmcplu4 z2Up)8eEImv9)K}sWKe|Bb^U>EoO68s@ZR&l^T6}qP4K{3&Nd#{%GwDO8xQn$#`D1Q k!1LfO^T6LH-hcEX>4Tx04R}tkv&MmP!xqvQ>9WW4(%YtAwzYtAS&W0RV;#q(pG5I!Q`cX(4-+r zad8w}3l9D)RvlcNb#-tR1i>E=X9p)m7b)?+q|hS92bcG8-aCi;?gNBYjj3ke1fXh` zkx3@Rd|_1#ydsDw!c?NfOg)ud%)xVg-NVQCyExDCzW3)EREj18d?N82(+!JwgLr1s z(mC%FM_5Hth|h_~4Qi11k?XR{Z=A~x3p_JoQVDoJqi-qz;aecM=FY8ij?)JqN3&YK0S*p< zu`*?^d%Sy~cW(dQ>CEp3uH|ySpqdR500006VoOIv073w@078H_tPubJ010qNS#tmY z3ljhU3ljkVnw%H_000McNliru=n5MJDkeb2a83XK02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{00KoxL_t(&-tC#OZt5@;hW|8ufQSL1NEr}Imr4wIg-S?% zggiyb&}Zn7r$EdVLn;ujkf9Pw7A8yRs6*%$7T_+|u89+h)84D9^^q8C^B*4{*&oNo z!3Q=N4327hyGGP3e~g{| z1OQ}NhS_X}q9`00L6&6*!%%Y~MB+P~a}ZH|4uq3xALqO=D(Qf8j%XQSdN)N71dXC- z86mk%Wcx}ToZd~(=D?eKNNy99Wm)eaT1Jht3cGo^IT^bGAU#$i5W;ky%EaZvTz8;` zs9L&DPuj(zK=-j*pF|=8Mtb-}gu~(h0C;_P)y5lhKtyszAuP*MeuT+A?fd?*)9C;J zdcEGsW)Y&@Zuh>NqHs=@@ON)ZCqlU0ZZ(l=T8HoZ$GVxC%&|Q9bvzK_);vh}X*(Xs z(`w3tDi@4-AV_3+V0rKZdEm`G(2&~mARp%DJWx-m5f6lrxeP>vbf22>fVu2z>VwJi zq#X|?&lAf7%Y&cD18?qqjt9(Th*z;W57hcVEpINa4+Iy)>AaW+%wjYdGI!R`y3CNPUFS(K{bLZ517l^-4|4ARUbrdgdDj>BQ1i% z{Xq*kUd5INmIsyxU(JKo?+5D7eYHX{dQUXwL9r+huVQ;&uspCl_;x%Hr?b`p5!L2E z9BXl3ID2EMEX>4Tx04R}tkv&MmP!xqvQ>9WW4(%YtAwzYtAS&W0RV;#q(pG5I!Q`cX(4-+r zad8w}3l9D)RvlcNb#-tR1i>E=X9p)m7b)?+q|hS92bcG8-aCi;?gNBYjj3ke1fXh` zkx3@Rd|_1#ydsDw!c?NfOg)ud%)xVg-NVQCyExDCzW3)EREj18d?N82(+!JwgLr1s z(mC%FM_5Hth|h_~4Qi11k?XR{Z=A~x3p_JoQVDoJqi-qz;aecM=FY8ij?)JqN3&YK0S*p< zu`*?^d%Sy~cW(dQ>CEp3uH|ySpqdR500006VoOIv0CNBY00c)>O{D+;010qNS#tmY z3ljhU3ljkVnw%H_000McNliru=n5MJAS6^L`RD)u02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{00J&aL_t(o!|j-{YU?l*hJP15L8f48N=PqwD0DG*?b6Uk z=nG`(nDLVF(x>PPbZf>-Jk)bNdeD$eDnXMoI#5CG5(!y~9Ba6DNOd3(AL&0nIp}rcdA(jo`ZGBt8jVIsk^}(27(>%E`^{z(Spi%k-87#H5=rrFHbYsKoj)hb zG5|nXmRKwnsOvgX8I)y-EX%AQQY7~<#=tp0UIQ7#^fAVqS*ZYwF--FuFN`5cl1@<} z1b!U8U+4=j_xGJOc>VkY=NwB)mG8pb;1UABl2Xj83Lk{D12jzo0C>E-bP8qRe&5`* z_OvpX=6P#TPZfZA^V`*x9e{Iwv<94WCH#}7*1EF>Qusir5;jevKGM{gj^lVg7z_Xa z!{M-XSfpsT+bLgN*HP;n9L}~1B8A)S))MJvIpR3pAA6I_qQHZ5-~sXF!5ty}dcozN zR~4RDD?c8{=2}wf#{-iK$9O=xc(9}toRGkSz=Lz;!Mv*QbT}_w^T9OF!8yl7>xo`G zkX<@SQxrnj&E(>NE|i74Bg6)Ziw6^#H9RbP`D#dGP=M9w=49z=Obp@4^FDH|qY*`vWrrlLzwt z;MeuFUj`-@dhEX>4Tx04R}tkv&MmP!xqvQ>9WW4(%YtAwzYtAS&W0RV;#q(pG5I!Q`cX(4-+r zad8w}3l9D)RvlcNb#-tR1i>E=X9p)m7b)?+q|hS92bcG8-aCi;?gNBYjj3ke1fXh` zkx3@Rd|_1#ydsDw!c?NfOg)ud%)xVg-NVQCyExDCzW3)EREj18d?N82(+!JwgLr1s z(mC%FM_5Hth|h_~4Qi11k?XR{Z=A~x3p_JoQVDoJqi-qz;aecM=FY8ij?)JqN3&YK0S*p< zu`*?^d%Sy~cW(dQ>CEp3uH|ySpqdR500006VoOIv0001}001s1x2FIA010qNS#tmY z3ljhU3ljkVnw%H_000McNliru=n5MJGXM$8T&n;802y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{00JsWL_t(o!|j;AYU?l*#y`b<0OQF7JcKMY6q>;=P$;Ai z;77<4Wa$g^G5QFGkSzg2A0QfTr*z3A2%4O3%9buYjx5XZpXqY1&L$<_(UGF>$B7tP zVmh5(^zq?vVEXv3O*ENI5JeFHKnMY))a7_QvRZ;BksjJynS_yexm<#CeseoXk^lfW z=UA`TD2jrW6>!dxBuOm^iRe2*2uLaIXFy5JIUz)2Rb>Jp1oA}=@h%WWQKQJ;_>i+} z1ta~#=lAEvmHdql0LZcoN-2ASe39Q2>U*ywpp3Q(vMj5Ny`5K2V6J9{l(H1Y+t_}H zQcB>ZF7|dF_VayBX#E-ejgRk_?`uK;vAhattNJ0{0l@FIynM~Rtg9%cpp?S-d@kpT zqF|K@C`k|m72)Z0s)_WdO^nCmi*2Q*V2%g>B@fK2+?faD57XYQJTSS?n+HT9#{`Dx*FCWkgzuoR1IGi4)d%r_ z{9)R=bAMn8JM+LKk!iSA9st08z6WL)#sfK%h!Hy;I37427(D3RAGC3ywE~kwrr{Xf z{~!nuhGBVO=nx4qx{yp(xd#C7@%VwK&!-v>ZuJLDcOh9h48zKSIUYD3I3C#l%@5*1 zr}qO}1>VlX{h#~B{$OPCKu;*8M7)hln2@a<4;&915B^3TjJoik^LwJLKWKYD_y>6K Y13t(p+X632Y5)KL07*qoM6N<$f^FI7MgRZ+ literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/universal/uiv_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/uiv_universal_circuit.png.mcmeta new file mode 100644 index 000000000..55ab3d7c1 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/uiv_universal_circuit.png.mcmeta @@ -0,0 +1,16 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 6 + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/ulv_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/ulv_universal_circuit.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae01ee89b56f7dabce9cbc01ba545ee6da49f59 GIT binary patch literal 8226 zcmeHLcT`i`vktu%sR{z2BannZfY5srL8OU*Xh;G?B#9(IkgkAqLFodD2q;pdDpI6K z6A&pXf`CYq4$>9j1@zwQeebu{TX(JZ{<}FVC+Ezb`S#2=v-jGQNDFf#7Dhfs006*Z zVytgT{$(eB@$|IhJ1^ae8UVn0?5edL(GuYU#CzggFqhFlqAwl|M3XQs003#ID9yoB zOr=NJcm(TA-C?bnZA*iD2Q zJv1}CTW1tFSEv9PjoDt!=^;dI_yz_rYuNqkNwY}85n!N5#B#G(9$ zeRVx+tX80V!bgYGmcGR*QR^Mw6Oi0rF@kOht~*CZW$M^!wO*X=ewldMMEtAc$-RiO zZ5*ic=2}KHwRueLTDE#mWtZe?f+YtfZ3l@M)h?flKvu@k@yT8$?HB(L6F#i3@akm6JVoedP=O$-@|Z zre2Qx>6a}W7j}ZQntV>zzV|zk3)lQgEgK=D))y%v@oE{8VQA17AYQ4#5U3TnxB8q% zdN2#dru6K7_)Swc)1ctT>S5rFLDCNZio@@GFjpy2G}Zc{_QIozfk*>hTh0+lKM^!O`+DhPDZwFZf06cjr&Y;*)WYa zB&sf(_#Iz=(Nz>0AlsFf^!2-e*g18t^VOXXMLV%`%XP(3?OkUugYuj!#uM>(yoffp zvu?C%+kA_8?pJ-?Usv!uA9G-ZOp)>ia z1o(3WOYXpoDr(>;Ha^oH9 zeDUWIYzi2y*b<1s+oeX+Y#{BrGCFbC@~HdW+qXw*6+@gjETywmhiZcP&Pi-U0eTBc zv+&7?|3g{*T4|HIGcHd@PFzKsiakjx#lYvw_`9F;;J~3H9nl-`H|+x2&V6_0 zv+tZPW#;p;>n7$mh=^?QtPFlt$;CPA4HU5k!1G~dYZ48ehb1f$v#01vucuuwJ*WSko|sbz0`fYdvlwE zw7w(CoM9QP^*Q;+=OqE64G6Oyz(wzrQ+z_yZ`$SK1T@|O+3ho}UpqWEo04|VDr;BC zx?eIJ!OI;&YK+}X@Lzi?uVUu&pmHQ+QquvON=45}!TumFDn&i>(w8$;)yvnX@XrTq z%^znl{xGjU-SoxKLzzbvqUgT;ZgDhO=@e&PqoPe6jhw}U(*88Hk90Wdny9W}x*t=H zh$&qUe!(8DpctoRK{$|@(}$Aule$8AW=Lr|VD-b`eRE-C{w~Jq5eqmXs7dw%m{Rj% z)Cal-=@f&{z|*BRB+WkQJCx%$=N^cfC}vVPverUPa&;?1FY+cgmwJJH?q7ZtlaG># z%MGD#D7jkYR}{QwI&=Q+)%oM>+Tjr|ZKzLqn)!GTdYdB$%QRiJK^DCOk=(5mjitw z)#@mMKILJ0nY0^?bXmR?P_^B-J7~8| z5slo!6YjZ$=X~;GS~t48N<>$8=r#VB{rKvr7$xh{H9lK{VRz;ak!A+b>yWeQ&UB~h z1%@Ni8*NRWFupUsg{oMh-#fFKa^>RJr#cBw+KxPv;?Z%t!Q4^|vl`ZIjw)xW8 z5P=1=@6EL>vm^HfNR4eY)RcRQVUIQ{;;y-wB>H6W--}>)X+t=hyGcc9>))}ez_-L8 zxG4e2D$rxP-p1vzlrEeJe~s8{%Dq?-5DS0ypNqoLyxOqLo+u zYCNiCRlDNeL1?+{`*BdgSolORZKf&XD|KU~B2LTD7NMZ^BNZaiC;4H+D;nRO=vj~E z^aJfTUn(JlXEl4xF4eNkI>2woOizB^Ont7M%7DBpyB>sRO8rfd$~bzny!& zXItI$G&j1N{w9l>bIre)nup%##9jff*Vd#JW-+*X9X);{ z%!s}V8@$}vGQv`3yC^1}`j&f{rgbf_%jQ~+xfL!_joa^9s%m<#I9Kq1^U%>84q}ZB?Dq9Pz5PciytFRi-WJa*rhfM1?ms->vXp z!FxQk%NY9TU!bN~ruUdK|0?^#t8ecJ)8;;P3uTkHgNsFAZS2@+_+n@~E<)ta*3~kV zZg~f}Flb=!+=~gpawI&v5Wx@>*JgPv{6;S{pq;X|NRBnBzn2K;S%5+)V;2{@Lt0bQ zwE0G_eRYK&-;Yex#&Pe3msUA&(ZBzEG`zMUoV(9DKUs-c=XvjmXyNVSZkgjpm-NyR z^+O}1?J{f(twl%sV8PBcq_QnsL5H%cAEYO1Py>?hX}I4WfR{15FX^c{t*`*#-_j2C zPJ0oQ`0Cnw7veSQGe=wPuhHEVdd1_tGbZH#-#Vk@eB;MRHoF&Pq46#EBj;7lW=9ZN zXywLSw{SR0ZhDTXDp2tA2!|Y{2my&kHIA!dNpyKcqjKEbgU7c5V0VtqILFhXPWjKV zhG$@rOJnC`U1zYe+y=pPU&3@-gkgC!ICcB$(hHf~{>KD#J_D+(2xd2M`A^a&s_QxO zd%kth33kx3G=X^2(6Z~o(I{<7P2MJoqu|sG%W?*#&pOm8DiO5k)LD040I@4D%<$EU zA%>>gl@&kSwsqP=KuuC&^l1$Hb(&PCS=4HxXf@0q>d0MecTvUvh-rdsBGpd&DRbsy zn&D9Tnz5~6K^grP^>ykD#+Sjp>8EVC$HS)6m_NE0w6-S&z~GZS)9X-*4lr!Y=EYQ* zW89}p_Q44$PPCvWeX_0*Q1q+qda2M0kD5%m=;@E$%MF^oY*FW>RagH(k2UPGoP$ny zm1La`T(er#D}LEwic9$ADAU@@**nF!lGQqS!D`;RJ4Ze%ex1CD*=UQLxy!6Rp2B&$ ze6E!l+`y|aJk7x3qZ8hsWM27g04k7~U?x{`Bz}u6a)F78+HIa7ny14$jPEr+PmG1f z*mY+(s(}i+6o=AfE~#1+?XZ~0mSTeeHp0rZ!rFbZTtD_+F9Op8DJ>ThXu-`{NAso| z=kE0DGFBXuwcV|H&Nf@RU5CfVjCfBHVbhQE_Ap=b&!(cAmS?h-V>QON2t8Y^Su5YG zXZ(<-w|{(Gt1Ff4;*3nyf3vlMK`DG#o;<631&;oO6~_8xu|fTWg&z&hS#Y==1^*>=vlNDr`TtT+%L2QTS|@RmBFcf%1*)bY~62-?>S3VgJE*+v%!E_ p`o2?@j!-55KoN@3)3Y$q)BB@IB)5hc0SOw$%@$l? zr>$}=rCAq&Ey8+UWkBiAQZ};J!uo98-ZoC=2EBP8Y;xramm?GFo~*5aV}_R(o}0Q+ zh~1S=(t!8GYW;&ZBCT{OTUSQaZhT*&3bl=W*OMOKgZvqY1wlU(}yRF*l7>H?E6)> zrc~e3-?GzX#6-mRYI7^vMf4XZIE(1bFt7y;tmb!!-+s(!7)LXZt?Rk_DQLy7$^~<& z&x}z#c#n5@?iWIem zmD}KBw?uayg<3L@v~qCLfN=-lv+37Ggt&e>pi#MfJq0UkNU1!!#IM%xo)30^bhc}m zu6WAxg`mgG1#&a*jUhMfc4ntkkvI=90)=x%gGnBEa#IfgsB4k%2&6lj2y{lfVz3$_ z%QY`VfEbj9$XP`*IWxQ-+6`lT)e~)X)!Z6+)g7sV64BCRR41vD0X)z|1d!x$8B0(l zX^0%+s*;}%#1IkSp$gGmL&VO^0;q@cL<3=97+4NuK*D&-i)b+@m`*n55qwrA?V9!53(wOJS+5XQyQ6= zS^Q~nK!Gd91Ak~mCi`!iM2yQ{Wc|&zgOS5Dh~3=YPSapYAHC}m}3I7kkTPy)f6(NGWqDX#!RDl03&QHqKxa5VZih|``J za#bQO|L)ZR6p9Rmf~%-N;Vvi;LInx~!O+fdkTX;f1(I_{DLN}FyP#d5&_gH`Qq>UW z>46}p6XSt!MMLmd*TaDW!c}!FOf*E~!E%2|EG{F6E@T7p8o*#tI3L1aL)I7%v=tF? zz$a8$K~7Fi878Nqq@biE5Bp2W7VSwO*Wv*xR1T~le>ifG7*%pOWNHxyl}ZLUl#`=T z)$>Fnh&WGc9PYA)$bnP91Is^$&BzN1g&-pI5kxc@R8AhI3YAlpSGJZ@QdLk=g{jEM zK~?2`)5oDOF24Vp_QCQ2s{c&7F@`{%-}g}Tb4^*Hul#)b`Fa_1xR`*z!)2k0K>iGY zfbd464*eu!{TxENA+WA!^8WFwVE>R~{zEY!RA6wl0vZ8=J459Uih-O#1@g^B0S#4h zRzxEd75^JL0p~*WL3pBdT**9=xgr$&hW>Ywf5h*< zbp1=$KVsk?DgRqt|I+o382CrZ|5n%k8C{HjHB)FT`2^%cZk4=Y9vtL0i`LoHNFSgJ zs08Q+D;FLiOBnFR=Li4*6X(H~0+60@lq{qpnwS~TePQIM5rdvj9;73Sju8#)hFtdHZLgLyMcqaWiYx25pi)k?GwM$J;0Xa;?D7K`;-~o33;#$f>b_X#!l47+Y3zvKBVnXrO~fcE2Kb^8_N z#$g$R&@(Z;EfxWx{heb;PfVqqh@ z$I6C!A=FJ}qddybRx!rrhJW2VM_l##X0ZQ5+cW#U5SQvYN{G!q6D;BMex-qYeQI0< z#(bV2X^*j0kk}2O5~Cyto3yW>Me}Z4SEX>4Tx04R}tkv&MmP!xqvQ>9WW4(%YtAwzYtAS&W0RV;#q(pG5I!Q`cX(4-+r zad8w}3l9D)RvlcNb#-tR1i>E=X9p)m7b)?+q|hS92bcG8-aCi;?gNBYjj3ke1fXh` zkx3@Rd|_1#ydsDw!c?NfOg)ud%)xVg-NVQCyExDCzW3)EREj18d?N82(+!JwgLr1s z(mC%FM_5Hth|h_~4Qi11k?XR{Z=A~x3p_JoQVDoJqi-qz;aecM=FY8ij?)JqN3&YK0S*p< zu`*?^d%Sy~cW(dQ>CEp3uH|ySpqdR500006VoOIv00RJk0D!V?Sq}gJ010qNS#tmY z3ljhU3ljkVnw%H_000McNliru=n5MJ87jRSSycc402y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{00Iz6L_t(&-tCyNZo)7ShJVvO0aJwJ0WnpAEn}BT@CHb{ zK%Rg%sMN>c1tN7}2B`}h-l)_rOqP%*GddexaO4mh7sx_;w?uaGU(TnyPbV`(tk>%u z-1T<5W$yYhChB&(;G6>hq?9nm9Co`Mt2qdXTyyqHC(Mec(;8>Q2{$K##NsTcu#-J#Qa!+f`DiK&G?RL8&-0$}_ zk!!V$PN#G5{V8OOc<}#ta4hl5co1PjoCik{@ql!Syn6eI1k(gn@q0Y!DQ0l zd=LUkY(gO(5D$n4P4nR9`M|@5I1i4ZX6A#}*DH9C=fnfz!QJs7%OGd78+hR9g=Tqh z^L!8jN^C+2!Q|rkpg$O#=fTJGGhSA!Di0iyj|a@{Lfgtol2pPb9uNyb2 literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/universal/uv_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/uv_universal_circuit.png.mcmeta new file mode 100644 index 000000000..114c427b7 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/uv_universal_circuit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2 + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/zpm_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/zpm_universal_circuit.png new file mode 100644 index 0000000000000000000000000000000000000000..8cbc00163e0aa1bcf84d4943b71b0e91e25b2b83 GIT binary patch literal 1187 zcmV;U1YG-xP)EX>4Tx04R}tkv&MmP!xqvQ>9WW4(%YtAwzYtAS&W0RV;#q(pG5I!Q`cX(4-+r zad8w}3l9D)RvlcNb#-tR1i>E=X9p)m7b)?+q|hS92bcG8-aCi;?gNBYjj3ke1fXh` zkx3@Rd|_1#ydsDw!c?NfOg)ud%)xVg-NVQCyExDCzW3)EREj18d?N82(+!JwgLr1s z(mC%FM_5Hth|h_~4Qi11k?XR{Z=A~x3p_JoQVDoJqi-qz;aecM=FY8ij?)JqN3&YK0S*p< zu`*?^d%Sy~cW(dQ>CEp3uH|ySpqdR500006VoOIv0RI4h0DwQLeSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{00MhSL_t(&-tC#ci{d~O$G>rxt%JoOfds^bOW}eCVXL%) ze?aaZ@z1zFLtA073)oJz1e7yHwy+wIRMBc<6TIf$kY5_3dwZ+Q1B;pQy?OJP`OJG0 z1r^fiboS}?YPC|*?fWXFcDoH-*8u>WbHs7HU$56n!N4J{=V3aXB8nnKc;I;+EXyhwAtm|`=Nw@emdAjM?!jQY%_z94ni)%cAH5*J!Zh)1y#@d@4k?gQ-sr+K@qIoQ?FInEaa`&F zxjoo!Mc{ftkQqPf0SPJpet$n4#4rpo$PK!xnh98$G|Hl!o^@mx7#Rit;OE;L;y4yd z7CR9DG)>z#n@s>ftJTVE7E;>ncA_teA|wDh`&gJJ9>?Q)Jm@p_pLj5{?aO$O_`c+UhmBiOUKFZ;J%6nuBr+iP=@lMJZNNikn><>+l3irejs^p zqdcgr7wBs5GbV25TJ=JoF(ke(fUgQGz_g$HFo$$0SV;h`|=(s4vmC3zruaHaLa z%(e^f2gHMuPGg_3%ik08`N2gzpmgWo { + event.shapeless(Item.of(`tfg:${tier}_universal_circuit`, 1), [Ingredient.of([`#gtceu:circuits/${tier}`]).subtract([`tfg:${tier}_universal_circuit`])] + ).id(`universal_circuits_${tier}`); + }); } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/tags.js b/kubejs/server_scripts/tfg/tags.js index 78a2217bc..47674c8ee 100644 --- a/kubejs/server_scripts/tfg/tags.js +++ b/kubejs/server_scripts/tfg/tags.js @@ -98,6 +98,16 @@ const registerTFGItemTags = (event) => { event.add('immersive_aircraft:upgrades', `tfg:${value}`); }) + // #endregion + + // Universal Circuits + + global.UNIVERSAL_CIRCUIT_TIERS.forEach(tier => { + event.add(`gtceu:circuits/${tier}`, `tfg:${tier}_universal_circuit`); + }) + + // #endregion + // #region 0.7.19 -> 0.9 conversion event.add('c:hidden_from_recipe_viewers', 'treetap:tap') diff --git a/kubejs/startup_scripts/gtceu/items.js b/kubejs/startup_scripts/gtceu/items.js index 840068717..97fe73a29 100644 --- a/kubejs/startup_scripts/gtceu/items.js +++ b/kubejs/startup_scripts/gtceu/items.js @@ -1,4 +1,35 @@ // priority: 0 const registerGTCEuItems = (event) => { + + event.create('tfg:ulv_universal_circuit') + .translationKey('item.ulv_universal_circuit') + + event.create('tfg:lv_universal_circuit') + .translationKey('item.lv_universal_circuit') + + event.create('tfg:mv_universal_circuit') + .translationKey('item.mv_universal_circuit') + + event.create('tfg:hv_universal_circuit') + .translationKey('item.hv_universal_circuit') + + event.create('tfg:ev_universal_circuit') + .translationKey('item.ev_universal_circuit') + + event.create('tfg:iv_universal_circuit') + .translationKey('item.iv_universal_circuit') + + event.create('tfg:luv_universal_circuit') + .translationKey('item.luv_universal_circuit') + + event.create('tfg:zpm_universal_circuit') + .translationKey('item.zpm_universal_circuit') + + event.create('tfg:uv_universal_circuit') + .translationKey('item.uv_universal_circuit') + + event.create('tfg:uhv_universal_circuit') + .translationKey('item.uhv_universal_circuit') + } diff --git a/kubejs/startup_scripts/tfg/constants.js b/kubejs/startup_scripts/tfg/constants.js index baeaa7533..72ad3a186 100644 --- a/kubejs/startup_scripts/tfg/constants.js +++ b/kubejs/startup_scripts/tfg/constants.js @@ -17,4 +17,6 @@ global.AIRCRAFT_UPGRADES = [ "aluminium_hull_reinforcement", "stainless_steel_hull_reinforcement", "titanium_hull_reinforcement" -] \ No newline at end of file +] + +global.UNIVERSAL_CIRCUIT_TIERS = ["ulv", "lv", "mv", "hv", "ev", "iv", "luv", "zpm", "uv", "uhv"]; \ No newline at end of file From cd1292ca69d9ad2cbd9ca4789f37d9b78153e3b9 Mon Sep 17 00:00:00 2001 From: Redeix <59435925+Redeix@users.noreply.github.com> Date: Fri, 25 Apr 2025 11:33:06 -0500 Subject: [PATCH 07/80] Update constants.js Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> --- kubejs/startup_scripts/gtceu/constants.js | 39 ----------------------- 1 file changed, 39 deletions(-) diff --git a/kubejs/startup_scripts/gtceu/constants.js b/kubejs/startup_scripts/gtceu/constants.js index 7368a5a7e..2b99e1bd1 100644 --- a/kubejs/startup_scripts/gtceu/constants.js +++ b/kubejs/startup_scripts/gtceu/constants.js @@ -184,42 +184,3 @@ global.ORE_BEARING_STONES = [ 'dripstone' ]; -global.GTCEU_GEM_TYPES = [ - 'almandine', - 'andradite', - 'blue_topaz', - 'cinnabar', - 'coal', - 'diamond', - 'emerald', - 'green_sapphire', - 'grossular', - 'rutile', - 'lazurite', - 'pyrope', - 'rock_salt', - 'ruby', - 'salt', - 'sapphire', - 'sodalite', - 'coke', - 'spessartine', - 'topaz', - 'uvarovite', - 'nether_quartz', - 'certus_quartz', - 'quartzite', - 'realgar', - 'malachite', - 'glass', - 'olivine', - 'opal', - 'amethyst', - // 'echo_shard', disabled - 'lapis', - 'apatite', - 'red_garnet', - 'yellow_garnet', - 'monazite', - 'rose_quartz' -]; From f67ce2f06a48ace1e058f432c39a66b51ea5d25e Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 25 Apr 2025 22:53:10 +0100 Subject: [PATCH 08/80] langs --- kubejs/assets/gtceu/lang/en_us.json | 1 + kubejs/assets/tfg/lang/en_us.json | 96 ++++++++++++++++++++++++++++- 2 files changed, 96 insertions(+), 1 deletion(-) diff --git a/kubejs/assets/gtceu/lang/en_us.json b/kubejs/assets/gtceu/lang/en_us.json index cfce3d307..16d32b372 100644 --- a/kubejs/assets/gtceu/lang/en_us.json +++ b/kubejs/assets/gtceu/lang/en_us.json @@ -53,6 +53,7 @@ "item.gtceu.iron_hex_cable": "16x Cast Iron Cable", "item.gtceu.ice_bucket": "Ice Water Bucket", "material.gtceu.ice": "Ice Water", + "material.gtceu.cooperite": "Cooperite", "metaitem.dust.tooltip.purify": "Drop in Water to get Clean Dust", "metaitem.crushed.tooltip.purify": "Drop in Water to get Purified Ore", "item.gtceu.tool.behavior.silk_ice": "Silk Harvests Packed Ice", diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index f07cb814a..3cb52e249 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -180,6 +180,16 @@ "item.tfg.aluminium_hull_reinforcement": "Aluminium Hull Reinforcement", "item.tfg.stainless_steel_hull_reinforcement": "Stainless Steel Hull Reinforcement", "item.tfg.titanium_hull_reinforcement": "Titanium Hull Reinforcement", + "item.ulv_universal_circuit": "ULV Universal Circuit", + "item.lv_universal_circuit": "LV Universal Circuit", + "item.mv_universal_circuit": "MV Universal Circuit", + "item.hv_universal_circuit": "HV Universal Circuit", + "item.ev_universal_circuit": "EV Universal Circuit", + "item.iv_universal_circuit": "IV Universal Circuit", + "item.luv_universal_circuit": "LuV Universal Circuit", + "item.zpm_universal_circuit": "ZPM Universal Circuit", + "item.uv_universal_circuit": "UV Universal Circuit", + "item.uhv_universal_circuit": "UHV Universal Circuit", "material.tfg.latex": "Latex", "material.tfg.vulcanized_latex": "Vulcanized Latex", "material.tfg.fluix": "Fluix", @@ -507,7 +517,7 @@ "quests.low_voltage.lv_steam_turbine.desc.2": "If you're using a single &3Steam Turbine&r, you only need &a1x Tin Cables&r. On the other hand, if you upgrade to &32 Steam Turbines&r, you should use &a2x Tin Cables&r - else they may end up &cburning&r.\n\nThis is because of the &9Amperage&r mechanic... but that will be explained later so you can enjoy playing. Don't worry!", "quests.low_voltage.lbb.title": "Large Bronze Boiler", "quests.low_voltage.lbb.subtitle": "Boom, boom, boom, boom", - "quests.low_voltage.lbb.desc.1": "Be wary this one explodes if running when you load your world, waiting for a fix from GTm devs/n&oThe &3Large Boiler&r is an &6optional&r big-boy variant of the Small Boilers. It runs off solid or liquid fuel.\n\nIf you want Steam-based power production, this will be your first port-of-call. Other power options are listed in the &bMV&r chapter.\n\n&cImportant:&r This Boiler &lCAN&r also &cexplode&r similarly to the regular Boilers! Usually, the explosion can be rather devastating...", + "quests.low_voltage.lbb.desc.1": "&cBe wary this one explodes if running when you load your world, waiting for a fix from GTm devs&r\n\n&oThe &3Large Boiler&r is an &6optional&r big-boy variant of the Small Boilers. It runs off solid or liquid fuel.\n\nIf you want Steam-based power production, this will be your first port-of-call. Other power options are listed in the &bMV&r chapter.\n\n&cImportant:&r This Boiler &lCAN&r also &cexplode&r similarly to the regular Boilers! Usually, the explosion can be rather devastating...", "quests.low_voltage.lbb.desc.2": "&cWater supply is &lcrucial&r&r. Dedicate a system only for it.\n\nOnce fully heated up, the &3LBB&r produces 800 Steam per tick, which is &d400EU/t&r after conversion, or 12.5 Basic Steam Turbines. Such (relatively!) immense power comes at the cost of &la lot&r of burnable fuel. In TerraFirmaGreg we advise &8Creosote&r or &cLava&r. You can use Create to bring that if needed...", "quests.low_voltage.lbb.desc.3": "&5With this in consideration&r, the GUI lets you &9throttle&r the Boiler down to 25% power for 200 Steam per tick. That's &d100EU/t&r, or slightly above 3 Basic Steam Turbines.\n\n&9Note:&r An in-depth tutorial about Multiblocks is given after you get the &3Electric Blast Furnace&r. We recommend you aim for that first.", "quests.low_voltage.lv_polariser.title": "Basic Polariser", @@ -713,6 +723,18 @@ "quests.low_voltage.mv_hull.subtitle": "This is going quite well, only 7 to go!", "quests.low_voltage.mv_hull.desc1": "Good job, you now have your &bMV Machine Hull&r, your first &bMV Circuit&r and your first &6Circuit Assembler&r.\n\nThis is the gist of &6Gregtech&r, every tier you are going to need to do new &6machines&r using new &6materials&r and &6chemicals&r. You are going to have so &5much fun&r, we are kinda jealous.", "quests.low_voltage.mv_hull.desc2": "Before going further into &bMV&r remember that in &6TFG&r you can use &6Create&r to reinforce your infrastruce if you don't want to use too much of Gregtech.", + "quests.medium_voltage.mv_machine_hull.title": "Welcome to MV!", + "quests.medium_voltage.mv_machine_hull.subtitle": "More technology, more problems", + "quests.medium_voltage.mv_machine_hull.desc": "Congrats on reaching MV!\n\nThis is when you'll start getting into more of GregTech's chemistry. Your main goals for MV are making your first plastic, automating a denser and more efficient fuel source, and upgrading your circuits and EBF.", + "quests.medium_voltage.mv_machine_hull.task": "", + "quests.medium_voltage.mv_.title": "", + "quests.medium_voltage.mv_.subtitle": "", + "quests.medium_voltage.mv_.desc": "", + "quests.medium_voltage.mv_.task": "", + "quests.medium_voltage.END.title": "", + "quests.medium_voltage.END.subtitle": "", + "quests.medium_voltage.END.desc": "", + "quests.medium_voltage.END.task": "", "quests.metal_age": "Metallurgy Age", "quests.metal_age.subtitle": "Your First Technological Advancements.", "quests.metal_age.weld_bronze_ingots.title": "Welding Bronze", @@ -845,6 +867,78 @@ "quests.metal_age.this_is_a_bucket.title": "This... is a Bucket.", "quests.metal_age.this_is_a_bucket.subtitle": "Dear God...", "quests.metal_age.this_is_a_bucket.desc": "Congratulations on crafting the Bucket. The Metallurgy Age is officially over.\n\nGo and start working on those Low Voltage components!", + "quests.ore_proc": "Ore Processing", + "quests.ore_proc.subtitle": "Everything you'll need to get the most out of your ores", + "quests.ore_proc.native_ore.title": "Welcome to Ore Processing", + "quests.ore_proc.native_ore.subtitle": "To Process, Ore Not To Process", + "quests.ore_proc.native_ore.desc": "An important part of &6Gregtech&r is its &dOre Processing Mechanics&r, but it can get pretty complicated, so this chapter is here to help!\n\nTo start with, you should be aware of the &6Ore Processing Diagram&r tab in EMI - Press the Show Uses key (default \"U\") on any item related to ore processing and look for the tab with the vanilla Iron Ore icon. This diagram may look overwhelming at first, but we'll take it step by step.\n\nA major part of GregTech philosophy is that there's not just one way to solve a problem, so take everything in this chapter as just a suggestion! We encourage you to customize your ore processing as you see fit.", + "quests.ore_proc.native_ore.task": "I agree to not just dump everything in a furnace", + "quests.ore_proc.ae2.title": "AE2 can help you", + "quests.ore_proc.ae2.subtitle": "A tag storage bus? What's that?", + "quests.ore_proc.ae2.desc": "If you like spaghetti only with &4tomato sauce&r we got you. With &6AE2&r no more pipes and filters everywhere simply the power of &dTag Storage Bus&r, Interface and &3Subnet&r.\n\nWe sure you know what's an interface but do you know what is the &dTag Storage Bus&r? Basically it's a Storage Bus that exports items by &6tag&r and not specific filter. So if you want a storage bus exporting only your purified ores it's easy just type '&5#forge:purified_ores*&r' or '&5*purified_ores*&r' in it. Obviouly there is other possibilities that we will let you explore. If you want to know the tag of an item, put it in main and type &6/kubejs hand&r\n\nAbout &3subnet&r we won't explain everything here but know atleast this, if you put a &6storage bus&r on an &2interface&r it will seperate the network. The &6storage bus side of the network&r will be able to look into the &2interface side of the newtork&r but &4not the other way around&r. That can be very useful so your ore processing isn't clogging your main storage or to split different processing.", + "quests.ore_proc.robot_arm.title": "Gregtech has the tools", + "quests.ore_proc.robot_arm.subtitle": "A robot arm sending excatly 4 small dusts filtered by tag?", + "quests.ore_proc.robot_arm.desc": "As always Gregtech has some pretty crazy tools to help you manage your logistic. You should already know about the &6Robot Arm&r and if you didn't use it yet for your &bVacuum Freezer&r we introduce you to the &6tag filter&r.\n\nIt's a filter for which you don't specify the item but use a tag or a combinaison of tag, you can refer to the explanation in the AE2 quest of this chapter for more.\n\nThe last one we want to introduce is the &4Smart Filter&r, this crazy one is able to filter items depending of a &6recipe&r. If you slap it on a robot arm itself slapped on an electrolyzer and set the robot arm to supply exact. It will supply the exact amount needed for the recipe?", + "quests.ore_proc.gtcy.title": "Ore Processing but Bigger", + "quests.ore_proc.gtcy.subtitle": "Who said size don't matter", + "quests.ore_proc.gtcy.desc": "As we said &6Ore Processing&r is a big part of &dGregtech&r and to help you without having to build milions of machines you can use the &bLarge Gregtech Machines&r. They do the exact same recipes but as they are multiblock you can chose the &6energy hatches&r and add a &6Parallel Hatch&r so they work faster\n\nAll of them are gated behind the &bAlloy Blast Smelter&r as it's the only multiblock able to create the alloys you need for every casing needed for these multiblocks. You will get more information on that within the &dEV&r chapter.", + "quests.ore_proc.macerator_byproduct.title": "Getting byproduct from crushing", + "quests.ore_proc.macerator_byproduct.subtitle": "I can get even more from my ores!", + "quests.ore_proc.macerator_byproduct.desc": "When looking at &bEMI&r you certainly already realized that your &dMacerator&r or &dCrushing Wheels&r have more &boutputs&r that what you actually get.\n\nThere is a reason for that and it's due to the fact that these &bextra outputs&r are gated behind &6HV&r. So basically whenever you can use either the &6HV macerator&r or the &6HU crushing wheels&r go for it.\n\nAlso you can see the &dMillstone&r in &bEMI&r but you cannot craft its &6HV&r version so that's why you don't see it here.", + "quests.ore_proc.macerator_noproduct.title": "Crushing for the poors", + "quests.ore_proc.macerator_noproduct.subtitle": "With these no byproduct", + "quests.ore_proc.macerator_noproduct.desc": "At the very beginning of &6TerraFirmaCraft&r you gonna use a &bPit Kiln&r to melt your raw ores into tools but that's the least efficient method. As soon as possible we advise you to use the &bQuern&r to get crushed ores. When you unlock &6Create&r you first machine should be the &bMillstone&r so atleast you can automate it with &bChute&r.\n\nYou don't get any byproduct but it will at least double if not quadruple the amount you would have get.\n\nWe put the &bForge Hammer&r here just so you know you can also use this machine if you need real fast crushing at one point. This one will &4never&r give you byproduct though. Could be useful until you reach &6HV&r.", + "quests.ore_proc.crushed_ores.title": "So crushed ores is just the beginning", + "quests.ore_proc.crushed_ores.subtitle": "Where are my dusts", + "quests.ore_proc.crushed_ores.desc": "Now that you have your crushed ores we can say that you officially started the beginning of &6Ore Processing&r. Later on you will be able to use a &bLarge Miner&r to get your &dcrushed&r ores right away.\n\nFrom crushed ores we advise you to &dpurify&r your ores. To do that you have three options that we will explain in the next quests and give you some example of what we would recommend.\n\nAs always you may have different needs than our propositions so explore &bEMI&r and trust yourself.", + "quests.ore_proc.sodium_persuflate.title": "Bath them in Sodium Persuflate", + "quests.ore_proc.sodium_persuflate.subtitle": "It's some kind of salt", + "quests.ore_proc.sodium_persuflate.desc": "You can wash your crushed ores in a &bChemical Bath&r with &dSodium Persuflate&r to get some extra byproduct. Not all the ores can be processed that way but for the ones that can your crushed ores will have a higher wield than in the usual washing, around &670%&r chance of byproduct with the &bChemical Bath&r against the &630%&r of the &bOre Washer&r.\n\nThough obtaining &dSodium Persuflate&r isn't that easy to mass produce though we would advise you to look at &9Sea Water&r, it's your choice if you want to use this method for all the ores that can use this process.\n\nWe give you some examples of ores we believe are &6worthy&r to bath with &dSodium Persuflate&r because their byproduct are pretty rare or useful. Simply look at the quest on the left.", + "quests.ore_proc.sodium_ores.title": "Some ores you could bath in Sodium Persuflate", + "quests.ore_proc.sodium_ores.subtitle": "They are just examples", + "quests.ore_proc.sodium_ores.desc": "We thought these ones are note worthy\n\n-&6Crushed Aluminium&r for &dRutile&r your first way to get &dTitanium&r\n\n-&6Crushed Bauxite&r for &dGallium&r\n\n-&6Crushed Cobalt&r for &dCobaltite&r which is a good way to make &dArsenic&r\n\n-&6Crushed Tetrahedrite&r to make &dCadmium&r which doesn't have many uses right now but who knows that could change one day", + "quests.ore_proc.ore_washer.title": "Washing your ores with water", + "quests.ore_proc.ore_washer.subtitle": "That's the standart way to do", + "quests.ore_proc.ore_washer.desc": "Using an &dOre Washer&r or &9Bulk Washing&r with an &dEncased fan&r will be the general method you use to get your &6Crushed Ores&r to the next step.\n\nThere is some stuffs to know if you use the &bGregtech&r machine though, first if you use &9Distilled Water&r the recipe will be &a50%&r faster and also know that if you don't care about the byproduct you can use circuit #2 so the recipes is &425 times faster but with no byproduct&r.", + "quests.ore_proc.mercury_ores.title": "Bath them in Mercury", + "quests.ore_proc.mercury_ores.subtitle": "This one is quite bad for your health", + "quests.ore_proc.mercury_ores.desc": "You can wash your crushed ores in a &bChemical Bath&r with &dMercury&r to get some extra byproduct. Not all the ores can be processed that way but for the ones that can your crushed ores will have a higher wield than in the usual washing, around &670%&r chance of byproduct with the &bChemical Bath&r against the &630%&r of the &bOre Washer&r.\n\nIn that case obtaining &dMercury&r is quite easy you can just get it from &cRedstone&r or &cCinnabar&r, it's your choice if you want to use this method for all the ores that can use this process.\n\nWe give you some examples of ores we believe are &6worthy&r to bath with &dMercury&r because their byproduct are pretty rare or useful. Simply look at the quest on the right.", + "quests.ore_proc.mercury.title": "Some ores you could bath in Mercury", + "quests.ore_proc.mercury.subtitle": "They are just examples", + "quests.ore_proc.mercury.desc": "We thought these ones are note worthy\n\n-&6Crushed Platinium&r for &dPaladium&r\n\n-&6Crushed Sheldonite&r for &dPaladium&r\n\n-&6Crushed Nickel&r for &dPlatinium&r\n\nThey are easy way to get access to these metals before doing the rough Platline.", + "quests.ore_proc.purified_ores.title": "It's been Purified", + "quests.ore_proc.purified_ores.subtitle": "You can do quite a lot with the purified ones", + "quests.ore_proc.purified_ores.desc": "You reached the &6Purified Ores&r, once again you have different options to go further.\n\nYou'll also notice quests on both sides that mark the beginning of the infamous &dPlatline&r and the easier &dIndium Line&r, each starting with specific &6Purified Ores&r. Take a look at it as it might come in handy soon. It could be a good idea to store these for when you tackle those specific quest lines.", + "quests.ore_proc.indium.title": "The Indium Line", + "quests.ore_proc.indium.subtitle": "We say line but really it's a two step process", + "quests.ore_proc.indium.desc": "The &6Indium Line&r shouldn't be needed before &9IV&r but we are just letting you know that it's here and that you will need purified &bSphalerite&r and &bGalena&r.", + "quests.ore_proc.platline.title": "The infamous platline", + "quests.ore_proc.platline.subtitle": "This one is a bit tricker and yet it's an easy version", + "quests.ore_proc.platline.desc": "The &6Platinium Line&r will be your first challenging line, providing you with essential metals: &bPlatinium&r, &bPalladium&r, &bRuthenium&r, &bRhodium&r, &bIridium&r, and &bOsmium&r.\n\nWhile you've already seen alternative ways to obtain &bPlatinium&r and &bPalladium&r earlier in this chapter, this line will be &amandatory&r for accessing the others.\n\nThe Platline can be started at &6HV&r, but you won’t be able to complete it fully until you reach &dEV&r.", + "quests.ore_proc.macerator_separator.title": "The crushing is back only for a precise situation", + "quests.ore_proc.macerator_separator.subtitle": "This path really needs some love", + "quests.ore_proc.macerator_separator.desc": "This is the path of the &6Electromagnetic Separator&r, a rather unique machine used to extract byproducts from specific dusts.\n\nFirst, macerate the &dRefined Ores&r, then process them with the &6Electromagnetic Separator&r.\n\nKeep in mind that to obtain byproducts, your macerator or crushing wheels must be at least &6HV&r tier.", + "quests.ore_proc.electro_separator.title": "It's time for Electromagnetic Separation", + "quests.ore_proc.electro_separator.subtitle": "Except Naquadah it doesn't do much", + "quests.ore_proc.electro_separator.desc": "Now, you just need to send the &6Purified Pile of Dust&r into the &bElectromagnetic Separator&r.\n\nFor now, we recommend using it primarily for &dNaquadah&r. If you need more &aNeodymium&r, you can also process &dBastnasite&r.\n\nIt’s not much for the moment, but we might expand on this in the future.", + "quests.ore_proc.thermal_centrifuge.title": "The Thermal Centrifuge", + "quests.ore_proc.thermal_centrifuge.subtitle": "Usually you will use this one", + "{quests.ore_proc.thermal_centrifuge.desc}": "If you don't have any other use for your &6Purified Ores&r, consider processing them in the &dThermal Centrifuge&r. It still provides valuable byproducts, and at this stage, it would be a shame not to make use of it.", + "quests.ore_proc.sifter.title": "More shiny stuffs", + "quests.ore_proc.sifter.subtitle": "It goes tch tch tch and then it shines", + "quests.ore_proc.sifter.desc": "The &6Sifter&r should be used for all your &aGems&r. It's not essential early on, as it's fairly slow, but once you feel ready, it's worth doing—you’ll get a better yield in return.", + "quests.ore_proc.centrifuge_sifter.title": "Centrifuging the dust", + "quests.ore_proc.centrifuge_sifter.subtitle": "Yeah there is ore processing on the byproducts", + "quests.ore_proc.centrifuge_sifter.desc": "This time, centrifuging will only be used for the &6Purified Dust&r you obtain from the &6Sifter&r. Not much to explain—just go ahead and do it.", + "quests.ore_proc.dust_processed.title": "Your final dust", + "quests.ore_proc.dust_processed.subtitle": "Or is it?", + "quests.ore_proc.dust_processed.desc": "Well, that’s it—great job! You’ve mostly completed it.\n\nNow that you have the &6Purified Dust&r, you can &ccook&r it, &estore&r it, or even &dmix&r it right away—why not? Some dusts will still require special treatment before they become truly useful.\n\nBeyond that, keep in mind that your &6ore processing line&r should always be upgraded and fine-tuned to match your needs. You'll unlock new machines that work faster and generate more valuable byproducts.", + "quests.ore_proc.electrolyzer.title": "After electrolyzing it's the real last step", + "quests.ore_proc.electrolyzer.subtitle": "Some are not worth the effort though", + "quests.ore_proc.electrolyzer.desc": "Well… we lied—there’s still one more step for some dusts.\n\nCertain &6Purified Dusts&r have no direct use. For example, &2Tantalite&r must be processed in an &6Electrolyzer&r to extract valuable materials like &dTantalum&r and &dManganese&r.\n\nMost of these recipes will unlock once you have access to an &bMV Electrolyzer&r, so keep an eye on your tech progression!", + "quests.ore_proc.packer.title": "This one is used as an autocrafting table in some way", + "quests.ore_proc.packer.subtitle": "It's real fast", + "quests.ore_proc.packer.desc": "Back in the old days, this little bad boy saw a lot of use—you used to get a ton of &6Small&r and &6Tiny Dusts&r from ore processing.\n\nNowadays, it’s mostly useful for processing &dRare Earth&r in the &6Centrifuge&r and packing all those valuable &6Small Piles of Dust&r.\n\nAlso, don’t forget: it becomes surprisingly powerful when paired with a &eRobot Arm&r set to supply exact mode.", "quests.steam_age": "Early Automation", "quests.steam_age.subtitle": "From Primitive Machines to Steam Power", "quests.steam_age.basic_greate.title": "Basics of Greate", From 5ca7d80c9b2c6cbf183f05c4d8ee91a0e0147d1b Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 25 Apr 2025 23:49:20 +0100 Subject: [PATCH 09/80] buffed piglin bartering table --- .../en_us/entries/beneath/piglins.json | 4 +- .../gameplay/piglin_bartering.json | 169 ++++++++---------- 2 files changed, 74 insertions(+), 99 deletions(-) diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/beneath/piglins.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/beneath/piglins.json index 5f3ef8818..97cd1a423 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/beneath/piglins.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/beneath/piglins.json @@ -18,11 +18,11 @@ { "type": "patchouli:text", "title": "Trade Results", - "text": "$(li)3-9 String$(li)6-12 Sticks$(li)4-8 Charcoal$(li)5-12 Nether Quartz$(li)1-3 Tin Ingots$(li)1-3 Copper Ingots$(li)1-2 Leather$(li)8-12 Pyroxenite Bricks$(li)8-12 Migmatite Bricks" + "text": "$(li)1 Copper Ingot$(li)1 Tin Ingot$(li)1 Silver Ingot$(li)1 Bronze Ingot$(li)1 Bismuth Bronze Ingot$(li)1 Cast Iron Ingot$(li)1 Zinc Ingot$(li)1 Brass Ingot$(li)1 Bismuth Ingot$(li)1 Nickel Ingot$(li)4-6 Sulfur Powder" }, { "type": "patchouli:text", - "text": "$(li)6-12 Arrows$(li)4-12 Flux$(li)1-2 Raw Graphite$(li)4-8 Sulfur Powder$(li)2-4 Kaolin Clay$(li)4-8 Mangrove Lumber$(li)2-4 Mangrove Logs$(li)2-4 Cooked Venison$(li)8-16 Glow Berries$(li)2-4 Ghost Peppers$(li)2-4 Glowstone Dust" + "text": "$(li)1-2 Leather$(li)6-12 String$(li)6-12 Nether Quartz$(li)12-18 Mangrove Lumber$(li)6-8 Mangrove Logs$(li)4-6 Cooked Venison$(li)4-6 Ghost Peppers$(li)4-6 Gunpowder$(li)4-8 Charcoal$(li)6-12 Arrows$(li)6-12 Flux$(li)8-12 Blackstone Bricks$(li)8-12 Deepslate Bricks$(li)8-16 Sticks" }, { "type": "patchouli:text", diff --git a/kubejs/data/minecraft/loot_tables/gameplay/piglin_bartering.json b/kubejs/data/minecraft/loot_tables/gameplay/piglin_bartering.json index 991d9e753..886d98ca0 100644 --- a/kubejs/data/minecraft/loot_tables/gameplay/piglin_bartering.json +++ b/kubejs/data/minecraft/loot_tables/gameplay/piglin_bartering.json @@ -12,13 +12,13 @@ { "function": "minecraft:set_count", "count": { - "min": 3, - "max": 9, + "min": 6, + "max": 12, "type": "minecraft:uniform" } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -33,7 +33,7 @@ } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -48,7 +48,7 @@ } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -57,43 +57,63 @@ { "function": "minecraft:set_count", "count": { - "min": 5, + "min": 6, "max": 12, "type": "minecraft:uniform" } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", "name": "gtceu:tin_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3, - "type": "minecraft:uniform" - } - } - ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", "name": "minecraft:copper_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3, - "type": "minecraft:uniform" - } - } - ], - "weight": 2 + "weight": 100 + }, + { + "type": "minecraft:item", + "name": "gtceu:silver_ingot", + "weight": 100 + }, + { + "type": "minecraft:item", + "name": "gtceu:bronze_ingot", + "weight": 100 + }, + { + "type": "minecraft:item", + "name": "gtceu:bismuth_bronze_ingot", + "weight": 100 + }, + { + "type": "minecraft:item", + "name": "minecraft:iron_ingot", + "weight": 100 + }, + { + "type": "minecraft:item", + "name": "create:zinc_ingot", + "weight": 100 + }, + { + "type": "minecraft:item", + "name": "create:brass_ingot", + "weight": 100 + }, + { + "type": "minecraft:item", + "name": "gtceu:bismuth_ingot", + "weight": 100 + }, + { + "type": "minecraft:item", + "name": "gtceu:nickel_ingot", + "weight": 100 }, { "type": "minecraft:item", @@ -108,7 +128,7 @@ } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -123,7 +143,7 @@ } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -138,7 +158,7 @@ } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -153,7 +173,7 @@ } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -162,28 +182,13 @@ { "function": "minecraft:set_count", "count": { - "min": 4, + "min": 6, "max": 12, "type": "minecraft:uniform" } } ], - "weight": 2 - }, - { - "type": "minecraft:item", - "name": "gtceu:raw_graphite", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2, - "type": "minecraft:uniform" - } - } - ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -198,22 +203,7 @@ } } ], - "weight": 2 - }, - { - "type": "minecraft:item", - "name": "tfc:kaolin_clay", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 4, - "type": "minecraft:uniform" - } - } - ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -222,13 +212,13 @@ { "function": "minecraft:set_count", "count": { - "min": 4, - "max": 8, + "min": 12, + "max": 18, "type": "minecraft:uniform" } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -237,13 +227,13 @@ { "function": "minecraft:set_count", "count": { - "min": 2, - "max": 4, + "min": 6, + "max": 8, "type": "minecraft:uniform" } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -252,28 +242,13 @@ { "function": "minecraft:set_count", "count": { - "min": 2, - "max": 4, + "min": 4, + "max": 6, "type": "minecraft:uniform" } } ], - "weight": 2 - }, - { - "type": "minecraft:item", - "name": "minecraft:glow_berries", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 8, - "max": 16, - "type": "minecraft:uniform" - } - } - ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -282,28 +257,28 @@ { "function": "minecraft:set_count", "count": { - "min": 2, - "max": 4, + "min": 4, + "max": 6, "type": "minecraft:uniform" } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", - "name": "minecraft:glowstone_dust", + "name": "minecraft:gunpowder", "functions": [ { "function": "minecraft:set_count", "count": { - "min": 2, - "max": 4, + "min": 4, + "max": 6, "type": "minecraft:uniform" } } ], - "weight": 2 + "weight": 100 } ] } From 9ba3729765520a9555b1ad40428c124ed3374f1c Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 25 Apr 2025 23:50:24 +0100 Subject: [PATCH 10/80] changed the etched external image thingy to not need an ender eye --- kubejs/server_scripts/exposure/recipes.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kubejs/server_scripts/exposure/recipes.js b/kubejs/server_scripts/exposure/recipes.js index fbde705f9..8df906463 100644 --- a/kubejs/server_scripts/exposure/recipes.js +++ b/kubejs/server_scripts/exposure/recipes.js @@ -111,4 +111,6 @@ const registerExposureRecipes = (event) => { item: "exposure:developed_color_film" } }).id('exposure:developing_color_film') + + event.replaceInput({id: 'exposure:interplanar_projector'}, 'minecraft:ender_eye', '#forge:plates/silver') } \ No newline at end of file From d78b5346aa24e914065fc34e9ecb8df72f713a07 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 00:55:30 +0100 Subject: [PATCH 11/80] fixed tag issue with powdered obby --- kubejs/server_scripts/create/tags.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubejs/server_scripts/create/tags.js b/kubejs/server_scripts/create/tags.js index bf6a2626d..8946b655f 100644 --- a/kubejs/server_scripts/create/tags.js +++ b/kubejs/server_scripts/create/tags.js @@ -8,7 +8,7 @@ const registerCreateItemTags = (event) => { event.add('c:hidden_from_recipe_viewers', item) }) - // Is this Greate's fault? + // This is greate's fault event.remove('c:hidden_from_recipe_viewers', 'create:copper_sheet') event.remove('c:hidden_from_recipe_viewers', 'create:brass_sheet') event.remove('c:hidden_from_recipe_viewers', 'create:golden_sheet') @@ -18,6 +18,7 @@ const registerCreateItemTags = (event) => { event.remove('c:hidden_from_recipe_viewers', 'create:crushed_raw_tin') event.remove('c:hidden_from_recipe_viewers', 'create:crushed_raw_silver') event.remove('c:hidden_from_recipe_viewers', 'create:crushed_raw_lead') + event.remove('c:hidden_from_recipe_viewers', 'create:powdered_obsidian') // Тэги для ручек и сидушек global.MINECRAFT_DYE_NAMES.forEach(dye => { From fd16d7912864c9e11eb60966845fd6cad26e7f01 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 01:15:13 +0100 Subject: [PATCH 12/80] moving quests around a little --- .../quests/chapters/ore_processing.snbt | 2 +- .../quests/chapters/questsmetallurgy.snbt | 6 +- .../quests/chapters/questssteam_age.snbt | 103 +++++++++++------- .../quests/chapters/questsstoneage.snbt | 2 +- .../quests/chapters/queststfc_tips.snbt | 34 +++--- 5 files changed, 86 insertions(+), 61 deletions(-) diff --git a/config/ftbquests/quests/chapters/ore_processing.snbt b/config/ftbquests/quests/chapters/ore_processing.snbt index 97ac21185..5c7500e19 100644 --- a/config/ftbquests/quests/chapters/ore_processing.snbt +++ b/config/ftbquests/quests/chapters/ore_processing.snbt @@ -585,7 +585,7 @@ type: "checkmark" } ] - title: "{quests.ore_proc.macerator_separator.desc}" + title: "{quests.ore_proc.macerator_separator.title}" x: -1.0d y: 1.0d } diff --git a/config/ftbquests/quests/chapters/questsmetallurgy.snbt b/config/ftbquests/quests/chapters/questsmetallurgy.snbt index 4ecf2351a..284f43c5c 100644 --- a/config/ftbquests/quests/chapters/questsmetallurgy.snbt +++ b/config/ftbquests/quests/chapters/questsmetallurgy.snbt @@ -586,7 +586,7 @@ tasks: [ { dimension: "minecraft:the_nether" - icon: "minecraft:netherrack" + icon: "minecraft:deepslate" id: "42372A0532A8AEDC" title: "{quests.metal_age.beneath_kaolin.task}" type: "dimension" @@ -858,7 +858,7 @@ tasks: [ { dimension: "minecraft:the_nether" - icon: "minecraft:netherrack" + icon: "minecraft:deepslate" id: "77162ADDC8732968" title: "{quests.metal_age.beneath_graphite.task}" type: "dimension" @@ -1308,4 +1308,4 @@ ] subtitle: ["{quests.metal_age.subtitle}"] title: "{quests.metal_age}" -} \ No newline at end of file +} diff --git a/config/ftbquests/quests/chapters/questssteam_age.snbt b/config/ftbquests/quests/chapters/questssteam_age.snbt index e6c121a2c..29d5fa410 100644 --- a/config/ftbquests/quests/chapters/questssteam_age.snbt +++ b/config/ftbquests/quests/chapters/questssteam_age.snbt @@ -10,8 +10,8 @@ { id: "39027CF4DC307D33" linked_quest: "5E186CD5E83BFDF0" - x: -27.5d - y: -3.0d + x: -27.0d + y: 2.0d } { id: "0CE64B9914191C56" @@ -31,8 +31,8 @@ linked_quest: "48A8E3210B2BAE1C" shape: "octagon" size: 2.0d - x: -27.5d - y: -5.0d + x: -27.0d + y: 0.0d } ] quests: [ @@ -48,7 +48,7 @@ }] title: "{quests.steam_age.basic_millstone.title}" x: -18.0d - y: -5.0d + y: -2.0d } { dependencies: ["6F1BC99BE641B671"] @@ -66,7 +66,7 @@ }] title: "{quests.steam_age.horse_crank.title}" x: -22.0d - y: -5.0d + y: -2.0d } { dependencies: ["7B045998769930F0"] @@ -80,8 +80,8 @@ type: "item" }] title: "{quests.steam_age.helve_hammer.title}" - x: -20.0d - y: -1.0d + x: -18.0d + y: -4.0d } { dependencies: ["6F1BC99BE641B671"] @@ -109,7 +109,7 @@ ] title: "{quests.steam_age.basic_greate.title}" x: -20.0d - y: -3.0d + y: -4.0d } { dependencies: ["0D0D461AE3A3F7BF"] @@ -131,7 +131,7 @@ ] title: "{quests.steam_age.water_wheel.title}" x: -14.5d - y: -3.0d + y: 0.0d } { dependencies: ["0D0D461AE3A3F7BF"] @@ -153,7 +153,7 @@ ] title: "{quests.steam_age.windmill.title}" x: -14.5d - y: -7.0d + y: -4.0d } { dependencies: ["6E8CEE02CB5B678B"] @@ -168,7 +168,7 @@ }] title: "{quests.steam_age.metal_casing.title}" x: -9.5d - y: -5.0d + y: -2.0d } { dependencies: ["09D913288896A67A"] @@ -181,8 +181,8 @@ type: "item" }] title: "{quests.steam_age.steel_encased_fan.title}" - x: -4.5d - y: -1.0d + x: -5.5d + y: 4.0d } { dependencies: ["09D913288896A67A"] @@ -201,8 +201,8 @@ type: "item" }] title: "{quests.steam_age.steel_pump.title}" - x: -2.5d - y: -3.0d + x: -3.5d + y: 2.0d } { dependencies: ["209958FE2EEA5D72"] @@ -265,7 +265,7 @@ }] title: "{quests.steam_age.mechanical_saw.title}" x: -9.5d - y: -3.0d + y: 0.0d } { dependencies: ["7F14D2A34F480ACA"] @@ -279,7 +279,7 @@ }] title: "{quests.steam_age.mechanical_harvester.title}" x: -9.5d - y: -7.0d + y: -4.0d } { dependencies: ["6E8CEE02CB5B678B"] @@ -307,7 +307,7 @@ ] title: "{quests.steam_age.chute.title}" x: -12.0d - y: -3.0d + y: 0.0d } { dependencies: ["51CBF7378FFAD514"] @@ -324,8 +324,8 @@ type: "item" }] title: "{quests.steam_age.mold_table.title}" - x: -2.5d - y: -1.0d + x: -3.5d + y: 4.0d } { dependencies: ["32046292AA5B0E30"] @@ -352,8 +352,8 @@ } ] title: "{quests.steam_age.steel_greate.title}" - x: -4.5d - y: -3.0d + x: -5.5d + y: 2.0d } { dependencies: ["09D913288896A67A"] @@ -367,8 +367,8 @@ type: "item" }] title: "{quests.steam_age.steel_millstone.title}" - x: -6.5d - y: -3.0d + x: -7.5d + y: 2.0d } { dependencies: ["5917B0D4708BF534"] @@ -617,7 +617,7 @@ }] title: "{quests.steam_age.item_pipes.title}" x: -12.0d - y: -1.0d + y: 2.0d } { dependencies: [ @@ -1038,8 +1038,8 @@ } ] title: "{quests.steam_age.fluid_pipes.title}" - x: -2.5d - y: -5.0d + x: -3.5d + y: 0.0d } { dependencies: ["51CBF7378FFAD514"] @@ -1064,8 +1064,8 @@ type: "item" }] title: "{quests.steam_age.fluid_drums.title}" - x: -0.5d - y: -3.0d + x: -1.5d + y: 2.0d } { dependencies: ["49896161B31DB7B4"] @@ -1122,7 +1122,7 @@ ] title: "{quests.steam_age.create_tools.title}" x: -18.0d - y: -3.0d + y: 0.0d } { dependencies: ["6AA07588374B59AB"] @@ -1234,7 +1234,7 @@ ] title: "{quests.steam_age.poor_paths.title}" x: -23.5d - y: -6.5d + y: -3.5d } { dependencies: ["1059288C22CB56BB"] @@ -1285,7 +1285,7 @@ ] title: "{quests.steam_age.normal_paths.title}" x: -24.0d - y: -5.0d + y: -2.0d } { dependencies: ["1059288C22CB56BB"] @@ -1338,7 +1338,7 @@ ] title: "{quests.steam_age.good_paths.title}" x: -23.5d - y: -3.5d + y: -0.5d } { dependencies: [ @@ -1399,7 +1399,7 @@ }] title: "{quests.metal_age.bronze_goodies.title}" x: -20.0d - y: -5.0d + y: -2.0d } { description: ["{quests.metal_age.wrought_iron_goodies.desc}"] @@ -1423,7 +1423,7 @@ }] title: "{quests.metal_age.wrought_iron_goodies.title}" x: -12.0d - y: -5.0d + y: -2.0d } { description: ["{quests.metal_age.steel_goodies.desc}"] @@ -1446,8 +1446,8 @@ type: "item" }] title: "{quests.metal_age.steel_goodies.title}" - x: -4.5d - y: -5.0d + x: -5.5d + y: 0.0d } { dependencies: ["46FA9DD4755A5548"] @@ -1574,7 +1574,32 @@ ] title: "{quests.metal_age.coke_oven.title}" x: -14.5d - y: -5.0d + y: -2.0d + } + { + dependencies: ["49896161B31DB7B4"] + description: [ + "There is currently a bug with the Mechanical Mixer where some recipes want an actual Programmed Circuit item." + "For the time being, you can craft these out of Sticks." + "" + "This will be fixed whenever we're able to update Greate to the latest version, which requires Create 6, which requires other Create addons to be updated... hopefully that should be soon." + ] + icon: { + Count: 1 + id: "gtceu:programmed_circuit" + tag: { + Configuration: 0 + } + } + id: "6068BC1F6917A69D" + size: 1.0d + tasks: [{ + id: "385A0D77B9B4AA74" + type: "checkmark" + }] + title: "Bug workaround" + x: -5.5d + y: 13.5d } ] subtitle: ["{quests.steam_age.subtitle}"] diff --git a/config/ftbquests/quests/chapters/questsstoneage.snbt b/config/ftbquests/quests/chapters/questsstoneage.snbt index c66c7e6ee..372346e1a 100644 --- a/config/ftbquests/quests/chapters/questsstoneage.snbt +++ b/config/ftbquests/quests/chapters/questsstoneage.snbt @@ -2294,4 +2294,4 @@ ] subtitle: ["{quests.stone_age.subtitle}"] title: "{quests.stone_age}" -} \ No newline at end of file +} diff --git a/config/ftbquests/quests/chapters/queststfc_tips.snbt b/config/ftbquests/quests/chapters/queststfc_tips.snbt index 15e80bfc4..d386d5b51 100644 --- a/config/ftbquests/quests/chapters/queststfc_tips.snbt +++ b/config/ftbquests/quests/chapters/queststfc_tips.snbt @@ -9,8 +9,8 @@ quest_links: [{ id: "1AD1F9822B738105" linked_quest: "2E36E5755B2F551C" - x: 4.0d - y: 6.0d + x: 6.0d + y: 5.0d }] quests: [ { @@ -2360,7 +2360,7 @@ ] title: "{quests.tfg_tips.lamps.title}" x: -5.0d - y: 11.0d + y: 11.5d } { dependencies: [ @@ -2395,7 +2395,7 @@ ] title: "{quests.tfg_tips.lava_lamp.title}" x: -5.0d - y: 12.5d + y: 13.0d } { dependencies: ["037CDA933FBE2CBE"] @@ -2416,7 +2416,7 @@ }] title: "{quests.tfg_tips.creosote.title}" x: -6.0d - y: 12.0d + y: 12.5d } { dependencies: ["037CDA933FBE2CBE"] @@ -2437,7 +2437,7 @@ }] title: "{quests.tfg_tips.olive_oil.title}" x: -4.0d - y: 12.0d + y: 12.5d } { dependencies: ["2D959136A5FC5F46"] @@ -2472,7 +2472,7 @@ ] title: "{quests.tfg_tips.glass_blocks.title}" x: -3.0d - y: 11.0d + y: 11.5d } { dependencies: ["150B7C5CD152E1BA"] @@ -3275,8 +3275,8 @@ type: "item" }] title: "{quests.tfg_tips.camera_attachments.title}" - x: -9.5d - y: 4.5d + x: -10.5d + y: 5.0d } { dependencies: ["275C8EA942AB49DD"] @@ -3296,11 +3296,11 @@ type: "item" }] title: "{quests.tfg_tips.filters.title}" - x: -9.5d - y: 5.5d + x: -10.5d + y: 6.0d } { - dependencies: ["4E2C1CAD883EB032"] + dependencies: ["275C8EA942AB49DD"] description: ["{quests.tfg_tips.interplanar_projector.desc}"] id: "3952D56556B35FDB" subtitle: "{quests.tfg_tips.interplanar_projector.subtitle}" @@ -3316,8 +3316,8 @@ type: "item" }] title: "{quests.tfg_tips.interplanar_projector.title}" - x: -9.5d - y: 6.5d + x: -10.5d + y: 7.0d } { dependencies: ["79FA776C414AE8E5"] @@ -3524,7 +3524,7 @@ }] title: "{quests.tfg_tips.tallow.title}" x: -6.5d - y: 11.0d + y: 11.5d } { dependencies: ["150B7C5CD152E1BA"] @@ -4710,7 +4710,7 @@ type: "item" }] title: "GregTech Storage" - x: 5.0d + x: 6.0d y: 7.0d } { @@ -4727,7 +4727,7 @@ type: "item" }] title: "Tape for Crate" - x: 5.0d + x: 6.0d y: 8.0d } ] From 00862f3049e190cb0094153518f104faf9585873 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 01:22:13 +0100 Subject: [PATCH 13/80] file rename --- .../gregtech/{armor.js => events.js} | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) rename kubejs/server_scripts/gregtech/{armor.js => events.js} (97%) diff --git a/kubejs/server_scripts/gregtech/armor.js b/kubejs/server_scripts/gregtech/events.js similarity index 97% rename from kubejs/server_scripts/gregtech/armor.js rename to kubejs/server_scripts/gregtech/events.js index 3dd7cff2e..15e518992 100644 --- a/kubejs/server_scripts/gregtech/armor.js +++ b/kubejs/server_scripts/gregtech/events.js @@ -1,9 +1,9 @@ -PlayerEvents.tick((event) => { - const { player } = event; - if (player.age % 100 != 0) return; - if (player.legsArmorItem == 'gtceu:nanomuscle_leggings') { - player.potionEffects.add("minecraft:speed", 350, 1, true, false); - } else { - player.removeEffect("minecraft:speed"); - } -}); +PlayerEvents.tick((event) => { + const { player } = event; + if (player.age % 100 != 0) return; + if (player.legsArmorItem == 'gtceu:nanomuscle_leggings') { + player.potionEffects.add("minecraft:speed", 350, 1, true, false); + } else { + player.removeEffect("minecraft:speed"); + } +}); From 66b40daf7df316cdb8154d8e223349f57e5282f7 Mon Sep 17 00:00:00 2001 From: TomPlop Date: Fri, 25 Apr 2025 21:44:55 -0400 Subject: [PATCH 14/80] Fix Curdled milk recipes to be the same as the barrel Barrel is 2B Milk 1 renet for 2B Curdled in the barrel so fixed to be the same Signed-off-by: TomPlop --- kubejs/server_scripts/tfc/recipes.machines.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kubejs/server_scripts/tfc/recipes.machines.js b/kubejs/server_scripts/tfc/recipes.machines.js index 3e88be7e7..1a402e5cb 100644 --- a/kubejs/server_scripts/tfc/recipes.machines.js +++ b/kubejs/server_scripts/tfc/recipes.machines.js @@ -176,23 +176,23 @@ function registerTFCMachineRecipes(event) { // Curdled milk event.recipes.gtceu.fermenter('tfg:fermenter/curdled_milk') - .inputFluids(Fluid.of('minecraft:milk', 1000)) + .inputFluids(Fluid.of('minecraft:milk', 2000)) .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('tfc:curdled_milk')) + .outputFluids(Fluid.of('tfc:curdled_milk', 2000)) .duration(2400) .EUt(16) event.recipes.gtceu.fermenter('tfg:fermenter/curdled_yak_milk') - .inputFluids(Fluid.of('firmalife:yak_milk', 1000)) + .inputFluids(Fluid.of('firmalife:yak_milk', 2000)) .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('firmalife:curdled_yak_milk')) + .outputFluids(Fluid.of('firmalife:curdled_yak_milk', 2000)) .duration(2400) .EUt(16) event.recipes.gtceu.fermenter('tfg:fermenter/curdled_goat_milk') - .inputFluids(Fluid.of('firmalife:goat_milk', 1000)) + .inputFluids(Fluid.of('firmalife:goat_milk', 2000)) .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('firmalife:curdled_goat_milk')) + .outputFluids(Fluid.of('firmalife:curdled_goat_milk', 2000)) .duration(2400) .EUt(16) @@ -446,4 +446,4 @@ function registerTFCMachineRecipes(event) { // Jute Fiber generateMixerRecipe(event, 'tfc:jute', Fluid.of('minecraft:water', 200), 'tfc:jute_fiber', null, [], 100, 4, 16, 'tfg:tfc/jute_fiber') -} \ No newline at end of file +} From fba935817e8c6ce42902bb87336e061500b55234 Mon Sep 17 00:00:00 2001 From: Redeix Date: Sat, 26 Apr 2025 02:35:02 -0500 Subject: [PATCH 15/80] - Added handcart recipe - Allowed more blocks to be used as oven, forge, and bloomery insulation - Fixed lang error with treated wood planks recipe - Forgot to add fishing net functionality before --- CHANGELOG.md | 3 + kubejs/assets/tfg/lang/en_us.json | 2 +- kubejs/server_scripts/firmalife/tags.js | 8 + kubejs/server_scripts/railways/recipes.js | 13 ++ kubejs/server_scripts/tfc/tags.js | 16 ++ kubejs/server_scripts/tfg/events.js | 183 ++++++++++++++++------ 6 files changed, 175 insertions(+), 50 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4cee7b0..fdc24fdab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,9 @@ - Added nylon string and fabric - Added phantom string and fabric, created from phantom membranes--Replacing them in recipes - Added support for armor trims, fixed some broken textures, added a bunch of materials, and made a helper function. +- Added handcart recipe +- Allowed more blocks to be used as oven, forge, and bloomery insulation +- Fixed lang error with treated wood planks recipe ## [0.9.1] - 18.04.2025 ### Changes diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 3cbf08f92..9592a35f0 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -433,7 +433,7 @@ "tfc.recipe.barrel.simplylight.barrel.dyeing.illuminant_red_block": "Dyeing", "tfc.recipe.barrel.simplylight.barrel.dyeing.illuminant_brown_block": "Dyeing", "tfc.recipe.barrel.tfg.barrel.soak_hardwood_strip": "Soaking Hardwood Strips", - "tfc.recipe.barrel.tfc.barrel.treated_wood_planks": "Treating Wood Planks", + "tfc.recipe.barrel.tfg.barrel.treated_wood_planks": "Treating Wood Planks", "tfc.recipe.barrel.tfg.barrel.packed_ice": "Freezing Ice", "tfc.recipe.barrel.tfg.barrel.cooling_water_1": "Cooling Water", "tfc.recipe.barrel.tfg.barrel.cooling_water_2": "Cooling Water", diff --git a/kubejs/server_scripts/firmalife/tags.js b/kubejs/server_scripts/firmalife/tags.js index 87f7914c0..e926f90d2 100644 --- a/kubejs/server_scripts/firmalife/tags.js +++ b/kubejs/server_scripts/firmalife/tags.js @@ -30,6 +30,14 @@ const registerFirmaLifeBlockTags = (event) => { // Удаление тегов у руд event.removeAllTagsFrom("/tfc:ore/[^*]+/[^*]+/") + + //Allows any block with the word "brick" in its id to be used as oven insulation. + //Add blacklisted words to the const with | between. + const brick_blacklist = ('drying|additionalplacements'); + event.add('firmalife:oven_insulation', `/^(?=.*brick)(?!.*(${brick_blacklist})).*/`); + + event.add('firmalife:oven_insulation', 'firmalife:stovetop_pot'); + event.add('firmalife:oven_insulation', 'firmalife:vat'); } const registerFirmaLifeFluidTags = (event) => { diff --git a/kubejs/server_scripts/railways/recipes.js b/kubejs/server_scripts/railways/recipes.js index 624591e77..50f43c06e 100644 --- a/kubejs/server_scripts/railways/recipes.js +++ b/kubejs/server_scripts/railways/recipes.js @@ -400,4 +400,17 @@ const registerRailWaysRecipes = (event) => { .EUt(16) .circuit(3) }); + + event.shaped('1x railways:handcar', [ + 'EFE', + 'BAA', + 'CDC' + ], { + A: '#minecraft:wooden_slabs', + B: '#create:seats', + C: 'gtceu:steel_minecart_wheels', + D: 'greate:steel_cogwheel', + E: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Steel, 1), + F: ChemicalHelper.get(TagPrefix.spring, GTMaterials.Steel, 1) + }).id('tfg:railways/shaped/handcar') } diff --git a/kubejs/server_scripts/tfc/tags.js b/kubejs/server_scripts/tfc/tags.js index b4e3cf411..abd47807a 100644 --- a/kubejs/server_scripts/tfc/tags.js +++ b/kubejs/server_scripts/tfc/tags.js @@ -4,6 +4,7 @@ * * @param {TagEvent.Item} event */ +//#region ItemTags const registerTFCItemTags = (event) => { // Теги для соответствия инструментов TFC и GT @@ -293,7 +294,9 @@ const registerTFCItemTags = (event) => { event.add('minecraft:piglin_loved', 'tfc:ore/normal_native_gold') event.add('minecraft:piglin_loved', 'tfc:ore/rich_native_gold') } +//#endregion +//#region BlockTags const registerTFCBlockTags = (event) => { // Теги для каменных ступенек тфк global.TFC_STONE_TYPES.forEach(stoneTypeName => { @@ -402,8 +405,16 @@ const registerTFCBlockTags = (event) => { event.add('minecraft:frogs_spawnable_on', 'tfc:rock/raw/gabbro') //#endregion + + //Allows any block with the word "brick" in its id to be used as bloomery and forge insulation. + //Add blacklisted words to the const with | between. + const brick_blacklist = ('drying|slab|stairs|wall|additionalplacements'); + event.add('tfc:bloomery_insulation', `/^(?=.*brick)(?!.*(${brick_blacklist})).*/`); + event.add('tfc:forge_insulation', `/^(?=.*brick)(?!.*(${brick_blacklist})).*/`); } +//#endregion +//#region FluidTags const registerTFCFluidTags = (event) => { // Удаление TFC металлов из возможных в форме слитка event.remove('tfc:usable_in_ingot_mold', 'tfc:metal/bismuth') @@ -506,12 +517,16 @@ const registerTFCFluidTags = (event) => { event.add('c:hidden_from_recipe_viewers', 'tfc:metal/high_carbon_red_steel') event.add('c:hidden_from_recipe_viewers', 'tfc:metal/high_carbon_blue_steel') } +//#endregion +//#region BiomeTags const registerTFCBiomeTags = (event) => { event.add('tfc:kaolin_clay_spawns_in', 'tfc:rolling_hills') } +//#endregion +//#region PlacedFeatures const registerTFCPlacedFeatures = (event) => { // Удаление @@ -587,3 +602,4 @@ const registerTFCPlacedFeatures = (event) => { event.add('tfc:in_biome/underground_decoration', 'tfg:glow_lichen') event.add('tfc:in_biome/underground_decoration', 'tfg:earth/sulfur_patch') } +//#endregion diff --git a/kubejs/server_scripts/tfg/events.js b/kubejs/server_scripts/tfg/events.js index 98eccb9d0..064d12767 100644 --- a/kubejs/server_scripts/tfg/events.js +++ b/kubejs/server_scripts/tfg/events.js @@ -1,39 +1,39 @@ +//#region Medicine -//pills & tablets + //Pills & Tablets + const pill_event = [ + 'haste', + 'luck', + 'night_vision', + 'poison', + 'regeneration', + 'slowness', + 'speed', + 'water_breathing', + 'weakness', + ]; -const pill_event = [ - 'haste', - 'luck', - 'night_vision', - 'poison', - 'regeneration', - 'slowness', - 'speed', - 'water_breathing', - 'weakness', -]; + pill_event.forEach(pill_event => { -pill_event.forEach(pill_event => { + ItemEvents.rightClicked(event => { + const {item,server,player,player:{x,y,z,username}} = event + if (item.id != `tfg:${pill_event}_pill`) return + item.count-- + player.addItemCooldown(item, 100) + player.runCommandSilent(`effect give ${username} minecraft:${pill_event} 480 0 true`) + server.runCommandSilent(`playsound minecraft:item.honey_bottle.drink player ${username} ${x} ${y} ${z} 10 1.5 1`) + }); - ItemEvents.rightClicked(event => { - const {item,server,player,player:{x,y,z,username}} = event - if (item.id != `tfg:${pill_event}_pill`) return - item.count-- - player.addItemCooldown(item, 100) - player.runCommandSilent(`effect give ${username} minecraft:${pill_event} 480 0 true`) - server.runCommandSilent(`playsound minecraft:item.honey_bottle.drink player ${username} ${x} ${y} ${z} 10 1.5 1`) + ItemEvents.rightClicked(event => { + const {item,server,player,player:{x,y,z,username}} = event + if (item.id != `tfg:${pill_event}_tablet`) return + item.count-- + player.addItemCooldown(item, 100) + player.runCommandSilent(`effect give ${username} minecraft:${pill_event} 1800 0 true`) + server.runCommandSilent(`playsound minecraft:item.honey_bottle.drink player ${username} ${x} ${y} ${z} 10 1.5 1`) + }); }); - ItemEvents.rightClicked(event => { - const {item,server,player,player:{x,y,z,username}} = event - if (item.id != `tfg:${pill_event}_tablet`) return - item.count-- - player.addItemCooldown(item, 100) - player.runCommandSilent(`effect give ${username} minecraft:${pill_event} 1800 0 true`) - server.runCommandSilent(`playsound minecraft:item.honey_bottle.drink player ${username} ${x} ${y} ${z} 10 1.5 1`) - }); -}); - ItemEvents.rightClicked(event => { const {item,server,player,player:{x,y,z,username}} = event if (item.id != `tfg:antipoison_pill`) return @@ -62,26 +62,25 @@ pill_event.forEach(pill_event => { server.runCommandSilent(`playsound minecraft:item.honey_bottle.drink player ${username} ${x} ${y} ${z} 10 1.5 1`) }); -//salvos + //salvos + const salvo_event = [ + 'fire_resistance', + 'invisibility', + 'luck', + 'resistance', + ]; -const salvo_event = [ - 'fire_resistance', - 'invisibility', - 'luck', - 'resistance', -]; + salvo_event.forEach(salvo_event => { -salvo_event.forEach(salvo_event => { - - ItemEvents.rightClicked(event => { - const {item,server,player,player:{x,y,z,username}} = event - if (item.id != `tfg:${salvo_event}_salvo`) return - item.count-- - player.addItemCooldown(item, 100) - player.runCommandSilent(`effect give ${username} minecraft:${salvo_event} 480 0 true`) - server.runCommandSilent(`playsound minecraft:item.glow_ink_sac.use player ${username} ${x} ${y} ${z} 10 2 1`) + ItemEvents.rightClicked(event => { + const {item,server,player,player:{x,y,z,username}} = event + if (item.id != `tfg:${salvo_event}_salvo`) return + item.count-- + player.addItemCooldown(item, 100) + player.runCommandSilent(`effect give ${username} minecraft:${salvo_event} 480 0 true`) + server.runCommandSilent(`playsound minecraft:item.glow_ink_sac.use player ${username} ${x} ${y} ${z} 10 2 1`) + }); }); -}); ItemEvents.rightClicked(event => { const {item,server,player,player:{x,y,z,username}} = event @@ -101,6 +100,8 @@ ItemEvents.rightClicked(event => { server.runCommandSilent(`playsound minecraft:item.glow_ink_sac.use player ${username} ${x} ${y} ${z} 10 2 1`) }); +//#endregion + // Vase Sounds global.MINECRAFT_DYE_NAMES.forEach(color => { BlockEvents.rightClicked(event => { @@ -110,6 +111,7 @@ global.MINECRAFT_DYE_NAMES.forEach(color => { }}) }); + BlockEvents.rightClicked(event => { const {block,server,player,player:{x,y,z,username}} = event if (block.id != 'tfg:decorative_vase') {return}{ @@ -117,7 +119,7 @@ BlockEvents.rightClicked(event => { }}); /** - * + * * @param {Internal.Player} player * @returns {Internal.CompoundTag} */ @@ -128,4 +130,87 @@ function getTFGPersistentDataRoot(player) player.persistentData.put("tfg:custom_data", {}); } return player.persistentData.getCompound("tfg:custom_data") -} \ No newline at end of file +} +//#endregion + +//#region Fishing Net + const fish = [ + 'cod', + 'crappie', + 'jellyfish', + 'lake_trout', + 'largemouth_bass', + 'rainbow_trout', + 'salmon', + 'smallmouth_bass', + 'tropical_fish', + 'bluegill' + ]; + + const shellfish = [ + 'lobster', + 'isopod', + 'crayfish' + ]; + + //Event detects if fish is right clicked with fishing net and then teleports the mob into the void, plays some actions and gives the player the proper item. + fish.forEach(fish => { + ItemEvents.entityInteracted('#forge:tools/fishing_nets', event => { + const {item, player, server, target} = event; + + if (target.type != `tfc:${fish}`) return + server.runCommandSilent(`particle minecraft:bubble_pop ${target.x} ${target.y} ${target.z} 0.5 0.5 0.5 0.00001 10`) + server.runCommandSilent(`playsound minecraft:entity.player.splash player ${player.username} ${target.x} ${target.y} ${target.z} 2 2 1`) + server.runCommandSilent(`tp ${target.uuid} ${target.x} ${target.y - 382} ${target.z}`) + event.player.give(`tfc:food/${fish}`) + player.swing() + if (player.isCreative() == false){ + item.damageValue++ + if (item.damageValue >= item.maxDamage) { + server.runCommandSilent(`playsound minecraft:item.shield.break player ${player.username} ${player.x} ${player.y} ${player.z} 1 1 1`) + item.count-- + } + } + }) + }) + + //Shellfish Exception + shellfish.forEach(shellfish => { + ItemEvents.entityInteracted('#forge:tools/fishing_nets', event => { + const {item, player, server, target} = event; + + if (target.type != `tfc:${shellfish}`) return + server.runCommandSilent(`particle minecraft:bubble_pop ${target.x} ${target.y} ${target.z} 0.5 0.5 0.5 0.00001 10`) + server.runCommandSilent(`playsound minecraft:entity.player.splash player ${player.username} ${target.x} ${target.y} ${target.z} 2 2 1`) + server.runCommandSilent(`tp ${target.uuid} ${target.x} ${target.y - 382} ${target.z}`) + event.player.give('tfc:food/shellfish') + player.swing() + if (player.isCreative() == false){ + item.damageValue++ + if (item.damageValue >= item.maxDamage) { + server.runCommandSilent(`playsound minecraft:item.shield.break player ${player.username} ${player.x} ${player.y} ${player.z} 1 1 1`) + item.count-- + } + } + }) + }) + + //Pufferfish Exception + ItemEvents.entityInteracted('#forge:tools/fishing_nets', event => { + const {item, player, server, target} = event; + + if (target.type != 'tfc:pufferfish') return + server.runCommandSilent(`particle minecraft:bubble_pop ${target.x} ${target.y} ${target.z} 0.5 0.5 0.5 0.00001 10`) + server.runCommandSilent(`playsound minecraft:entity.player.splash player ${player.username} ${target.x} ${target.y} ${target.z} 2 2 1`) + server.runCommandSilent(`tp ${target.uuid} ${target.x} ${target.y - 382} ${target.z}`) + event.player.give('minecraft:pufferfish') + player.swing() + if (player.isCreative() == false){ + item.damageValue++ + if (item.damageValue >= item.maxDamage) { + server.runCommandSilent(`playsound minecraft:item.shield.break player ${player.username} ${player.x} ${player.y} ${player.z} 1 1 1`) + item.count-- + } + } + }) +//#endregion \ No newline at end of file From 45e22aa38c3f1950843bf6b14ab52d53bc494035 Mon Sep 17 00:00:00 2001 From: TomPlop Date: Sat, 26 Apr 2025 06:34:57 -0400 Subject: [PATCH 16/80] Add Brine/Vinegar to GT Machines and Fix Olive Oil recipe to fit with VAT recipe (#916) * adding vinegar and brine recipes for GT machines Signed-off-by: TomPlop * create const for alcohol vinegar recipe Signed-off-by: TomPlop --------- Signed-off-by: TomPlop --- kubejs/server_scripts/tfc/recipes.machines.js | 22 ++++++++++++++++++- kubejs/startup_scripts/tfc/constants.js | 12 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/kubejs/server_scripts/tfc/recipes.machines.js b/kubejs/server_scripts/tfc/recipes.machines.js index 1a402e5cb..3d92f1b3c 100644 --- a/kubejs/server_scripts/tfc/recipes.machines.js +++ b/kubejs/server_scripts/tfc/recipes.machines.js @@ -303,7 +303,7 @@ function registerTFCMachineRecipes(event) { event.recipes.gtceu.mixer('tfg:tfc/olive_oil_water') .inputFluids(Fluid.of('water', 200)) - .itemInputs('2x tfc:olive_paste') + .itemInputs('1x tfc:olive_paste') .outputFluids(Fluid.of('tfc:olive_oil_water', 200)) .duration(200) .EUt(28) @@ -316,6 +316,26 @@ function registerTFCMachineRecipes(event) { //#endregion + // Vinegar and Brine + + global.TFC_ALCOHOL.forEach(alcohol => { + event.recipes.gtceu.fermenter(`tfg:tfc/vinegar/${alcohol.id.replace(':', '_')}`) + .itemInputs('#tfc:foods/fruits') + .inputFluids(Fluid.of(alcohol.id, 250)) + .outputFluids(Fluid.of('tfc:vinegar', 250)) + .duration(600) + .EUt(28) + }) + + event.recipes.gtceu.mixer('tfg:tfc/brine') + .inputFluids(Fluid.of('tfc:salt_water', 900)) + .inputFluids(Fluid.of('tfc:vinegar', 100)) + .outputFluids(Fluid.of('tfc:brine', 1000)) + .duration(100) + .EUt(16) + + //#endregion + // Lamp Glass event.recipes.gtceu.alloy_smelter(`tfg:tfc/lamp_glass`) .itemInputs('#tfc:glass_batches') diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index 18ceab785..f89d0156b 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -1017,6 +1017,18 @@ global.TFC_MILKS = [ {id: 'firmalife:coconut_milk'}, ]; +global.TFC_ALCOHOL = [ + {id: 'tfc:beer'}, + {id: 'tfc:cider'}, + {id: 'tfc:rum'}, + {id: 'tfc:sake'}, + {id: 'tfc:vodka'}, + {id: 'tfc:whiskey'}, + {id: 'tfc:corn_whiskey'}, + {id: 'tfc:rye_whiskey'}, + {id: 'firmalife:mead'}, +]; + global.TFC_MAGMA_BLOCKS = [ 'tfc:rock/magma/granite', 'tfc:rock/magma/diorite', From 576820b6677d97a5d5e0205e8fa929cd9f2cbd5c Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 11:50:43 +0100 Subject: [PATCH 17/80] fixed a few recipes that were consuming the needle --- kubejs/server_scripts/comforts/recipes.js | 20 ++++++++++-------- .../tfg/recipes.miscellaneous.js | 21 +++++++++++-------- 2 files changed, 23 insertions(+), 18 deletions(-) diff --git a/kubejs/server_scripts/comforts/recipes.js b/kubejs/server_scripts/comforts/recipes.js index 75922cff4..047e51703 100644 --- a/kubejs/server_scripts/comforts/recipes.js +++ b/kubejs/server_scripts/comforts/recipes.js @@ -6,19 +6,21 @@ const registerComfortsRecipes = (event) => { event.remove({ mod: "comforts" }) //Rope and Nail - event.recipes.minecraft.crafting_shapeless("comforts:rope_and_nail", ["firmaciv:rope_coil", "gtceu:wrought_iron_screw"]) + event.shapeless("comforts:rope_and_nail", ["firmaciv:rope_coil", "gtceu:wrought_iron_screw"]) .id("comforts:crafting/shaped/rope_and_nail"); //sleeping bag - event.recipes.minecraft.crafting_shaped("comforts:sleeping_bag_white", [ - "AAA", - "B " - ], { - A: "#tfc:high_quality_cloth", - B: 'tfc:bone_needle' - }); + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped("comforts:sleeping_bag_white", [ + "AAA", + "B " + ], { + A: "#tfc:high_quality_cloth", + B: 'tfc:bone_needle' + }) + ).id('comforts:shaped/sleeping_bag_white'); - event.recipes.minecraft.crafting_shaped("comforts:hammock_white", [ + event.shaped("comforts:hammock_white", [ "ABA", "CCC", "ABA" diff --git a/kubejs/server_scripts/tfg/recipes.miscellaneous.js b/kubejs/server_scripts/tfg/recipes.miscellaneous.js index 9e3055aa2..076b43533 100644 --- a/kubejs/server_scripts/tfg/recipes.miscellaneous.js +++ b/kubejs/server_scripts/tfg/recipes.miscellaneous.js @@ -161,15 +161,18 @@ function registerTFGMiscellaneousRecipes(event) { .EUt(GTValues.VA[GTValues.ULV]); //Airship Balloon - event.shaped('tfg:airship_balloon', [ - 'ABA', - 'BCB', - 'ABA' - ], { - A: '#forge:string', - B: 'immersive_aircraft:sail', - C: 'tfc:bone_needle' - }).id('tfg:shaped/airship_balloon') + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('tfg:airship_balloon', [ + 'ABA', + 'BCB', + 'ABA' + ], { + A: '#forge:string', + B: 'immersive_aircraft:sail', + C: 'tfc:bone_needle' + }) + ).id('tfg:shaped/airship_balloon') + event.recipes.gtceu.assembler('tfg:assembler/airship_balloon') .itemInputs('4x immersive_aircraft:sail', '4x #forge:string') .itemOutputs('tfg:airship_balloon') From 95fe67aaf1a0d3e3bdd5a6149ef5fa60e1582523 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 13:18:10 +0100 Subject: [PATCH 18/80] removed extra curios boots equipment slot, fixed position of gtceu gloves slot --- config/InventoryHUD/curios.json | 129 +++++++++++++++++++++++++++++- config/curios-common.toml | 2 +- config/ftbquests/quests/data.snbt | 2 + 3 files changed, 131 insertions(+), 2 deletions(-) diff --git a/config/InventoryHUD/curios.json b/config/InventoryHUD/curios.json index 376ffa7f2..0be721b57 100644 --- a/config/InventoryHUD/curios.json +++ b/config/InventoryHUD/curios.json @@ -1 +1,128 @@ -{"clothes_hat":{"x":20,"y":98,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"gtceu_magnet":{"x":0,"y":40,"enabled":false,"halign":"LEFT","valign":"TOP"},"feet":{"x":0,"y":60,"enabled":false,"halign":"LEFT","valign":"TOP"},"hands":{"x":2,"y":80,"enabled":true,"halign":"LEFT","valign":"TOP"},"belt":{"x":2,"y":62,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"ring":{"x":2,"y":117,"enabled":true,"halign":"LEFT","valign":"TOP"},"back":{"x":2,"y":80,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"bracelet":{"x":2,"y":-3,"enabled":true,"halign":"LEFT","valign":"CENTER"},"necklace":{"x":2,"y":146,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"body":{"x":2,"y":126,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"clothes_torso":{"x":20,"y":80,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"curio":{"x":2,"y":136,"enabled":true,"halign":"LEFT","valign":"TOP"},"head":{"x":2,"y":98,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"charm":{"x":2,"y":99,"enabled":true,"halign":"LEFT","valign":"TOP"},"adv_pattern_encoder":{"x":0,"y":300,"enabled":false,"halign":"LEFT","valign":"TOP"},"clothes_pants":{"x":20,"y":62,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"clothes_socks":{"x":20,"y":44,"enabled":true,"halign":"LEFT","valign":"BOTTOM"}} \ No newline at end of file +{ + "clothes_hat": { + "x": 20, + "y": 98, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "gtceu_magnet": { + "x": 2, + "y": 116, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "hands": { + "x": 2, + "y": 44, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "belt": { + "x": 2, + "y": 62, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "ring": { + "x": 2, + "y": 117, + "enabled": true, + "halign": "LEFT", + "valign": "TOP" + }, + "back": { + "x": 2, + "y": 80, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "bracelet": { + "x": 2, + "y": -3, + "enabled": true, + "halign": "LEFT", + "valign": "CENTER" + }, + "necklace": { + "x": 2, + "y": 146, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "body": { + "x": 2, + "y": 126, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "clothes_torso": { + "x": 20, + "y": 80, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "example": { + "x": 0, + "y": 240, + "enabled": false, + "halign": "LEFT", + "valign": "TOP" + }, + "curio": { + "x": 2, + "y": 136, + "enabled": true, + "halign": "LEFT", + "valign": "TOP" + }, + "head": { + "x": 2, + "y": 98, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "charm": { + "x": 2, + "y": 99, + "enabled": true, + "halign": "LEFT", + "valign": "TOP" + }, + "clothes_pants": { + "x": 20, + "y": 62, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "clothes_socks": { + "x": 20, + "y": 44, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "feet": { + "x": 0, + "y": 60, + "enabled": false, + "halign": "LEFT", + "valign": "TOP" + }, + "adv_pattern_encoder": { + "x": 0, + "y": 300, + "enabled": false, + "halign": "LEFT", + "valign": "TOP" + } +} \ No newline at end of file diff --git a/config/curios-common.toml b/config/curios-common.toml index a671ffb07..51c41a713 100644 --- a/config/curios-common.toml +++ b/config/curios-common.toml @@ -1,5 +1,5 @@ #List of slots to create or modify. #See documentation for syntax: https://docs.illusivesoulworks.com/curios/configuration#slot-configuration # -slots = [] +slots = [ "id=head;add_cosmetic=false", "id=feet;size=0" ] diff --git a/config/ftbquests/quests/data.snbt b/config/ftbquests/quests/data.snbt index 33d92ad39..f00b49de4 100644 --- a/config/ftbquests/quests/data.snbt +++ b/config/ftbquests/quests/data.snbt @@ -6,6 +6,7 @@ default_reward_team: false detection_delay: 20 disable_gui: false + drop_book_on_death: false drop_loot_crates: false emergency_items_cooldown: 300 grid_scale: 0.5d @@ -24,6 +25,7 @@ } pause_game: true progression_mode: "flexible" + show_lock_icons: true title: "TerraFirmaGreg" version: 13 } From 0f0c0a8e11f610082026f1a2b19236b89089ed9d Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 13:18:37 +0100 Subject: [PATCH 19/80] removed some old configs --- config/inventorysorter-client.toml | 8 ------- config/storagedrawers-client.toml | 21 ----------------- config/storagedrawers-common.toml | 36 ------------------------------ 3 files changed, 65 deletions(-) delete mode 100644 config/inventorysorter-client.toml delete mode 100644 config/storagedrawers-client.toml delete mode 100644 config/storagedrawers-common.toml diff --git a/config/inventorysorter-client.toml b/config/inventorysorter-client.toml deleted file mode 100644 index d06cb08bd..000000000 --- a/config/inventorysorter-client.toml +++ /dev/null @@ -1,8 +0,0 @@ - -#Inventory sorter modules -[modules] - #Sorting module - sortingmodule = true - #Wheel move module - wheelmovemodule = true - diff --git a/config/storagedrawers-client.toml b/config/storagedrawers-client.toml deleted file mode 100644 index 52196c767..000000000 --- a/config/storagedrawers-client.toml +++ /dev/null @@ -1,21 +0,0 @@ - -[General] - #Invert the behavior of the shift key for extracting items - invertShift = false - #Invert left and right click action on drawers - invertClick = false - -[Render] - #Distance in blocks before item labels stop rendering - labelRenderDistance = 25.0 - #Distance in blocks before quantity numbers stop rendering - quantityRenderDistance = 10.0 - #Distance in blocks before quantity numbers begin to fade out - quantityFadeDistance = 4.0 - -[Integration] - #Enable extended data display in WAILA if present - enableWaila = true - #Enable extended data display in The One Probe if present - enableTheOneProbe = true - diff --git a/config/storagedrawers-common.toml b/config/storagedrawers-common.toml deleted file mode 100644 index 3dacccf2e..000000000 --- a/config/storagedrawers-common.toml +++ /dev/null @@ -1,36 +0,0 @@ - -[General] - #The number of item stacks held in a basic unit of storage. - #1x1 drawers hold 8 units, 1x2 drawers hold 4 units, 2x2 drawers hold 2 units. - #Half-depth drawers hold half those amounts. - baseStackStorage = 4 - #Controller range defines how far away a drawer can be connected - #on X, Y, or Z planes. The default value of 50 gives the controller a very - #large range, but not beyond the chunk load distance. - #Range: 1 ~ 75 - controllerRange = 50 - enableUI = true - enableSidedInput = true - enableSidedOutput = true - enableItemConversion = true - enableExtraCompactingRules = true - debugTrace = false - #List of rules in format "domain:item1, domain:item2, n". - #Creates a compacting drawer rule to convert 1 of item1 into n of item2. - compactingRules = ["minecraft:clay, minecraft:clay_ball, 4"] - -[StorageUpgrades] - #Storage upgrades multiply storage capacity by the given amount. - #When multiple storage upgrades are used together, their multipliers are added before being applied. - level1Mult = 2 - level2Mult = 4 - level3Mult = 8 - level4Mult = 16 - level5Mult = 32 - -[Integration] - #When true, shows quantity as NxS + R (by stack size) rather than count - wailaStackRemainder = true - #When true, does not show current quantities unless quantify key was used - wailaRespectQuantifyKey = false - From 5ef9edfeaa3cefc1cb0ab3b4f4a8ac7ad2434875 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 13:19:55 +0100 Subject: [PATCH 20/80] pakku update --- pakku-lock.json | 164 ++++++------------------------------------------ 1 file changed, 19 insertions(+), 145 deletions(-) diff --git a/pakku-lock.json b/pakku-lock.json index 17997219d..7cd9c6064 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -1061,69 +1061,6 @@ } ] }, - { - "pakku_id": "Jb0rTeH1FtOgJKci", - "type": "MOD", - "side": "CLIENT", - "slug": { - "curseforge": "auroras", - "modrinth": "auroras" - }, - "name": { - "curseforge": "Auroras", - "modrinth": "Auroras" - }, - "id": { - "curseforge": "1105290", - "modrinth": "Q7VPWopC" - }, - "files": [ - { - "type": "curseforge", - "file_name": "Auroras-1.20.1-1.6.2.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "neoforge", - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6040/671/Auroras-1.20.1-1.6.2.jar", - "id": "6040671", - "parent_id": "1105290", - "hashes": { - "sha1": "f7ba6e761a5c439325c93f6d33b6b3feda3182bd", - "md5": "7fff40d58f53aea9c9767ca8b0d0efd3" - }, - "required_dependencies": [], - "size": 2119153, - "date_published": "2024-12-31T19:57:57.427Z" - }, - { - "type": "modrinth", - "file_name": "Auroras-1.20.1-1.6.2.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/Q7VPWopC/versions/Y1QQeYYi/Auroras-1.20.1-1.6.2.jar", - "id": "Y1QQeYYi", - "parent_id": "Q7VPWopC", - "hashes": { - "sha512": "41a678484369764a2acbd98ae153b0eb104a8e201cd5600dd1cd5b31ec4d94d72266044102c2d82273ddbd8c089cd854a18d6b1366ffa1e2aa403b58ecf5cfce", - "sha1": "f7ba6e761a5c439325c93f6d33b6b3feda3182bd" - }, - "required_dependencies": [], - "size": 2119153, - "date_published": "2024-12-31T20:00:15.446246Z" - } - ] - }, { "pakku_id": "IaAWVyyrZaHMumyk", "type": "MOD", @@ -4404,7 +4341,7 @@ "files": [ { "type": "modrinth", - "file_name": "emi-1.1.20+1.20.1+forge.jar", + "file_name": "emi-1.1.22+1.20.1+forge.jar", "mc_versions": [ "1.20.1" ], @@ -4412,20 +4349,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/fRiHVvU7/versions/3fJ5PcgX/emi-1.1.20+1.20.1+forge.jar", - "id": "3fJ5PcgX", + "url": "https://cdn.modrinth.com/data/fRiHVvU7/versions/WtJS5tVw/emi-1.1.22+1.20.1+forge.jar", + "id": "WtJS5tVw", "parent_id": "fRiHVvU7", "hashes": { - "sha512": "32ecb901c18cadc76059afebcfa889f72985252205c18863b70048bbba456c938ce135c085caadea76cd9fa96843e4b471619f82b98ef56a628726e39d4a822b", - "sha1": "f6ee97d1f49e106b2dc887df3c238bb06b84bada" + "sha512": "fcc80ee419a96682d157e8fd0993e0f13031dafc6399dabb17b9696636e791a903e7d3d15131edd3b533544454f072c4b19e92b146c80d4be6980bb20a0dbb7b", + "sha1": "d8049d6ec86befcd100a0ff0fc8ebc289f735997" }, "required_dependencies": [], - "size": 1028204, - "date_published": "2025-02-18T04:58:54.075523Z" + "size": 1048567, + "date_published": "2025-04-14T03:37:26.013177Z" }, { "type": "curseforge", - "file_name": "emi-1.1.20+1.20.1+forge.jar", + "file_name": "emi-1.1.22+1.20.1+forge.jar", "mc_versions": [ "1.20.1" ], @@ -4433,16 +4370,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6205/514/emi-1.1.20+1.20.1+forge.jar", - "id": "6205514", + "url": "https://edge.forgecdn.net/files/6420/945/emi-1.1.22+1.20.1+forge.jar", + "id": "6420945", "parent_id": "580555", "hashes": { - "sha1": "f6ee97d1f49e106b2dc887df3c238bb06b84bada", - "md5": "dc29b4d99258b76f28aa3ad5ce5e6e2d" + "sha1": "d8049d6ec86befcd100a0ff0fc8ebc289f735997", + "md5": "441c582c6e8a1d6fd9e3d16a27c1a39e" }, "required_dependencies": [], - "size": 1028204, - "date_published": "2025-02-18T04:58:55.627Z" + "size": 1048567, + "date_published": "2025-04-14T03:37:30.690Z" } ] }, @@ -4518,7 +4455,7 @@ "uCACXyPoJ4iKQzNG" ], "type": "MOD", - "side": "BOTH", + "side": "CLIENT", "slug": { "curseforge": "enderman-overhaul", "modrinth": "enderman-overhaul" @@ -6244,7 +6181,7 @@ { "pakku_id": "uCACXyPoJ4iKQzNG", "type": "MOD", - "side": "BOTH", + "side": "CLIENT", "slug": { "curseforge": "geckolib", "modrinth": "geckolib" @@ -10720,7 +10657,7 @@ { "pakku_id": "pITFJNUBx59dBitK", "type": "MOD", - "side": "BOTH", + "side": "CLIENT", "slug": { "curseforge": "primitive-creatures" }, @@ -10920,69 +10857,6 @@ } ] }, - { - "pakku_id": "8Xy6EP4mZpuTcXQt", - "type": "MOD", - "side": "CLIENT", - "slug": { - "curseforge": "rainboows", - "modrinth": "rainboows" - }, - "name": { - "curseforge": "Rainbows!", - "modrinth": "Rainbows" - }, - "id": { - "curseforge": "1121832", - "modrinth": "MdWygI5q" - }, - "files": [ - { - "type": "curseforge", - "file_name": "Rainbows-1.20.1-1.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "neoforge", - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6323/743/Rainbows-1.20.1-1.4.jar", - "id": "6323743", - "parent_id": "1121832", - "hashes": { - "sha1": "5eafa465c959b0483fd21daedf7da1a3849b59d1", - "md5": "4935728dbc603e867f3490a05d342e78" - }, - "required_dependencies": [], - "size": 2312766, - "date_published": "2025-03-19T22:42:59.493Z" - }, - { - "type": "modrinth", - "file_name": "Rainbows-1.20.1-1.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/MdWygI5q/versions/zCe8Wtfk/Rainbows-1.20.1-1.4.jar", - "id": "zCe8Wtfk", - "parent_id": "MdWygI5q", - "hashes": { - "sha512": "14c7a6b14b88abd354b0d92573343032f3abf4a1ce97faee4fe8b4533e0fa9bd91e61efec392e344a69cc46c837aac3c53587415a41b698f55ea94b65840880c", - "sha1": "5eafa465c959b0483fd21daedf7da1a3849b59d1" - }, - "required_dependencies": [], - "size": 2312766, - "date_published": "2025-03-19T22:44:41.887240Z" - } - ] - }, { "pakku_id": "mLvNtlnkhh3Rrdhq", "pakku_links": [ @@ -11026,7 +10900,7 @@ { "pakku_id": "J5CyvX6hIaMAyzVK", "type": "MOD", - "side": "BOTH", + "side": "CLIENT", "slug": { "curseforge": "resourceful-config", "modrinth": "resourceful-config" @@ -11087,7 +10961,7 @@ { "pakku_id": "cxgo5IyMJwtpohRH", "type": "MOD", - "side": "BOTH", + "side": "CLIENT", "slug": { "curseforge": "resourceful-lib", "modrinth": "resourceful-lib" From 6c0ac1b7fa16138c4da2f104b2a9e84c01c6835b Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 13:21:57 +0100 Subject: [PATCH 21/80] pakku updates --- pakku-lock.json | 128 ++++++++++++++++++++++++------------------------ 1 file changed, 64 insertions(+), 64 deletions(-) diff --git a/pakku-lock.json b/pakku-lock.json index 7cd9c6064..509120c2c 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -372,7 +372,7 @@ "files": [ { "type": "curseforge", - "file_name": "alltheleaks-0.1.2-beta+1.20.1-forge.jar", + "file_name": "alltheleaks-0.1.3-beta+1.20.1-forge.jar", "mc_versions": [ "1.20.1" ], @@ -380,16 +380,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6321/543/alltheleaks-0.1.2-beta+1.20.1-forge.jar", - "id": "6321543", + "url": "https://edge.forgecdn.net/files/6371/968/alltheleaks-0.1.3-beta+1.20.1-forge.jar", + "id": "6371968", "parent_id": "1091339", "hashes": { - "sha1": "29c1d160dcb1e726101497bcabbb6903b01e218d", - "md5": "253ba2355cbff97b8c6e5f4066389703" + "sha1": "86336dee4cb58c3df082d3d523b9f1226269ba90", + "md5": "75f55c7155d193329aea05813c695c84" }, "required_dependencies": [], - "size": 523165, - "date_published": "2025-03-19T09:19:08.017Z" + "size": 523166, + "date_published": "2025-03-31T19:45:19.383Z" } ] }, @@ -482,7 +482,7 @@ "files": [ { "type": "modrinth", - "file_name": "AmbientSounds_FORGE_v6.1.8_mc1.20.1.jar", + "file_name": "AmbientSounds_FORGE_v6.1.9_mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -491,22 +491,22 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/fM515JnW/versions/PDmfRznc/AmbientSounds_FORGE_v6.1.8_mc1.20.1.jar", - "id": "PDmfRznc", + "url": "https://cdn.modrinth.com/data/fM515JnW/versions/Azcdw9vT/AmbientSounds_FORGE_v6.1.9_mc1.20.1.jar", + "id": "Azcdw9vT", "parent_id": "fM515JnW", "hashes": { - "sha512": "10b8e34696583a6354c857ff00a15f7fa8978686a0dab4301bfc8cf11d24661ac296af9d481642f18145f21c241876eb40189b095b0505818fe44769ab63b665", - "sha1": "cf86d8e1f8de7fd9450a05d8cded6f5763849794" + "sha512": "7f50aca7fd415b8ccbab47d28b5f7fecc5bc83f7c6964d6b40222f02119f453e515e00659b11f3c4797e403d39e11796b467d7f06a0ec30c257a6a1948767eec", + "sha1": "934e8939b27625532cce257cd4fc57765eaa2de9" }, "required_dependencies": [ "OsZiaDHq" ], - "size": 83885939, - "date_published": "2025-04-08T22:11:03.624331Z" + "size": 83885807, + "date_published": "2025-04-22T12:25:27.402652Z" }, { "type": "curseforge", - "file_name": "AmbientSounds_FORGE_v6.1.8_mc1.20.1.jar", + "file_name": "AmbientSounds_FORGE_v6.1.9_mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -515,18 +515,18 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6400/880/AmbientSounds_FORGE_v6.1.8_mc1.20.1.jar", - "id": "6400880", + "url": "https://edge.forgecdn.net/files/6451/670/AmbientSounds_FORGE_v6.1.9_mc1.20.1.jar", + "id": "6451670", "parent_id": "254284", "hashes": { - "sha1": "cf86d8e1f8de7fd9450a05d8cded6f5763849794", - "md5": "aeabd3a86153a2af1231a7b857627dd0" + "sha1": "934e8939b27625532cce257cd4fc57765eaa2de9", + "md5": "dd203c11ba29f4a6056efc726f3ba5a7" }, "required_dependencies": [ "257814" ], - "size": 83885939, - "date_published": "2025-04-08T22:10:36.207Z" + "size": 83885807, + "date_published": "2025-04-22T12:24:57.987Z" } ] }, @@ -547,31 +547,9 @@ "modrinth": "XxWD5pD3" }, "files": [ - { - "type": "curseforge", - "file_name": "appliedenergistics2-forge-15.3.3.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "neoforge", - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6091/401/appliedenergistics2-forge-15.3.3.jar", - "id": "6091401", - "parent_id": "223794", - "hashes": { - "sha1": "37ba16fa86aeab788d7b916bb45c25638df5cfb0", - "md5": "c7e870e3200139ebe8f260c4ea52b622" - }, - "required_dependencies": [], - "size": 9746146, - "date_published": "2025-01-15T23:06:41.440Z" - }, { "type": "modrinth", - "file_name": "appliedenergistics2-forge-15.3.3.jar", + "file_name": "appliedenergistics2-forge-15.3.4.jar", "mc_versions": [ "1.20.1" ], @@ -580,16 +558,38 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/XxWD5pD3/versions/JSY0V9J5/appliedenergistics2-forge-15.3.3.jar", - "id": "JSY0V9J5", + "url": "https://cdn.modrinth.com/data/XxWD5pD3/versions/Ap6Grcvz/appliedenergistics2-forge-15.3.4.jar", + "id": "Ap6Grcvz", "parent_id": "XxWD5pD3", "hashes": { - "sha512": "e1da8e1666b3d221fe82ec14a4f88b15c34c0ef445c526ae0f3baa8f50d52276b35360433413db6af0e7232fc4e5a685fdd05754d912c7b1e387ad8fbaf2527c", - "sha1": "37ba16fa86aeab788d7b916bb45c25638df5cfb0" + "sha512": "b24496c052d8c56673e7b8fd68fb171c851a442928e5a88d0121b5e6e388f748c0588b5965bda1b12d65944b4288bc60607bb7c5017a4fdd6c12c86f33a3d9ea", + "sha1": "fa899580dddd44500586a43874c504c7e4620d7a" }, "required_dependencies": [], - "size": 9746146, - "date_published": "2025-01-15T23:06:49.856833Z" + "size": 9746206, + "date_published": "2025-03-27T20:34:07.359242Z" + }, + { + "type": "curseforge", + "file_name": "appliedenergistics2-forge-15.3.4.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "neoforge", + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6357/138/appliedenergistics2-forge-15.3.4.jar", + "id": "6357138", + "parent_id": "223794", + "hashes": { + "sha1": "fa899580dddd44500586a43874c504c7e4620d7a", + "md5": "7df1bee0c97c2d819ef6c745f6213fa8" + }, + "required_dependencies": [], + "size": 9746206, + "date_published": "2025-03-27T20:34:05.820Z" } ] }, @@ -1143,7 +1143,7 @@ "files": [ { "type": "modrinth", - "file_name": "balm-forge-1.20.1-7.3.25-all.jar", + "file_name": "balm-forge-1.20.1-7.3.27-all.jar", "mc_versions": [ "1.20", "1.20.1" @@ -1152,20 +1152,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/MBAkmtvl/versions/hk6Zuxrh/balm-forge-1.20.1-7.3.25-all.jar", - "id": "hk6Zuxrh", + "url": "https://cdn.modrinth.com/data/MBAkmtvl/versions/GmMJVPH4/balm-forge-1.20.1-7.3.27-all.jar", + "id": "GmMJVPH4", "parent_id": "MBAkmtvl", "hashes": { - "sha512": "47bf74e27686abe0aabdd19075dbcf3bd67d08c112d21b9000ba077dd8aea652de25294db01437a190fc006c192a46ad387f5a8fe65ae312d568a21a5cafdbd8", - "sha1": "9ea708714bae53e9aac894f034fd7d37840a8ced" + "sha512": "a740f45553c945e0cc255390c5f84db9de2efc0f801c5c3a8580662fd5521b5ee9633c07ae8453f3a54d785f49aef7eed97e279ccd714137c4ab3d560c3600d3", + "sha1": "ca67b7528946937c609d8d3bfb9ea69a56f4b4b4" }, "required_dependencies": [], - "size": 473917, - "date_published": "2025-03-24T07:57:06.335261Z" + "size": 475315, + "date_published": "2025-03-29T09:50:05.774689Z" }, { "type": "curseforge", - "file_name": "balm-forge-1.20.1-7.3.25-all.jar", + "file_name": "balm-forge-1.20.1-7.3.27-all.jar", "mc_versions": [ "1.20.1", "1.20" @@ -1174,16 +1174,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6338/295/balm-forge-1.20.1-7.3.25-all.jar", - "id": "6338295", + "url": "https://edge.forgecdn.net/files/6362/504/balm-forge-1.20.1-7.3.27-all.jar", + "id": "6362504", "parent_id": "531761", "hashes": { - "sha1": "384db53619c4c1f4d22d39c0ba536298737de81a", - "md5": "2e84b519da3eef234fa77d4110429e23" + "sha1": "8c0364c8e7fe47f86505d2a4c53c6022ebd7b9d2", + "md5": "f602ed9d2c722942623165fec6eb538f" }, "required_dependencies": [], - "size": 473917, - "date_published": "2025-03-24T07:57:19.600Z" + "size": 475315, + "date_published": "2025-03-29T09:50:06.680Z" } ] }, From bce2d5b4b5596d080ddd3391fd9bcfae1a390b89 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 13:23:59 +0100 Subject: [PATCH 22/80] update pakku --- pakku-lock.json | 144 ++++++++++++++++++++++++------------------------ 1 file changed, 72 insertions(+), 72 deletions(-) diff --git a/pakku-lock.json b/pakku-lock.json index 509120c2c..7fde722da 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -2176,7 +2176,7 @@ "files": [ { "type": "modrinth", - "file_name": "chat_heads-0.13.13-forge-1.20.jar", + "file_name": "chat_heads-0.13.17-forge-1.20.jar", "mc_versions": [ "1.20", "1.20.1" @@ -2185,20 +2185,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/PXpM1WCy/chat_heads-0.13.13-forge-1.20.jar", - "id": "PXpM1WCy", + "url": "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/UrstGMbf/chat_heads-0.13.17-forge-1.20.jar", + "id": "UrstGMbf", "parent_id": "Wb5oqrBJ", "hashes": { - "sha512": "8b990fcdab738d73c03186a0e8fb6abc7927855fb8cbf38896757db8cd9df12178425ba8f8db05b9aaa42aa2eb43a6b356c7e0dd2db31de13b588878afcd5200", - "sha1": "08be219d79d6b42551bc6ade3dd4e9297c46c3d1" + "sha512": "2843459e0786b5ae8351aed6ea929b806d1e34408d57822f211d7d85ce539bf6f2a4ac1888fa19ce92f225c5bbb03fdac96de222233fdb1aeca7b546b1d298d2", + "sha1": "f7c16bd0a456bf1d0d06ac9b39e6da55e219749d" }, "required_dependencies": [], - "size": 266987, - "date_published": "2025-02-08T13:33:16.519984Z" + "size": 268433, + "date_published": "2025-04-15T08:16:22.928664Z" }, { "type": "curseforge", - "file_name": "chat_heads-0.13.13-forge-1.20.jar", + "file_name": "chat_heads-0.13.17-forge-1.20.jar", "mc_versions": [ "1.20.1", "1.20" @@ -2207,16 +2207,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6171/85/chat_heads-0.13.13-forge-1.20.jar", - "id": "6171085", + "url": "https://edge.forgecdn.net/files/6424/995/chat_heads-0.13.17-forge-1.20.jar", + "id": "6424995", "parent_id": "407206", "hashes": { - "sha1": "08be219d79d6b42551bc6ade3dd4e9297c46c3d1", - "md5": "d5921acbc304dd65051a5cdbae5072d8" + "sha1": "f7c16bd0a456bf1d0d06ac9b39e6da55e219749d", + "md5": "5579dabff81a3792700e29a7c975dad2" }, "required_dependencies": [], - "size": 266987, - "date_published": "2025-02-08T13:33:20.770Z" + "size": 268433, + "date_published": "2025-04-15T08:16:28.790Z" } ] }, @@ -3004,7 +3004,7 @@ "files": [ { "type": "modrinth", - "file_name": "CraftPresence-2.5.3+1.20.1-forge.jar", + "file_name": "CraftPresence-2.5.5+1.20.1-forge.jar", "mc_versions": [ "1.20", "1.20.1" @@ -3014,22 +3014,22 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/DFqQfIBR/versions/bidlFDsi/CraftPresence-2.5.3+1.20.1-forge.jar", - "id": "bidlFDsi", + "url": "https://cdn.modrinth.com/data/DFqQfIBR/versions/4Qt4lFlj/CraftPresence-2.5.5+1.20.1-forge.jar", + "id": "4Qt4lFlj", "parent_id": "DFqQfIBR", "hashes": { - "sha512": "1150620372dadfd31c7b67d873897fdba66924bfee71d2b6a24ccd684aa1f5d309f33e818e0c550f2168f59f3d9210d537a1bb892e991f429684c72bd6fe29a8", - "sha1": "7a350de8adcfff12b8606f1ab0de8422974d7e52" + "sha512": "9ba45610311c9db7ddeb3bdb2eeabc284e88f353778bdd811bd8e94b870da70117acdd23d23ae04e2b7c66d7a21bdebb5855ec1ffb886910f584d251c867682e", + "sha1": "33adc43455affa85e1570e1992d034e9b14267d2" }, "required_dependencies": [ "nT86WUER" ], - "size": 2032016, - "date_published": "2025-01-15T02:17:46.973451Z" + "size": 2050483, + "date_published": "2025-04-24T18:12:23.688459Z" }, { "type": "curseforge", - "file_name": "CraftPresence-2.5.3+1.20.1-forge.jar", + "file_name": "CraftPresence-2.5.5+1.20.1-forge.jar", "mc_versions": [ "1.20.1", "1.20" @@ -3039,18 +3039,18 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6088/518/CraftPresence-2.5.3+1.20.1-forge.jar", - "id": "6088518", + "url": "https://edge.forgecdn.net/files/6460/301/CraftPresence-2.5.5+1.20.1-forge.jar", + "id": "6460301", "parent_id": "297038", "hashes": { - "sha1": "7a350de8adcfff12b8606f1ab0de8422974d7e52", - "md5": "b08827d5e8a3ecfa580a7e660ec4a1f6" + "sha1": "33adc43455affa85e1570e1992d034e9b14267d2", + "md5": "f27f3a73b06aeb6148b68f4688e4f5a3" }, "required_dependencies": [ "1056812" ], - "size": 2032016, - "date_published": "2025-01-15T02:17:23.247Z" + "size": 2050483, + "date_published": "2025-04-24T18:12:02.433Z" } ] }, @@ -3862,7 +3862,7 @@ "files": [ { "type": "modrinth", - "file_name": "curios-forge-5.12.1+1.20.1.jar", + "file_name": "curios-forge-5.14.1+1.20.1.jar", "mc_versions": [ "1.20", "1.20.1" @@ -3872,20 +3872,20 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/vvuO3ImH/versions/aFw6K2Jy/curios-forge-5.12.1+1.20.1.jar", - "id": "aFw6K2Jy", + "url": "https://cdn.modrinth.com/data/vvuO3ImH/versions/IPQlZkz1/curios-forge-5.14.1+1.20.1.jar", + "id": "IPQlZkz1", "parent_id": "vvuO3ImH", "hashes": { - "sha512": "3d78f4918056d91641fe50b78011b62aa1b6973fd078bd5d986e3d7411f27dce5a57c2a770f8b4dadaf8ff024d1af099b0b14e7fe6db0619349bd5e15e239df3", - "sha1": "aae5dcf04a670133953839360ad236f0890c0be6" + "sha512": "1373f95fd111c977db2f6adcef8e4eb486a2d926a3e17374692dee4ac3d65857de6446c16922b531aa5ace2c23c666a7fcc28c720b2917c1e04808d15648ba87", + "sha1": "452175b95ad3db6ff58bb8968f6bf7a9d1e0f480" }, "required_dependencies": [], - "size": 395966, - "date_published": "2025-02-26T10:45:02.998362Z" + "size": 398066, + "date_published": "2025-04-13T13:09:28.168539Z" }, { "type": "curseforge", - "file_name": "curios-forge-5.12.1+1.20.1.jar", + "file_name": "curios-forge-5.14.1+1.20.1.jar", "mc_versions": [ "1.20.1", "1.20" @@ -3895,16 +3895,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6238/756/curios-forge-5.12.1+1.20.1.jar", - "id": "6238756", + "url": "https://edge.forgecdn.net/files/6418/456/curios-forge-5.14.1+1.20.1.jar", + "id": "6418456", "parent_id": "309927", "hashes": { - "sha1": "aae5dcf04a670133953839360ad236f0890c0be6", - "md5": "35855cd2282e9499e35f17c23c353c7b" + "sha1": "452175b95ad3db6ff58bb8968f6bf7a9d1e0f480", + "md5": "2fdcc97cbc66c4b2492b407c792e7159" }, "required_dependencies": [], - "size": 395966, - "date_published": "2025-02-26T10:45:05.590Z" + "size": 398066, + "date_published": "2025-04-13T13:09:30.850Z" } ] }, @@ -4274,7 +4274,7 @@ "files": [ { "type": "modrinth", - "file_name": "drippyloadingscreen_forge_3.0.11_MC_1.20.1.jar", + "file_name": "drippyloadingscreen_forge_3.0.12_MC_1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -4282,23 +4282,23 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/v3CYg2V9/versions/iR874weD/drippyloadingscreen_forge_3.0.11_MC_1.20.1.jar", - "id": "iR874weD", + "url": "https://cdn.modrinth.com/data/v3CYg2V9/versions/SCbkqLQR/drippyloadingscreen_forge_3.0.12_MC_1.20.1.jar", + "id": "SCbkqLQR", "parent_id": "v3CYg2V9", "hashes": { - "sha512": "d164b5c7538a9a7e907da9eca01b19b85ba843be18ba734481565647261bb2d6224db4e82778b5c9460a3b95f4f185729518208c002ac0e8a47e547b3869489c", - "sha1": "04a0dacd153d8809877f663057004bba04668bee" + "sha512": "b253926f9faab8ae069bb6cf4a5380ff3cc04071d44216ebc8cd032f68a4ae760320a03059fe5fa2daf6563f6fa39e90fc659b6e64bae94079ae8e74ae8342d5", + "sha1": "ea21436917b84780835b041cd27b7f86679dc6a1" }, "required_dependencies": [ - "Wq5SjeWM", - "J81TRJWm" + "J81TRJWm", + "Wq5SjeWM" ], - "size": 240085, - "date_published": "2025-02-08T20:40:05.906123Z" + "size": 239365, + "date_published": "2025-04-11T20:29:48.819686Z" }, { "type": "curseforge", - "file_name": "drippyloadingscreen_forge_3.0.11_MC_1.20.1.jar", + "file_name": "drippyloadingscreen_forge_3.0.12_MC_1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -4306,19 +4306,19 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6172/518/drippyloadingscreen_forge_3.0.11_MC_1.20.1.jar", - "id": "6172518", + "url": "https://edge.forgecdn.net/files/6412/211/drippyloadingscreen_forge_3.0.12_MC_1.20.1.jar", + "id": "6412211", "parent_id": "511770", "hashes": { - "sha1": "04a0dacd153d8809877f663057004bba04668bee", - "md5": "a49a0e0bf7b5b48204328ed415e6bedd" + "sha1": "ea21436917b84780835b041cd27b7f86679dc6a1", + "md5": "a8cbcca4541cb6eb794ded4a10c57ac9" }, "required_dependencies": [ "410295", "367706" ], - "size": 240085, - "date_published": "2025-02-08T20:40:01.767Z" + "size": 239365, + "date_published": "2025-04-11T20:29:43.010Z" } ] }, @@ -4543,7 +4543,7 @@ "files": [ { "type": "modrinth", - "file_name": "EnhancedVisuals_FORGE_v1.8.1_mc1.20.1.jar", + "file_name": "EnhancedVisuals_FORGE_v1.8.2_mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -4552,22 +4552,22 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/KjL0jE2w/versions/mi9Ew0CA/EnhancedVisuals_FORGE_v1.8.1_mc1.20.1.jar", - "id": "mi9Ew0CA", + "url": "https://cdn.modrinth.com/data/KjL0jE2w/versions/m3cjYtkA/EnhancedVisuals_FORGE_v1.8.2_mc1.20.1.jar", + "id": "m3cjYtkA", "parent_id": "KjL0jE2w", "hashes": { - "sha512": "300b4dc6e5dc70b4fa003bfae60ae2eaa3fb7b017b5be0a040363b2bcef42453ef8621be92b28167697436ea269da5a2105547668fc7006b279b23633a28db5b", - "sha1": "647b4dfdb721fc873092ccfaca40c03235034ed8" + "sha512": "d3e6fca63651f262b07a75053453beb8ccf963f096a8aaffef13cc16a27666e3b31bb4eab36282c27b3c7586b030cb53f74b7534f756c26d5f2b9b745cc39941", + "sha1": "780caf39421ccfc495d14cb287856ced97c32985" }, "required_dependencies": [ "OsZiaDHq" ], - "size": 4726281, - "date_published": "2024-05-25T08:46:10.730967Z" + "size": 4726286, + "date_published": "2025-02-14T13:11:40.681177Z" }, { "type": "curseforge", - "file_name": "EnhancedVisuals_FORGE_v1.8.1_mc1.20.1.jar", + "file_name": "EnhancedVisuals_FORGE_v1.8.2_mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -4576,18 +4576,18 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/5370/490/EnhancedVisuals_FORGE_v1.8.1_mc1.20.1.jar", - "id": "5370490", + "url": "https://edge.forgecdn.net/files/6192/498/EnhancedVisuals_FORGE_v1.8.2_mc1.20.1.jar", + "id": "6192498", "parent_id": "255389", "hashes": { - "sha1": "647b4dfdb721fc873092ccfaca40c03235034ed8", - "md5": "de2418c4becb5e0030d3c8d35659d101" + "sha1": "780caf39421ccfc495d14cb287856ced97c32985", + "md5": "8df8c9043267068df9f4e52de0116c93" }, "required_dependencies": [ "257814" ], - "size": 4726281, - "date_published": "2024-05-25T08:46:14.527Z" + "size": 4726286, + "date_published": "2025-02-14T13:11:44.420Z" } ] }, From 6c8d6f654d3e6bd33c77ff378809629f133c0db0 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 13:26:06 +0100 Subject: [PATCH 23/80] update pakku --- pakku-lock.json | 240 ++++++++++++++++++++++++------------------------ 1 file changed, 122 insertions(+), 118 deletions(-) diff --git a/pakku-lock.json b/pakku-lock.json index 7fde722da..468043ddb 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -3701,7 +3701,7 @@ "files": [ { "type": "modrinth", - "file_name": "CreativeCore_FORGE_v2.12.31_mc1.20.1.jar", + "file_name": "CreativeCore_FORGE_v2.12.32_mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -3710,20 +3710,20 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/OsZiaDHq/versions/ERxjjtmi/CreativeCore_FORGE_v2.12.31_mc1.20.1.jar", - "id": "ERxjjtmi", + "url": "https://cdn.modrinth.com/data/OsZiaDHq/versions/IbFWHI5h/CreativeCore_FORGE_v2.12.32_mc1.20.1.jar", + "id": "IbFWHI5h", "parent_id": "OsZiaDHq", "hashes": { - "sha512": "def780dc76c9701ad3947c5f4dba4f75a4717c51bd1b9433967ed5f5ae88a23e03dab61a32b1d8217f86fe9cbaa230a76b8d07c3926bf5b7ff54989602d476b1", - "sha1": "0a4331b9670a3ad2467aac1d766d12cb9c0d4629" + "sha512": "7f7c684a35020a0327e31f5521a363d1c29312a22839c69c5dbdf51d77428298dbd0ca685166c06d8426010448e777e087e141fef6b5093fd67cb73c4bd51f8a", + "sha1": "d49e8c29748677d0a530432f1c1bda4e9865da00" }, "required_dependencies": [], - "size": 1158550, - "date_published": "2025-01-21T14:14:09.469983Z" + "size": 1158417, + "date_published": "2025-04-04T12:49:13.885436Z" }, { "type": "curseforge", - "file_name": "CreativeCore_FORGE_v2.12.31_mc1.20.1.jar", + "file_name": "CreativeCore_FORGE_v2.12.32_mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -3732,16 +3732,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6109/933/CreativeCore_FORGE_v2.12.31_mc1.20.1.jar", - "id": "6109933", + "url": "https://edge.forgecdn.net/files/6383/884/CreativeCore_FORGE_v2.12.32_mc1.20.1.jar", + "id": "6383884", "parent_id": "257814", "hashes": { - "sha1": "0a4331b9670a3ad2467aac1d766d12cb9c0d4629", - "md5": "1ba328e0a3dfb34261c234b5f02f8935" + "sha1": "d49e8c29748677d0a530432f1c1bda4e9865da00", + "md5": "7aabe100af362d0df92d8ea1dbc2667b" }, "required_dependencies": [], - "size": 1158550, - "date_published": "2025-01-21T14:14:12.967Z" + "size": 1158417, + "date_published": "2025-04-04T12:49:16.510Z" } ] }, @@ -4611,7 +4611,7 @@ "files": [ { "type": "modrinth", - "file_name": "entityculling-forge-1.7.3-mc1.20.1.jar", + "file_name": "entityculling-forge-1.7.4-mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -4619,37 +4619,37 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/NNAgCjsB/versions/SdwRMvNg/entityculling-forge-1.7.3-mc1.20.1.jar", - "id": "SdwRMvNg", + "url": "https://cdn.modrinth.com/data/NNAgCjsB/versions/kMC7OLoZ/entityculling-forge-1.7.4-mc1.20.1.jar", + "id": "kMC7OLoZ", "parent_id": "NNAgCjsB", "hashes": { - "sha512": "2a5989064f58342b98045857113aa6e9b7889dcb92bebee2b2de3f97a29f52d26d4b29d7ce4026e6420992064e0f86397e00aeb5777a4d6a568588e42381c088", - "sha1": "09c17c8794a0e00d2ccb51b8d7c1b812498c5c33" + "sha512": "b9d36a1320dbe41deec4b19b292b6936c3b9f699621beb148330e7dd8b4d63e9107967a6bcd658d89db69e953d8690c33ce686dc17f37862be7e53f200f987c0", + "sha1": "f68ae39bd2a78d405a193757fd328a60ceea0323" }, "required_dependencies": [], - "size": 77548, - "date_published": "2025-02-25T19:44:40.265577Z" + "size": 75290, + "date_published": "2025-03-27T15:50:42.857730Z" }, { "type": "curseforge", - "file_name": "entityculling-forge-1.7.3-mc1.20.1.jar", + "file_name": "entityculling-forge-1.7.4-mc1.20.1.jar", "mc_versions": [ "1.20.1" ], "loaders": [ "forge" ], - "release_type": "beta", - "url": "https://edge.forgecdn.net/files/6236/056/entityculling-forge-1.7.3-mc1.20.1.jar", - "id": "6236056", + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6355/861/entityculling-forge-1.7.4-mc1.20.1.jar", + "id": "6355861", "parent_id": "448233", "hashes": { - "sha1": "09c17c8794a0e00d2ccb51b8d7c1b812498c5c33", - "md5": "34ae0d54004066bac5c13ab2129978b8" + "sha1": "f68ae39bd2a78d405a193757fd328a60ceea0323", + "md5": "a6bc8ba692b23fac2aa0e6d3afad47cf" }, "required_dependencies": [], - "size": 77548, - "date_published": "2025-02-25T19:44:37.793Z" + "size": 75290, + "date_published": "2025-03-27T15:50:42.303Z" } ] }, @@ -4772,30 +4772,9 @@ "modrinth": "hB899VmG" }, "files": [ - { - "type": "curseforge", - "file_name": "exposure-1.20.1-1.7.10-forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6304/406/exposure-1.20.1-1.7.10-forge.jar", - "id": "6304406", - "parent_id": "871755", - "hashes": { - "sha1": "a8595144c369937987152ba3661f04c821443c4d", - "md5": "b7772ed21e7a5422c5d6d85991aba2bc" - }, - "required_dependencies": [], - "size": 1333973, - "date_published": "2025-03-14T19:42:36.340Z" - }, { "type": "modrinth", - "file_name": "exposure-1.20.1-1.7.10-forge.jar", + "file_name": "exposure-1.20.1-1.7.13-forge.jar", "mc_versions": [ "1.20.1" ], @@ -4803,16 +4782,37 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/hB899VmG/versions/8oUcWZTh/exposure-1.20.1-1.7.10-forge.jar", - "id": "8oUcWZTh", + "url": "https://cdn.modrinth.com/data/hB899VmG/versions/xmqarwFl/exposure-1.20.1-1.7.13-forge.jar", + "id": "xmqarwFl", "parent_id": "hB899VmG", "hashes": { - "sha512": "bb91b3d59414bb58bdd24e1570fee33be714ec7e816d3f70b2196dd597a7b1da3420f7bc781986f8a20a6f87d89f6c0a80a4f1f4ea4ee0e6f789610fc7148254", - "sha1": "a8595144c369937987152ba3661f04c821443c4d" + "sha512": "ac2292b91dd3dc1a5e9524350e13992a50c6c7c5d9121f47d39d07e95467878de839961d2e32f28fd417910f1815a9bb274736a621b03bb9ff0bba634465a78a", + "sha1": "d02564001309a6129f519c6fcbf9f920e6d2036b" }, "required_dependencies": [], - "size": 1333973, - "date_published": "2025-03-14T19:42:36.029110Z" + "size": 1333908, + "date_published": "2025-04-18T13:21:00.833767Z" + }, + { + "type": "curseforge", + "file_name": "exposure-1.20.1-1.7.13-forge.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6436/177/exposure-1.20.1-1.7.13-forge.jar", + "id": "6436177", + "parent_id": "871755", + "hashes": { + "sha1": "d02564001309a6129f519c6fcbf9f920e6d2036b", + "md5": "eaf0495f4119654986c92f6a925691e4" + }, + "required_dependencies": [], + "size": 1333908, + "date_published": "2025-04-18T13:19:19.177Z" } ] }, @@ -5273,7 +5273,7 @@ "files": [ { "type": "modrinth", - "file_name": "fancymenu_forge_3.4.6_MC_1.20.1.jar", + "file_name": "fancymenu_forge_3.5.0_MC_1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -5281,23 +5281,23 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/Wq5SjeWM/versions/UQK8sljp/fancymenu_forge_3.4.6_MC_1.20.1.jar", - "id": "UQK8sljp", + "url": "https://cdn.modrinth.com/data/Wq5SjeWM/versions/FRgAQGvw/fancymenu_forge_3.5.0_MC_1.20.1.jar", + "id": "FRgAQGvw", "parent_id": "Wq5SjeWM", "hashes": { - "sha512": "cf75b236d9c9d459eed187b2c52be837ebaea0bac6fc447e198fa2994507b80fac0d5a998b12a1c30e4718e809379845e52f19ede53590cc43c357f82a50fc1c", - "sha1": "9e7fc73dacca36b8b93fc5e67ed919dd295ae9c9" + "sha512": "09470968e5b2fd6c4570f1868febc5dd0d2164d7fc844e948253f0fc97cb781ec0b6b4b2385bac84db83920a8a5b3a72dc62d69d93dc12327b6cad67d636c991", + "sha1": "3217f4a8fdaa919fc11d03f07306edc868efa0d6" }, "required_dependencies": [ - "J81TRJWm", - "CVT4pFB2" + "CVT4pFB2", + "J81TRJWm" ], - "size": 3236834, - "date_published": "2025-02-24T20:03:26.499398Z" + "size": 3280422, + "date_published": "2025-04-10T23:23:20.411380Z" }, { "type": "curseforge", - "file_name": "fancymenu_forge_3.4.6_MC_1.20.1.jar", + "file_name": "fancymenu_forge_3.5.0_MC_1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -5305,19 +5305,19 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6231/136/fancymenu_forge_3.4.6_MC_1.20.1.jar", - "id": "6231136", + "url": "https://edge.forgecdn.net/files/6408/859/fancymenu_forge_3.5.0_MC_1.20.1.jar", + "id": "6408859", "parent_id": "367706", "hashes": { - "sha1": "9e7fc73dacca36b8b93fc5e67ed919dd295ae9c9", - "md5": "cf03ba79512e5466e253c27889f7ec94" + "sha1": "3217f4a8fdaa919fc11d03f07306edc868efa0d6", + "md5": "4da459780fb51757bd0e467460c01e63" }, "required_dependencies": [ - "410295", - "938643" + "938643", + "410295" ], - "size": 3236834, - "date_published": "2025-02-24T20:03:16.967Z" + "size": 3280422, + "date_published": "2025-04-10T23:23:12.083Z" } ] }, @@ -5767,7 +5767,7 @@ "files": [ { "type": "modrinth", - "file_name": "Firmalife-1.20.1-2.1.17.jar", + "file_name": "Firmalife-1.20.1-2.1.18.jar", "mc_versions": [ "1.20.1" ], @@ -5776,22 +5776,22 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/5bKeBHw2/versions/gJiot3h6/Firmalife-1.20.1-2.1.17.jar", - "id": "gJiot3h6", + "url": "https://cdn.modrinth.com/data/5bKeBHw2/versions/3pqbYHWH/Firmalife-1.20.1-2.1.18.jar", + "id": "3pqbYHWH", "parent_id": "5bKeBHw2", "hashes": { - "sha512": "1993b13c8119d635b208c8b9a938860439f161829b678773a663c3c2017bdfbe32ab9bc196833258251419d456a1bf008e376ea7fc7ea5d417784cbed6040ea0", - "sha1": "9f25104803df71aac481885d20282d46dd624a01" + "sha512": "1a135f81b4249972213758cac6d663bf6c8bb846bd14328b6d04b0664c031fd43014b258258c8e461c96d1c7e32f61dd36f213cd51aafd3e72377ba60ebd7c89", + "sha1": "de9ec2980e5f09a28415e489aa24eec5840a010d" }, "required_dependencies": [ "JaCEZUhg" ], - "size": 4532304, - "date_published": "2025-04-03T02:22:20.561569Z" + "size": 4597517, + "date_published": "2025-04-19T02:25:00.538403Z" }, { "type": "curseforge", - "file_name": "Firmalife-1.20.1-2.1.17.jar", + "file_name": "Firmalife-1.20.1-2.1.18.jar", "mc_versions": [ "1.20.1" ], @@ -5800,18 +5800,18 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6379/742/Firmalife-1.20.1-2.1.17.jar", - "id": "6379742", + "url": "https://edge.forgecdn.net/files/6438/438/Firmalife-1.20.1-2.1.18.jar", + "id": "6438438", "parent_id": "453394", "hashes": { - "sha1": "9f25104803df71aac481885d20282d46dd624a01", - "md5": "a954970500b6b78adf392e696d1e4c47" + "sha1": "de9ec2980e5f09a28415e489aa24eec5840a010d", + "md5": "1275fd720bd36ed1144e558d8c395267" }, "required_dependencies": [ "302973" ], - "size": 4532304, - "date_published": "2025-04-03T02:22:17.440Z" + "size": 4597517, + "date_published": "2025-04-19T02:24:56.657Z" } ] }, @@ -5833,30 +5833,9 @@ }, "redistributable": false, "files": [ - { - "type": "curseforge", - "file_name": "firstperson-forge-2.4.8-mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "beta", - "url": "https://edge.forgecdn.net/files/6011/928/firstperson-forge-2.4.8-mc1.20.1.jar", - "id": "6011928", - "parent_id": "333287", - "hashes": { - "sha1": "1ab303f2e074acf090bb150b929d0d5737dc1183", - "md5": "c1c1281332086f06f3906774f36503ed" - }, - "required_dependencies": [], - "size": 126470, - "date_published": "2024-12-21T23:24:09.477Z" - }, { "type": "modrinth", - "file_name": "firstperson-forge-2.4.8-mc1.20.1.jar", + "file_name": "firstperson-forge-2.4.9-mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -5864,16 +5843,41 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/H5XMjpHi/versions/iwodXe68/firstperson-forge-2.4.8-mc1.20.1.jar", - "id": "iwodXe68", + "url": "https://cdn.modrinth.com/data/H5XMjpHi/versions/QgNMKdd7/firstperson-forge-2.4.9-mc1.20.1.jar", + "id": "QgNMKdd7", "parent_id": "H5XMjpHi", "hashes": { - "sha512": "f2bcd626c3b634959d1dc375c9ef4df379b137a8f8f7120553e08fec87199bb1f8c690bd0395f6c1fa49d5610f1fbb58ac952dc8d75bb7fc985759c5c5113e8a", - "sha1": "1ab303f2e074acf090bb150b929d0d5737dc1183" + "sha512": "d1d7c0cffe0b1110c4ef27b02578de225dd1506c33a76b988bc512894224610838c63d7b8b0fecd125271f26aef9a7529bfe29e03f30fdf6abb3422c391d0b96", + "sha1": "b7e05fb6072e8b39512ce0485186cfc9751bf2ee" }, - "required_dependencies": [], - "size": 126470, - "date_published": "2024-12-21T23:24:11.155518Z" + "required_dependencies": [ + "MPCX6s5C" + ], + "size": 127349, + "date_published": "2025-03-27T18:13:27.545948Z" + }, + { + "type": "curseforge", + "file_name": "firstperson-forge-2.4.9-mc1.20.1.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6356/575/firstperson-forge-2.4.9-mc1.20.1.jar", + "id": "6356575", + "parent_id": "333287", + "hashes": { + "sha1": "b7e05fb6072e8b39512ce0485186cfc9751bf2ee", + "md5": "10ef2db76496d99760bc02a0b8edf4fc" + }, + "required_dependencies": [ + "433760" + ], + "size": 127349, + "date_published": "2025-03-27T18:13:26.607Z" } ] }, From 62c12473b2078325ca3725dcb0f3d690eda88a99 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 13:30:05 +0100 Subject: [PATCH 24/80] update pakku --- pakku-lock.json | 150 ++++++++++++++++++++++++------------------------ 1 file changed, 75 insertions(+), 75 deletions(-) diff --git a/pakku-lock.json b/pakku-lock.json index 468043ddb..ee4f6c5dc 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -5024,7 +5024,7 @@ "files": [ { "type": "curseforge", - "file_name": "ftb-filter-system-forge-1.0.2.jar", + "file_name": "ftb-filter-system-forge-20.0.1.jar", "mc_versions": [ "1.20.1" ], @@ -5032,19 +5032,19 @@ "neoforge", "forge" ], - "release_type": "beta", - "url": "https://edge.forgecdn.net/files/4926/70/ftb-filter-system-forge-1.0.2.jar", - "id": "4926070", + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6466/153/ftb-filter-system-forge-20.0.1.jar", + "id": "6466153", "parent_id": "943925", "hashes": { - "sha1": "d45c6bc341e50ba1b133c378de8938a3d349f4f3", - "md5": "582fc5a14bd1b74f33552676f4408000" + "sha1": "812de9759fe87cb405e14cbb0fe5b72a7ee11f42", + "md5": "e94ddd33cf0d6ed5a5eeaefcea8f5089" }, "required_dependencies": [ "419699" ], - "size": 196440, - "date_published": "2023-12-04T14:11:50.307Z" + "size": 197884, + "date_published": "2025-04-26T08:49:57.267Z" } ] }, @@ -5104,7 +5104,7 @@ "files": [ { "type": "curseforge", - "file_name": "ftb-quests-forge-2001.4.11.jar", + "file_name": "ftb-quests-forge-2001.4.13.jar", "mc_versions": [ "1.20.1" ], @@ -5112,20 +5112,20 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6167/56/ftb-quests-forge-2001.4.11.jar", - "id": "6167056", + "url": "https://edge.forgecdn.net/files/6431/737/ftb-quests-forge-2001.4.13.jar", + "id": "6431737", "parent_id": "289412", "hashes": { - "sha1": "8d128193018b64efec3a6dda14c7cffbca7d20ec", - "md5": "9a517a062ee32a9daba22b65a534b415" + "sha1": "ad087e2dc897c7e2eea36901a05da9518bc0673f", + "md5": "182d3bc7450d50ba9b71e5a08e903d9e" }, "required_dependencies": [ "404468", "404465", "419699" ], - "size": 1192604, - "date_published": "2025-02-07T10:19:05.973Z" + "size": 1215007, + "date_published": "2025-04-17T08:08:04.603Z" } ] }, @@ -5183,7 +5183,7 @@ "files": [ { "type": "curseforge", - "file_name": "ftb-teams-forge-2001.3.0.jar", + "file_name": "ftb-teams-forge-2001.3.1.jar", "mc_versions": [ "1.20.1" ], @@ -5191,19 +5191,19 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/5267/190/ftb-teams-forge-2001.3.0.jar", - "id": "5267190", + "url": "https://edge.forgecdn.net/files/6130/786/ftb-teams-forge-2001.3.1.jar", + "id": "6130786", "parent_id": "404468", "hashes": { - "sha1": "bb5a1f3ac9d44c5e9b319768e7166e877879aaaa", - "md5": "31acf433df9d13282fa12bd6974c44f9" + "sha1": "c2af94e0b86631cb75daa8de2377ff72527651ca", + "md5": "98efb58ba7cecfb39034544eced0389f" }, "required_dependencies": [ - "419699", - "404465" + "404465", + "419699" ], - "size": 247666, - "date_published": "2024-04-16T09:41:27.820Z" + "size": 248592, + "date_published": "2025-01-27T16:07:52.110Z" } ] }, @@ -5226,7 +5226,7 @@ "files": [ { "type": "curseforge", - "file_name": "ftb-xmod-compat-forge-2.1.2.jar", + "file_name": "ftb-xmod-compat-forge-2.1.3.jar", "mc_versions": [ "1.20.1" ], @@ -5234,19 +5234,19 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6046/20/ftb-xmod-compat-forge-2.1.2.jar", - "id": "6046020", + "url": "https://edge.forgecdn.net/files/6402/486/ftb-xmod-compat-forge-2.1.3.jar", + "id": "6402486", "parent_id": "889915", "hashes": { - "sha1": "68e497eadb936bf9e92591f9c2e34288a52b01f4", - "md5": "270efcd953102996e26d318ef8c3c09d" + "sha1": "0584f628d2bc6a612d79dee368324357ebae1423", + "md5": "6d01bd4bc73c6ce36d0d91c56bb27772" }, "required_dependencies": [ - "404465", - "419699" + "419699", + "404465" ], - "size": 129682, - "date_published": "2025-01-02T15:28:42.713Z" + "size": 129725, + "date_published": "2025-04-09T10:47:38.837Z" } ] }, @@ -6134,7 +6134,7 @@ "files": [ { "type": "modrinth", - "file_name": "fzzy_config-0.6.2+1.20.1+forge.jar", + "file_name": "fzzy_config-0.6.9+1.20.1+forge.jar", "mc_versions": [ "1.20.1" ], @@ -6143,22 +6143,22 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/hYykXjDp/versions/QOLmBnu1/fzzy_config-0.6.2+1.20.1+forge.jar", - "id": "QOLmBnu1", + "url": "https://cdn.modrinth.com/data/hYykXjDp/versions/Jp0w2D0o/fzzy_config-0.6.9+1.20.1+forge.jar", + "id": "Jp0w2D0o", "parent_id": "hYykXjDp", "hashes": { - "sha512": "40cc9d874dfe2ed2cf4dd6115de3d508bd843ae07f3e0cb9c6c9851b5d58a92da316c177e1c510ad4d9754319ade387c2a0beb966168f87d1acfdac29f544f22", - "sha1": "a5bc43c8a4d999981aba47a1b0bf3fab3fa39f31" + "sha512": "dfc78eb1f07767c9b0d69f75a2d9160d470dd25c366fbbc149dbea0fecc018225d6513be9aad6b06d5bebbc4e40773da1cbd58c2a50e61aa2a03c221e5523a82", + "sha1": "749df31acdf11c562ad689b26ef478da37807f94" }, "required_dependencies": [ "ordsPcFz" ], - "size": 1865000, - "date_published": "2025-01-18T00:11:40.677921Z" + "size": 2158962, + "date_published": "2025-04-09T23:12:08.437182Z" }, { "type": "curseforge", - "file_name": "fzzy_config-0.6.2+1.20.1+forge.jar", + "file_name": "fzzy_config-0.6.9+1.20.1+forge.jar", "mc_versions": [ "1.20.1" ], @@ -6167,18 +6167,18 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6097/787/fzzy_config-0.6.2+1.20.1+forge.jar", - "id": "6097787", + "url": "https://edge.forgecdn.net/files/6405/142/fzzy_config-0.6.9+1.20.1+forge.jar", + "id": "6405142", "parent_id": "1005914", "hashes": { - "sha1": "a5bc43c8a4d999981aba47a1b0bf3fab3fa39f31", - "md5": "bb2c58275b895f728e29fc557a137719" + "sha1": "749df31acdf11c562ad689b26ef478da37807f94", + "md5": "ed89b0cc00e3cf711112aba8ad0c58ba" }, "required_dependencies": [ "351264" ], - "size": 1865000, - "date_published": "2025-01-18T00:11:31.747Z" + "size": 2158962, + "date_published": "2025-04-09T23:12:00.580Z" } ] }, @@ -9113,7 +9113,7 @@ "files": [ { "type": "modrinth", - "file_name": "modernfix-forge-5.20.2+mc1.20.1.jar", + "file_name": "modernfix-forge-5.21.0+mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -9121,20 +9121,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/nmDcB62a/versions/LmgaF8pW/modernfix-forge-5.20.2+mc1.20.1.jar", - "id": "LmgaF8pW", + "url": "https://cdn.modrinth.com/data/nmDcB62a/versions/5m06ltZw/modernfix-forge-5.21.0+mc1.20.1.jar", + "id": "5m06ltZw", "parent_id": "nmDcB62a", "hashes": { - "sha512": "e34badc237b2ef3e763d0d45a8a0d0c9f361e6b87ce02ccc92bd978855736713ace08069d7f3f78331b109f86dfa824a76329fed1affa9b2c63c195112b03c13", - "sha1": "23d49f71d56de4fdb8ec046507a42c48594daadb" + "sha512": "892bcd98869df037db9fa8bbefe62f48e9b0ae6ee65d5768a9a931a3fc3a8aaa436f35f5c643b36dd45545534f26b87a536ec955b8f474d79409ab9193ac6f70", + "sha1": "95eb1238db9d8229d57ee19999ff5478f092602e" }, "required_dependencies": [], - "size": 821631, - "date_published": "2025-01-26T00:47:27.319846Z" + "size": 824640, + "date_published": "2025-04-06T19:29:11.851601Z" }, { "type": "curseforge", - "file_name": "modernfix-forge-5.20.2+mc1.20.1.jar", + "file_name": "modernfix-forge-5.21.0+mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -9142,16 +9142,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6125/143/modernfix-forge-5.20.2+mc1.20.1.jar", - "id": "6125143", + "url": "https://edge.forgecdn.net/files/6392/741/modernfix-forge-5.21.0+mc1.20.1.jar", + "id": "6392741", "parent_id": "790626", "hashes": { - "sha1": "23d49f71d56de4fdb8ec046507a42c48594daadb", - "md5": "05ba904400eb9505f619689b0f5a220c" + "sha1": "95eb1238db9d8229d57ee19999ff5478f092602e", + "md5": "3231eb6ba18ea27d8dd3a66fc4fc952e" }, "required_dependencies": [], - "size": 821631, - "date_published": "2025-01-26T00:47:23.323Z" + "size": 824640, + "date_published": "2025-04-06T19:29:07.607Z" } ] }, @@ -9174,7 +9174,7 @@ "files": [ { "type": "modrinth", - "file_name": "moonlight-1.20-2.13.51-forge.jar", + "file_name": "moonlight-1.20-2.13.82-forge.jar", "mc_versions": [ "1.20.1" ], @@ -9183,20 +9183,20 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/twkfQtEc/versions/Qyu7D5xj/moonlight-1.20-2.13.51-forge.jar", - "id": "Qyu7D5xj", + "url": "https://cdn.modrinth.com/data/twkfQtEc/versions/UmPA4T0M/moonlight-1.20-2.13.82-forge.jar", + "id": "UmPA4T0M", "parent_id": "twkfQtEc", "hashes": { - "sha512": "2108dd8186a88ef4a60a75b74769f3dbfefefe7193eb863ed4c2b5ffbd2d3f97adefc115a2ac376b5185cf64bd1649b0d6b189024f11bda3329470004156e73d", - "sha1": "c32ada3857b70dff88aa698e4c2f0a1d36b956d6" + "sha512": "0147cade8e5540952312591cdac8a1edad7f637fd4a6e1822b02bd100f2b2b53b19fd1fa769a4b4c4c266b10af79e9dfadbf25c47eb33a588a541d986f640215", + "sha1": "fbbf0120b288856b57c95503c50972058154314d" }, "required_dependencies": [], - "size": 1223674, - "date_published": "2025-01-18T17:33:40.656520Z" + "size": 1252228, + "date_published": "2025-04-16T06:36:30.891262Z" }, { "type": "curseforge", - "file_name": "moonlight-1.20-2.13.51-forge.jar", + "file_name": "moonlight-1.20-2.13.82-forge.jar", "mc_versions": [ "1.20.1" ], @@ -9205,16 +9205,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6100/164/moonlight-1.20-2.13.51-forge.jar", - "id": "6100164", + "url": "https://edge.forgecdn.net/files/6428/221/moonlight-1.20-2.13.82-forge.jar", + "id": "6428221", "parent_id": "499980", "hashes": { - "sha1": "c32ada3857b70dff88aa698e4c2f0a1d36b956d6", - "md5": "37ec156a26377b695017e4568990427f" + "sha1": "fbbf0120b288856b57c95503c50972058154314d", + "md5": "d2fb903091892e08cf6cdc115624744c" }, "required_dependencies": [], - "size": 1223674, - "date_published": "2025-01-18T17:33:26.290Z" + "size": 1252228, + "date_published": "2025-04-16T06:36:14.127Z" } ] }, From 14abfd2acd9ffb04b75384f0fd9bb1ce9a96b157 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 13:34:25 +0100 Subject: [PATCH 25/80] pakku update --- pakku-lock.json | 355 ++++++++++++++++++++++++------------------------ 1 file changed, 175 insertions(+), 180 deletions(-) diff --git a/pakku-lock.json b/pakku-lock.json index ee4f6c5dc..f74d3540d 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -9700,7 +9700,7 @@ "files": [ { "type": "modrinth", - "file_name": "notenoughanimations-forge-1.9.2-mc1.20.1.jar", + "file_name": "notenoughanimations-forge-1.9.3-mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -9708,37 +9708,37 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/MPCX6s5C/versions/9nsxApYz/notenoughanimations-forge-1.9.2-mc1.20.1.jar", - "id": "9nsxApYz", + "url": "https://cdn.modrinth.com/data/MPCX6s5C/versions/a2Q3t34g/notenoughanimations-forge-1.9.3-mc1.20.1.jar", + "id": "a2Q3t34g", "parent_id": "MPCX6s5C", "hashes": { - "sha512": "972bff34a36cdb198138372e30f975503a670897886a76ee6f3db537c08a73a635f6b6f56fcfcb54e449cd60b87e783a6363e8afdc24e599e78957e45bda6c73", - "sha1": "c9666025164bcafed9e6d03057ec8a31ebbce170" + "sha512": "9e6d501d6409c991d6d80474e76267ad7b8dfe91b5a8c2e7f8302726f4cf44a66e4ba4b6ff99b60f96f8cfc8cbe5e656a26dbc709aaa1cc8c9f7ae70f62491a4", + "sha1": "68e3ab1b89d39a48362a4741a50c73e7ebb2fe7a" }, "required_dependencies": [], - "size": 455945, - "date_published": "2025-02-10T18:15:03.719362Z" + "size": 453719, + "date_published": "2025-03-27T17:09:33.153226Z" }, { "type": "curseforge", - "file_name": "notenoughanimations-forge-1.9.2-mc1.20.1.jar", + "file_name": "notenoughanimations-forge-1.9.3-mc1.20.1.jar", "mc_versions": [ "1.20.1" ], "loaders": [ "forge" ], - "release_type": "beta", - "url": "https://edge.forgecdn.net/files/6179/086/notenoughanimations-forge-1.9.2-mc1.20.1.jar", - "id": "6179086", + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6356/205/notenoughanimations-forge-1.9.3-mc1.20.1.jar", + "id": "6356205", "parent_id": "433760", "hashes": { - "sha1": "c9666025164bcafed9e6d03057ec8a31ebbce170", - "md5": "315ca93cf31b1307abd9ad99a9a9e09b" + "sha1": "68e3ab1b89d39a48362a4741a50c73e7ebb2fe7a", + "md5": "57a955e091614c70105679d7ecad2ef7" }, "required_dependencies": [], - "size": 455945, - "date_published": "2025-02-10T18:15:01.423Z" + "size": 453719, + "date_published": "2025-03-27T17:09:31.037Z" } ] }, @@ -9829,27 +9829,26 @@ "files": [ { "type": "modrinth", - "file_name": "OctoLib-FORGE-0.4.2+1.20.1.jar", + "file_name": "OctoLib-FORGE-0.5.0.1+1.20.1.jar", "mc_versions": [ "1.20.1" ], "loaders": [ - "forge", - "neoforge" + "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/RH2KUdKJ/versions/9dJfM8hR/OctoLib-FORGE-0.4.2+1.20.1.jar", - "id": "9dJfM8hR", + "url": "https://cdn.modrinth.com/data/RH2KUdKJ/versions/HZ7KmyXp/OctoLib-FORGE-0.5.0.1+1.20.1.jar", + "id": "HZ7KmyXp", "parent_id": "RH2KUdKJ", "hashes": { - "sha512": "be8c3ee844e24a6ec68bd805ccae6fc54928aa211f44fb208454a835796e2405765e7cadcff5763782f3d9bc262b44626b69863d83804258501f5e6e0926d96e", - "sha1": "d39a7e4d7ebd4e6f427f5c0958b7e2080ba02800" + "sha512": "e0bbe3a999f3a8c32b7dc0fd5bae61f62915dc5be40ac97a777f0784cdfaaed74b74f48cd407b9a8abb081ff331fbd272c9d4e08125f48f091435c926468d5c6", + "sha1": "9eab28baff36942e1c924489e34753df10f40208" }, "required_dependencies": [ "lhGA9TYQ" ], - "size": 401032, - "date_published": "2024-08-21T12:25:46.019010Z" + "size": 424035, + "date_published": "2025-03-07T11:56:23.366463Z" }, { "type": "curseforge", @@ -9964,7 +9963,7 @@ "files": [ { "type": "modrinth", - "file_name": "open-parties-and-claims-forge-1.20.1-0.23.7.jar", + "file_name": "open-parties-and-claims-forge-1.20.1-0.24.0.jar", "mc_versions": [ "1.20", "1.20.1" @@ -9973,20 +9972,20 @@ "forge" ], "release_type": "beta", - "url": "https://cdn.modrinth.com/data/gF3BGWvG/versions/oeVpN9sy/open-parties-and-claims-forge-1.20.1-0.23.7.jar", - "id": "oeVpN9sy", + "url": "https://cdn.modrinth.com/data/gF3BGWvG/versions/pRiZtdXR/open-parties-and-claims-forge-1.20.1-0.24.0.jar", + "id": "pRiZtdXR", "parent_id": "gF3BGWvG", "hashes": { - "sha512": "02b257698f46ae57adc8c407b318d10c2463e6ab66b4840b1c467716d675c70999acb03f0458175d98b69e4ce5bcd53dc9a2bbe17012a5e040765736e1f702e4", - "sha1": "8f59207176cdc2fe53e5f7e65debc08a7dca3882" + "sha512": "351ff271cac9ff89e408b6e0fa6a473934496e34c10487610fb414cee61e721539be1d3ffabbf31408c2656b49c85bf8ae9c92aba16e5a7192e676d4ee3bee03", + "sha1": "884924b3820d51f0d6ae0f0b5b8bc35aefaf1920" }, "required_dependencies": [], - "size": 1245092, - "date_published": "2025-01-05T09:27:14.419271Z" + "size": 1246814, + "date_published": "2025-02-27T09:48:25.851280Z" }, { "type": "curseforge", - "file_name": "open-parties-and-claims-forge-1.20.1-0.23.7.jar", + "file_name": "open-parties-and-claims-forge-1.20.1-0.24.0.jar", "mc_versions": [ "1.20.1", "1.20" @@ -9995,16 +9994,16 @@ "forge" ], "release_type": "beta", - "url": "https://edge.forgecdn.net/files/6055/478/open-parties-and-claims-forge-1.20.1-0.23.7.jar", - "id": "6055478", + "url": "https://edge.forgecdn.net/files/6242/869/open-parties-and-claims-forge-1.20.1-0.24.0.jar", + "id": "6242869", "parent_id": "636608", "hashes": { - "sha1": "8f59207176cdc2fe53e5f7e65debc08a7dca3882", - "md5": "29b434029c7960a57ea1b70cb73bf7a9" + "sha1": "884924b3820d51f0d6ae0f0b5b8bc35aefaf1920", + "md5": "dc2c65305e9ce2ac6ff1c5d5801a31f8" }, "required_dependencies": [], - "size": 1245092, - "date_published": "2025-01-05T08:54:48.380Z" + "size": 1246814, + "date_published": "2025-02-27T09:15:57.640Z" } ] }, @@ -10245,7 +10244,7 @@ "files": [ { "type": "modrinth", - "file_name": "particle_core-0.2.5+1.20.1+forge.jar", + "file_name": "particle_core-0.2.6+1.20.1+forge.jar", "mc_versions": [ "1.20.1" ], @@ -10254,23 +10253,23 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/RSeLon5O/versions/2pgXWmty/particle_core-0.2.5+1.20.1+forge.jar", - "id": "2pgXWmty", + "url": "https://cdn.modrinth.com/data/RSeLon5O/versions/bqPuw9aZ/particle_core-0.2.6+1.20.1+forge.jar", + "id": "bqPuw9aZ", "parent_id": "RSeLon5O", "hashes": { - "sha512": "1da3ce936ce34f60ee96aa1faab9fec89f1227152a3c146bbe48a404cb93918f1f8722a6c44afc3eda8a9e4ea6f97a61ad6788da6085aec1816b1c3871e15c9c", - "sha1": "d791c2000b0985bdef906db93b9313319ac47aba" + "sha512": "58c88b1654f3b2d733860aa3358cfa322245f2edc4ee6e79150912bf675c6bdef936f2f4f043a7cc56472a24cdee7f5963b6db2631478446fdcaf14ebc17d94c", + "sha1": "91f302ab9b85016aeb3a9a0e85b80650a1d2e984" }, "required_dependencies": [ - "hYykXjDp", - "ordsPcFz" + "ordsPcFz", + "hYykXjDp" ], - "size": 95351, - "date_published": "2024-09-16T22:23:21.437733Z" + "size": 97943, + "date_published": "2025-04-16T00:24:40.146141Z" }, { "type": "curseforge", - "file_name": "particle_core-0.2.5+1.20.1+forge.jar", + "file_name": "particle_core-0.2.6+1.20.1+forge.jar", "mc_versions": [ "1.20.1" ], @@ -10279,19 +10278,19 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/5729/965/particle_core-0.2.5+1.20.1+forge.jar", - "id": "5729965", + "url": "https://edge.forgecdn.net/files/6427/560/particle_core-0.2.6+1.20.1+forge.jar", + "id": "6427560", "parent_id": "985426", "hashes": { - "sha1": "d791c2000b0985bdef906db93b9313319ac47aba", - "md5": "e8ac337d4436d8b3dfbbb9edf503c338" + "sha1": "91f302ab9b85016aeb3a9a0e85b80650a1d2e984", + "md5": "ac9abf66740c4c6fa0436a369fe446a8" }, "required_dependencies": [ - "351264", - "1005914" + "1005914", + "351264" ], - "size": 95351, - "date_published": "2024-09-16T22:23:18.103Z" + "size": 97943, + "date_published": "2025-04-16T00:24:36.463Z" } ] }, @@ -10756,7 +10755,7 @@ "files": [ { "type": "modrinth", - "file_name": "PuzzlesLib-v8.1.29-1.20.1-Forge.jar", + "file_name": "PuzzlesLib-v8.1.32-1.20.1-Forge.jar", "mc_versions": [ "1.20.1" ], @@ -10764,20 +10763,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/QAGBst4M/versions/pbMkjqgd/PuzzlesLib-v8.1.29-1.20.1-Forge.jar", - "id": "pbMkjqgd", + "url": "https://cdn.modrinth.com/data/QAGBst4M/versions/YFZdsqXl/PuzzlesLib-v8.1.32-1.20.1-Forge.jar", + "id": "YFZdsqXl", "parent_id": "QAGBst4M", "hashes": { - "sha512": "75f2d77e61027b0ea2bd60ca2d5f1b6f7d3e860baad1d8f3955c4d33da7715ece5d028d086e9e34f1faa7c402f1159b9c9285a14e43a29565dea916cda983c53", - "sha1": "6d26b564e8fcc2757e63a735530ed22c345f6279" + "sha512": "f6420b4884583727ee66d7410ce5ad3ce2a5fd9aed49700ea4bba1fd944a4b63d2d3f15a3d0d64afa2ec1aa261f8ef52b6277712c7d19e6dd31ff9d9360f05ae", + "sha1": "1f24a25582fa6bb2569e32401a232ee90d34cc1a" }, "required_dependencies": [], - "size": 1321050, - "date_published": "2025-03-09T12:14:34.855400Z" + "size": 1342204, + "date_published": "2025-04-05T11:23:08.540092Z" }, { "type": "curseforge", - "file_name": "PuzzlesLib-v8.1.29-1.20.1-Forge.jar", + "file_name": "PuzzlesLib-v8.1.32-1.20.1-Forge.jar", "mc_versions": [ "1.20.1" ], @@ -10785,16 +10784,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6283/733/PuzzlesLib-v8.1.29-1.20.1-Forge.jar", - "id": "6283733", + "url": "https://edge.forgecdn.net/files/6387/81/PuzzlesLib-v8.1.32-1.20.1-Forge.jar", + "id": "6387081", "parent_id": "495476", "hashes": { - "sha1": "6d26b564e8fcc2757e63a735530ed22c345f6279", - "md5": "67ab6af1d19c585fedc9f1e44bf91a4d" + "sha1": "1f24a25582fa6bb2569e32401a232ee90d34cc1a", + "md5": "3ca3da58d71c0b14241df38578ffdb22" }, "required_dependencies": [], - "size": 1321050, - "date_published": "2025-03-09T12:14:28.217Z" + "size": 1342204, + "date_published": "2025-04-05T11:23:03.413Z" } ] }, @@ -11042,7 +11041,7 @@ "files": [ { "type": "modrinth", - "file_name": "rhino-forge-2001.2.3-build.6.jar", + "file_name": "rhino-forge-2001.2.3-build.10.jar", "mc_versions": [ "1.20.1" ], @@ -11050,20 +11049,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/sk9knFPE/versions/maCpsT70/rhino-forge-2001.2.3-build.6.jar", - "id": "maCpsT70", + "url": "https://cdn.modrinth.com/data/sk9knFPE/versions/uNALdylI/rhino-forge-2001.2.3-build.10.jar", + "id": "uNALdylI", "parent_id": "sk9knFPE", "hashes": { - "sha512": "5e9f06561b776c472848d0f44461ad4daef64b08db9734ced785fede6198748f785f7ca721f806cf118c995bc43b2807e138845962b43fa2d91d97d972237341", - "sha1": "0c91c1710d7338f139b7cb3465f00590e210139e" + "sha512": "4eb6a635f3eff3baa158539bd55344421cf69b15e28f7da8bf55f370a11c071f3525063a6f81b67fbfca550ad8aaab7e6208df87f65ca6ed2851edd46f032b58", + "sha1": "c83c9b719a6bab33fbd2b3f2f680eb3adbfc1aa1" }, "required_dependencies": [], - "size": 1796600, - "date_published": "2024-08-23T12:53:19.932888Z" + "size": 1798244, + "date_published": "2025-02-12T21:26:49.669723Z" }, { "type": "curseforge", - "file_name": "rhino-forge-2001.2.3-build.6.jar", + "file_name": "rhino-forge-2001.2.3-build.10.jar", "mc_versions": [ "1.20.1" ], @@ -11071,16 +11070,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/5655/836/rhino-forge-2001.2.3-build.6.jar", - "id": "5655836", + "url": "https://edge.forgecdn.net/files/6186/971/rhino-forge-2001.2.3-build.10.jar", + "id": "6186971", "parent_id": "416294", "hashes": { - "sha1": "0c91c1710d7338f139b7cb3465f00590e210139e", - "md5": "c6f376b91e330b5e220541aab5edd92f" + "sha1": "c83c9b719a6bab33fbd2b3f2f680eb3adbfc1aa1", + "md5": "59387620b0ef6becbff02c7c1636ad3e" }, "required_dependencies": [], - "size": 1796600, - "date_published": "2024-08-23T12:53:18.240Z" + "size": 1798244, + "date_published": "2025-02-12T21:26:47.347Z" } ] }, @@ -12053,7 +12052,7 @@ }, { "type": "curseforge", - "file_name": "tfcambiental-1.20.1-3.3.0.jar", + "file_name": "tfcambiental-1.20.1-3.3.1.jar", "mc_versions": [ "1.20.1" ], @@ -12062,16 +12061,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/5313/702/tfcambiental-1.20.1-3.3.0.jar", - "id": "5313702", + "url": "https://edge.forgecdn.net/files/5655/440/tfcambiental-1.20.1-3.3.1.jar", + "id": "5655440", "parent_id": "940350", "hashes": { - "sha1": "e1bc92959d8cbfb1d8f16dc124a14a0709d6aba6", - "md5": "e3a22bddd9fc54081ac5a9ca6bdf1cc7" + "sha1": "0837547febfc05c18e224fd8b3f9ed4eef8eb9de", + "md5": "f057f8e13adacf35c50ae52cf312ee38" }, "required_dependencies": [], - "size": 640033, - "date_published": "2024-05-03T21:24:47.150Z" + "size": 640068, + "date_published": "2024-08-23T09:41:25.543Z" } ] }, @@ -13223,7 +13222,7 @@ "files": [ { "type": "modrinth", - "file_name": "u_team_core-forge-1.20.1-5.1.4.346.jar", + "file_name": "u_team_core-forge-1.20.1-5.1.4.362.jar", "mc_versions": [ "1.20.1" ], @@ -13231,20 +13230,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/g2FGQs4R/versions/6kPqkkwS/u_team_core-forge-1.20.1-5.1.4.346.jar", - "id": "6kPqkkwS", + "url": "https://cdn.modrinth.com/data/g2FGQs4R/versions/E0xcADiW/u_team_core-forge-1.20.1-5.1.4.362.jar", + "id": "E0xcADiW", "parent_id": "g2FGQs4R", "hashes": { - "sha512": "6e81837e5173fd90ce7cda2be7050bf89ffbf298d642118c42c99208188ef608133679c2a87e4a325ecb8d56663db1f5070bd154336a5e0e869c80d7aea151f5", - "sha1": "56082ef86ba5513656bf6e555239ad050d07e1df" + "sha512": "1520395e10bdb017085638a67841425284a04d47379b80a998355629bc8acdb6ed8b1a1afcb0593271cd7839ec33f51de50256f10170590aa6dd1de13f389929", + "sha1": "a620177a6d39cd34ee4ed62f2dd66e2b2e1c64f5" }, "required_dependencies": [], "size": 587603, - "date_published": "2025-01-03T19:56:10.459519Z" + "date_published": "2025-04-06T17:57:40.320455Z" }, { "type": "curseforge", - "file_name": "u_team_core-forge-1.20.1-5.1.4.346.jar", + "file_name": "u_team_core-forge-1.20.1-5.1.4.362.jar", "mc_versions": [ "1.20.1" ], @@ -13252,16 +13251,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6050/182/u_team_core-forge-1.20.1-5.1.4.346.jar", - "id": "6050182", + "url": "https://edge.forgecdn.net/files/6392/410/u_team_core-forge-1.20.1-5.1.4.362.jar", + "id": "6392410", "parent_id": "273744", "hashes": { - "sha1": "56082ef86ba5513656bf6e555239ad050d07e1df", - "md5": "caa53c17a04f92025d147b8e6556fcd1" + "sha1": "a620177a6d39cd34ee4ed62f2dd66e2b2e1c64f5", + "md5": "71db48cee765cb109c393da532fa062b" }, "required_dependencies": [], "size": 587603, - "date_published": "2025-01-03T19:56:09.753Z" + "date_published": "2025-04-06T17:57:37.050Z" } ] }, @@ -13284,7 +13283,7 @@ "files": [ { "type": "modrinth", - "file_name": "UniLib-1.0.5+1.20.1-forge.jar", + "file_name": "UniLib-1.0.6+1.20.1-forge.jar", "mc_versions": [ "1.20", "1.20.1" @@ -13294,20 +13293,20 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/nT86WUER/versions/Q5oirb2U/UniLib-1.0.5+1.20.1-forge.jar", - "id": "Q5oirb2U", + "url": "https://cdn.modrinth.com/data/nT86WUER/versions/VHNcPnYG/UniLib-1.0.6+1.20.1-forge.jar", + "id": "VHNcPnYG", "parent_id": "nT86WUER", "hashes": { - "sha512": "47a86b45a41df7704e096d788bda23082b9742b85ca394991474d619b9196076d5e2958465efb90814a5bfc3acb28ea15a8c9373d672bf3ecf26632ec8b39041", - "sha1": "1ffef0d813d911d44105ea9e63dde970edee018e" + "sha512": "07edc0328a069145222148859c50c9c964c6248911dad104dfcecbb109c6cd53af912654388eb970cd194a9f67c2f17ff21439ccdb46cfd441535d43c886aac8", + "sha1": "04548f18aadced65d2962be0a3a15eea49189c41" }, "required_dependencies": [], - "size": 1045910, - "date_published": "2025-01-14T21:30:43.137872Z" + "size": 1626977, + "date_published": "2025-04-21T18:26:25.495112Z" }, { "type": "curseforge", - "file_name": "UniLib-1.0.5+1.20.1-forge.jar", + "file_name": "UniLib-1.0.6+1.20.1-forge.jar", "mc_versions": [ "1.20.1", "1.20" @@ -13317,16 +13316,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6087/784/UniLib-1.0.5+1.20.1-forge.jar", - "id": "6087784", + "url": "https://edge.forgecdn.net/files/6448/929/UniLib-1.0.6+1.20.1-forge.jar", + "id": "6448929", "parent_id": "1056812", "hashes": { - "sha1": "1ffef0d813d911d44105ea9e63dde970edee018e", - "md5": "a5a75873d8138aa46decbdd733b3c244" + "sha1": "04548f18aadced65d2962be0a3a15eea49189c41", + "md5": "829173f9fd03d28cb8f486de74add028" }, "required_dependencies": [], - "size": 1045910, - "date_published": "2025-01-14T21:30:24.660Z" + "size": 1626977, + "date_published": "2025-04-21T18:26:05.427Z" } ] }, @@ -13412,31 +13411,9 @@ "modrinth": "1bokaNcj" }, "files": [ - { - "type": "curseforge", - "file_name": "Xaeros_Minimap_24.7.1_Forge_1.20.jar", - "mc_versions": [ - "1.20.1", - "1.20" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6012/833/Xaeros_Minimap_24.7.1_Forge_1.20.jar", - "id": "6012833", - "parent_id": "263420", - "hashes": { - "sha1": "b1108546e4adad0d84401af546b9ed987b3fc437", - "md5": "c29078689ae23ddf4ded23b8b13d0727" - }, - "required_dependencies": [], - "size": 1621195, - "date_published": "2024-12-22T10:01:28.163Z" - }, { "type": "modrinth", - "file_name": "Xaeros_Minimap_24.7.1_Forge_1.20.jar", + "file_name": "Xaeros_Minimap_25.2.0_Forge_1.20.jar", "mc_versions": [ "1.20", "1.20.1" @@ -13445,16 +13422,38 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/1bokaNcj/versions/sr50tbXn/Xaeros_Minimap_24.7.1_Forge_1.20.jar", - "id": "sr50tbXn", + "url": "https://cdn.modrinth.com/data/1bokaNcj/versions/uhCZlwOM/Xaeros_Minimap_25.2.0_Forge_1.20.jar", + "id": "uhCZlwOM", "parent_id": "1bokaNcj", "hashes": { - "sha512": "8e82015a0307e854c18ff6b92f9fdfc17c2339631c9ecc02cdb9882d0826f558e50770022728f7c0c666ef2b5485824dd1abd9afed67024801e88341d40e5547", - "sha1": "b1108546e4adad0d84401af546b9ed987b3fc437" + "sha512": "ca1c0506a84122888f284702ecd3dbf2de32f9a46886bb2bb93884bb238aae5ee856dc77ed7aac3c84918a33fceae2715ff2bbd50eda88e171d15f97fbdab8be", + "sha1": "a68019d24a8dc4fb0e9d1b958f5473cde7f6db8c" }, "required_dependencies": [], - "size": 1621195, - "date_published": "2024-12-22T10:29:10.503180Z" + "size": 1704129, + "date_published": "2025-03-15T09:01:35.690870Z" + }, + { + "type": "curseforge", + "file_name": "Xaeros_Minimap_25.2.0_Forge_1.20.jar", + "mc_versions": [ + "1.20.1", + "1.20" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6306/152/Xaeros_Minimap_25.2.0_Forge_1.20.jar", + "id": "6306152", + "parent_id": "263420", + "hashes": { + "sha1": "a68019d24a8dc4fb0e9d1b958f5473cde7f6db8c", + "md5": "e606d37df7888b3b4806712ec6095a82" + }, + "required_dependencies": [], + "size": 1704129, + "date_published": "2025-03-15T08:42:30.867Z" } ] }, @@ -13477,7 +13476,7 @@ "files": [ { "type": "modrinth", - "file_name": "XaerosWorldMap_1.39.2_Forge_1.20.jar", + "file_name": "XaerosWorldMap_1.39.4_Forge_1.20.jar", "mc_versions": [ "1.20", "1.20.1" @@ -13486,20 +13485,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/NcUtCpym/versions/3Wmpi0tR/XaerosWorldMap_1.39.2_Forge_1.20.jar", - "id": "3Wmpi0tR", + "url": "https://cdn.modrinth.com/data/NcUtCpym/versions/SMViC4Yw/XaerosWorldMap_1.39.4_Forge_1.20.jar", + "id": "SMViC4Yw", "parent_id": "NcUtCpym", "hashes": { - "sha512": "b719fba032ad51dd390a9d3906c801d17aa6dc88106b37a78f230144f3f435c35f0a0f3fc3193d199d09146800c11b64194b6aa246c7e3135b4d32c564c5cb90", - "sha1": "75fa377a33128aa0f294b310838032ddd697810f" + "sha512": "2b1060839325fd90ced491d7e58306d0473c616fcf7ca9714b70719bac03e0a2d37fd1b9ceca1ff37167b88527ee935e7b715a07486e430a26b26f953e3bb721", + "sha1": "cb2027cd4cb87704750c666205d16b6a0234a63d" }, "required_dependencies": [], - "size": 931860, - "date_published": "2024-12-13T08:34:56.041590Z" + "size": 933184, + "date_published": "2025-02-20T09:44:39.875266Z" }, { "type": "curseforge", - "file_name": "XaerosWorldMap_1.39.2_Forge_1.20.jar", + "file_name": "XaerosWorldMap_1.39.4_Forge_1.20.jar", "mc_versions": [ "1.20.1", "1.20" @@ -13508,16 +13507,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/5987/149/XaerosWorldMap_1.39.2_Forge_1.20.jar", - "id": "5987149", + "url": "https://edge.forgecdn.net/files/6212/636/XaerosWorldMap_1.39.4_Forge_1.20.jar", + "id": "6212636", "parent_id": "317780", "hashes": { - "sha1": "75fa377a33128aa0f294b310838032ddd697810f", - "md5": "d052e96d54415b5073acec65ae548245" + "sha1": "cb2027cd4cb87704750c666205d16b6a0234a63d", + "md5": "3da6919fb4f0c993772c073d787403e1" }, "required_dependencies": [], - "size": 931860, - "date_published": "2024-12-13T08:18:53.190Z" + "size": 933184, + "date_published": "2025-02-20T09:16:59.333Z" } ] }, @@ -13601,7 +13600,7 @@ "files": [ { "type": "modrinth", - "file_name": "YetAnotherConfigLib-3.6.2+1.20.1-forge.jar", + "file_name": "yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar", "mc_versions": [ "1.20", "1.20.1" @@ -13610,22 +13609,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/1eAoo2KR/versions/PI0hRkb0/YetAnotherConfigLib-3.6.2+1.20.1-forge.jar", - "id": "PI0hRkb0", + "url": "https://cdn.modrinth.com/data/1eAoo2KR/versions/sCWgXDYQ/yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar", + "id": "sCWgXDYQ", "parent_id": "1eAoo2KR", "hashes": { - "sha512": "c77f4cea583cbb4e057950e2a900916c4f0615a6a84173f7fc8185a5f73967bc43b543ef83a54d7e31be0909ce8616465ee321a1e07b8d5cb6c2f10077e50505", - "sha1": "044fe3b2bd50d2a00d07bd44a2cbdd677617786e" + "sha512": "7fdd923ae94c1ada9bf0524f21cdfbb4f870ea93b26d02f369829585892fc5a2f61e60f43a6686ee611ff11bde8f123f178279e2de453c8fb320264153a0e8d9", + "sha1": "644731e321c53a35a0b3177a3cc6347fe38002f4" }, - "required_dependencies": [ - "P7dR8mSH" - ], - "size": 1111897, - "date_published": "2024-12-04T21:02:46.112031Z" + "required_dependencies": [], + "size": 1105891, + "date_published": "2025-03-23T19:12:55.655767Z" }, { "type": "curseforge", - "file_name": "YetAnotherConfigLib-3.6.2+1.20.1-forge.jar", + "file_name": "yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar", "mc_versions": [ "1.20.1", "1.20" @@ -13634,18 +13631,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/5963/252/YetAnotherConfigLib-3.6.2+1.20.1-forge.jar", - "id": "5963252", + "url": "https://edge.forgecdn.net/files/6336/646/yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar", + "id": "6336646", "parent_id": "667299", "hashes": { - "sha1": "044fe3b2bd50d2a00d07bd44a2cbdd677617786e", - "md5": "e8bb7648a2bc6f0108e363f6826f77b8" + "sha1": "644731e321c53a35a0b3177a3cc6347fe38002f4", + "md5": "2437cb642e24726a83f864e345f24479" }, - "required_dependencies": [ - "306612" - ], - "size": 1111897, - "date_published": "2024-12-04T21:02:45.487Z" + "required_dependencies": [], + "size": 1105891, + "date_published": "2025-03-23T19:12:56.087Z" } ] }, From f48474a8496c8948a655d98d44e05dd2c12393a4 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 13:37:06 +0100 Subject: [PATCH 26/80] added tfc-caelum and caelum --- config/tfccaelum-common.toml | 191 +++++++++++++++++++++++++++++++++++ pakku-lock.json | 136 +++++++++++++++++++++++++ 2 files changed, 327 insertions(+) create mode 100644 config/tfccaelum-common.toml diff --git a/config/tfccaelum-common.toml b/config/tfccaelum-common.toml new file mode 100644 index 000000000..f56f08cc2 --- /dev/null +++ b/config/tfccaelum-common.toml @@ -0,0 +1,191 @@ + +[general] + #Enable rainbows + enableRainbow = true + #Enable planets + enablePlanets = true + #Enable monsters spawning on the surface during a blood moon event? Overwrites TFC's config for surface monsters + enableBloodmoonSurfaceMonsters = false + #Enable sun blindness? Looking at the sun for too long will make you blind for a period + enableSunBlindness = false + #Amount of days per real Earth month + #Range: 0.0 ~ 1.7976931348623157E308 + averageDaysPerMonth = 30.436875 + #Synodic period of the moon in days + #Range: 0.0 ~ 1.7976931348623157E308 + moonOrbitalPeriod = 29.530588 + #Moon scale factor + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + moonScale = 1.0 + #Sun scale factor + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + sunScale = 0.725 + #Planet scale factor + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + planetScale = 1.0 + #Planet distance factor + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + planetDistance = 1.0 + #Planet orbit velocity factor + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + planetOrbit = 1.0 + #Seasonal tilt of Earth + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + earthSeasonalTilt = 23.44 + #Bloodmoon spawn count multiplier + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + bloodmoonSpawnCountMultiplier = 1.0 + #Average inclination to Earth equator for the Moon (in degrees). + #The closer to 0 this value is, the more frequent lunar and solar eclipses will be + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + moonEarthEquatorInclination = 23.43 + #Diameter of Mercury (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + mercuryDiameter = 4879.0 + #Diameter of Venus (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + venusDiameter = 12104.0 + #Diameter of Earth (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + earthDiameter = 12742.0 + #Diameter of Mars (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + marsDiameter = 6792.0 + #Diameter of Jupiter (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + jupiterDiameter = 142984.0 + #Diameter of Saturn (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + saturnDiameter = 120536.0 + #Diameter of Uranus (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + uranusDiameter = 51118.0 + #Diameter of Neptune (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + neptuneDiameter = 49528.0 + #Diameter of Pluto (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + plutoDiameter = 2376.0 + #Tropical orbit period for Mercury (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + mercuryOrbitalPeriod = 87.968 + #Tropical orbit period for Venus (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + venusOrbitalPeriod = 224.695 + #Tropical orbit period for Earth (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + earthOrbitalPeriod = 365.242 + #Tropical orbit period for Mars (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + marsOrbitalPeriod = 779.94 + #Tropical orbit period for Jupiter (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + jupiterOrbitalPeriod = 4330.595 + #Tropical orbit period for Saturn (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + saturnOrbitalPeriod = 10746.94 + #Tropical orbit period for Uranus (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + uranusOrbitalPeriod = 30588.74 + #Tropical orbit period for Neptune (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + neptuneOrbitalPeriod = 59799.9 + #Sidereal orbit period for Pluto (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + plutoOrbitalPeriod = 90560.0 + #Semi major axis for Mercury (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + mercurySemiMajorAxis = 57.909 + #Semi major axis for Venus (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + venusSemiMajorAxis = 108.21 + #Semi major axis for Earth (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + earthSemiMajorAxis = 149.598 + #Semi major axis for Mars (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + marsSemiMajorAxis = 227.956 + #Semi major axis for Jupiter (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + jupiterSemiMajorAxis = 778.479 + #Semi major axis for Saturn (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + saturnSemiMajorAxis = 1432.041 + #Semi major axis for Uranus (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + uranusSemiMajorAxis = 2867.043 + #Semi major axis for Neptune (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + neptuneSemiMajorAxis = 4514.953 + #Semi major axis for Pluto (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + plutoSemiMajorAxis = 5869.656 + #Synodic period for Mercury (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + mercurySynodicPeriod = 115.88 + #Synodic period for Venus (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + venusSynodicPeriod = 583.92 + #Synodic period for Mars (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + marsSynodicPeriod = 779.94 + #Synodic period for Jupiter (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + jupiterSynodicPeriod = 4330.595 + #Synodic period for Saturn (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + saturnSynodicPeriod = 378.09 + #Synodic period for Uranus (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + uranusSynodicPeriod = 369.66 + #Synodic period for Neptune (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + neptuneSynodicPeriod = 367.49 + #Synodic period for Pluto (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + plutoSynodicPeriod = 366.73 + #Ecliptic plane for Mercury (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + mercuryEclipticPlane = 7.004 + #Ecliptic plane for Venus (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + venusEclipticPlane = 3.395 + #Ecliptic plane for Mars (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + marsEclipticPlane = 1.848 + #Ecliptic plane for Jupiter (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + jupiterEclipticPlane = 1.304 + #Ecliptic plane for Saturn (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + saturnEclipticPlane = 2.486 + #Ecliptic plane for Uranus (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + uranusEclipticPlane = 0.77 + #Ecliptic plane for Neptune (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + neptuneEclipticPlane = 1.77 + #Ecliptic plane for Pluto (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + plutoEclipticPlane = 17.16 + #Enable auroras + enableAurora = true + #The maximum aurora bands that will be rendered + #Range: 0 ~ 3 + maxBands = 3 + +[debug] + #When enabled, prints debug values to console. + enableDebug = false + #x value factor. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + xFactor = 0.0 + #y value factor. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + yFactor = 0.0 + #z value factor. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + zFactor = 0.0 + #Toggle blend. + enableBlend = false + diff --git a/pakku-lock.json b/pakku-lock.json index f74d3540d..7d856b5d2 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -1963,6 +1963,69 @@ } ] }, + { + "pakku_id": "vBb8GNgsYQrf2uAx", + "type": "MOD", + "side": "CLIENT", + "slug": { + "curseforge": "caelum", + "modrinth": "caelum" + }, + "name": { + "curseforge": "Caelum", + "modrinth": "Caelum" + }, + "id": { + "curseforge": "556708", + "modrinth": "Xkw3TXqP" + }, + "files": [ + { + "type": "curseforge", + "file_name": "caelum-1.20.1-2.0.0.0.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "neoforge", + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/4674/619/caelum-1.20.1-2.0.0.0.jar", + "id": "4674619", + "parent_id": "556708", + "hashes": { + "sha1": "8b1980f2a91599aea95fecd646b8bc265df7786f", + "md5": "dc2b023ca9c05dcde9ea8260d0dfee4c" + }, + "required_dependencies": [], + "size": 263769, + "date_published": "2023-07-31T16:31:55.127Z" + }, + { + "type": "modrinth", + "file_name": "caelum-1.20.1-2.0.0.0.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge", + "neoforge" + ], + "release_type": "release", + "url": "https://cdn.modrinth.com/data/Xkw3TXqP/versions/7JGuqBG4/caelum-1.20.1-2.0.0.0.jar", + "id": "7JGuqBG4", + "parent_id": "Xkw3TXqP", + "hashes": { + "sha512": "0e22325ba35525201a278de0ec510c38e8c209796a5728ce625d4f57205e79bb726777915c4fe7e83664447849b5802868f213b9215ca491559af84b7e31b28e", + "sha1": "8b1980f2a91599aea95fecd646b8bc265df7786f" + }, + "required_dependencies": [], + "size": 263769, + "date_published": "2023-07-31T16:36:13.789465Z" + } + ] + }, { "pakku_id": "WvU533IgjamjCFtT", "pakku_links": [ @@ -12115,6 +12178,79 @@ } ] }, + { + "pakku_id": "KjHB7GWMa33dK68q", + "pakku_links": [ + "vBb8GNgsYQrf2uAx", + "F6H99cZ4H6jZRpEK" + ], + "type": "MOD", + "side": "BOTH", + "slug": { + "curseforge": "tfc-caelum", + "modrinth": "tfc-caelum" + }, + "name": { + "curseforge": "TFC Caelum", + "modrinth": "TFC Caelum" + }, + "id": { + "curseforge": "999031", + "modrinth": "WYvV2Kci" + }, + "files": [ + { + "type": "curseforge", + "file_name": "TFCCaelum-1.20.1-1.2.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "neoforge", + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/5307/466/TFCCaelum-1.20.1-1.2.jar", + "id": "5307466", + "parent_id": "999031", + "hashes": { + "sha1": "114e10e497503f5ff4cb13850a8dec9bb9f4d625", + "md5": "34b54a06f4f45ccf54edc65cb48b6c89" + }, + "required_dependencies": [ + "556708", + "302973" + ], + "size": 414939, + "date_published": "2024-05-01T15:13:08.827Z" + }, + { + "type": "modrinth", + "file_name": "TFCCaelum-1.20.1-1.2.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge", + "neoforge" + ], + "release_type": "beta", + "url": "https://cdn.modrinth.com/data/WYvV2Kci/versions/wSasbQOH/TFCCaelum-1.20.1-1.2.jar", + "id": "wSasbQOH", + "parent_id": "WYvV2Kci", + "hashes": { + "sha512": "f1c7153fc07da59677183f9967ca16e189bcf38d961b03931f100b141e9a10ef684dd1d71a6cf8d27cd3d8ceef7670db25d3b6c398f835387ca8ee8936ea0303", + "sha1": "114e10e497503f5ff4cb13850a8dec9bb9f4d625" + }, + "required_dependencies": [ + "JaCEZUhg", + "Xkw3TXqP" + ], + "size": 414939, + "date_published": "2024-08-28T14:04:28.731777Z" + } + ] + }, { "pakku_id": "Gq0f388dnqOU5Dnz", "type": "MOD", From a478baa1a47a229dc9badb28cfa58d5525dbf2bf Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 13:38:28 +0100 Subject: [PATCH 27/80] remove better-biome-reblend and model-gap-fix --- pakku-lock.json | 136 ------------------------------------------------ 1 file changed, 136 deletions(-) diff --git a/pakku-lock.json b/pakku-lock.json index 7d856b5d2..8388d237c 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -1327,80 +1327,6 @@ } ] }, - { - "pakku_id": "BlX16Sv4PU9CrHXV", - "type": "MOD", - "side": "CLIENT", - "slug": { - "curseforge": "better-biome-reblend", - "modrinth": "bbrb" - }, - "name": { - "curseforge": "Better Biome Reblend", - "modrinth": "Better Biome Reblend" - }, - "id": { - "curseforge": "1018276", - "modrinth": "Xh8hkQmD" - }, - "files": [ - { - "type": "modrinth", - "file_name": "betterbiomeblend-1.4.2.jar", - "mc_versions": [ - "1.20", - "1.20.1", - "1.20.2", - "1.20.3", - "1.20.4", - "1.20.5", - "1.20.6" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/Xh8hkQmD/versions/FBM8BqFa/betterbiomeblend-1.4.2.jar", - "id": "FBM8BqFa", - "parent_id": "Xh8hkQmD", - "hashes": { - "sha512": "f3ed0ae1d5c6940f04ba77087f128919c7ec0bb1d98965a967e8ce8a733f90efed4e620f428522579ea8a4fb1b07fe8b750cb6776c6399c0f71a686406cf204e", - "sha1": "02cb03cfd38763177928855083207e8381bf659f" - }, - "required_dependencies": [], - "size": 54314, - "date_published": "2024-05-21T23:33:56.785624Z" - }, - { - "type": "curseforge", - "file_name": "betterbiomeblend-1.4.2.jar", - "mc_versions": [ - "1.20.2", - "1.20.5", - "1.20.3", - "1.20.1", - "1.20", - "1.20.6", - "1.20.4" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/5362/745/betterbiomeblend-1.4.2.jar", - "id": "5362745", - "parent_id": "1018276", - "hashes": { - "sha1": "02cb03cfd38763177928855083207e8381bf659f", - "md5": "2381ec29c676484732f7243d1da2db47" - }, - "required_dependencies": [], - "size": 54314, - "date_published": "2024-05-21T23:35:18.680Z" - } - ] - }, { "pakku_id": "ySlgxfqolWwH2GXk", "type": "MOD", @@ -9095,68 +9021,6 @@ } ] }, - { - "pakku_id": "LygBbX5d2RFkLrzE", - "type": "MOD", - "side": "CLIENT", - "slug": { - "curseforge": "model-gap-fix", - "modrinth": "modelfix" - }, - "name": { - "curseforge": "Model Gap Fix", - "modrinth": "Model Gap Fix" - }, - "id": { - "curseforge": "676136", - "modrinth": "QdG47OkI" - }, - "files": [ - { - "type": "modrinth", - "file_name": "modelfix-1.15.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/QdG47OkI/versions/og4A1nN8/modelfix-1.15.jar", - "id": "og4A1nN8", - "parent_id": "QdG47OkI", - "hashes": { - "sha512": "b46d6b507b12c63a6fa96ca0571c1b94fc6525e48fdfdbcaa018aa3c4a4801da5c4bb80a173f7cca04b1591854147260163716e25041363b8640f20ff1c736d4", - "sha1": "5bdda0781bf9dfb5f992a7aa2bee64d5d3fe0b84" - }, - "required_dependencies": [], - "size": 45246, - "date_published": "2024-03-21T17:21:41.435809Z" - }, - { - "type": "curseforge", - "file_name": "modelfix-1.15.jar", - "mc_versions": [ - "1.20.1", - "1.20" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/5200/949/modelfix-1.15.jar", - "id": "5200949", - "parent_id": "676136", - "hashes": { - "sha1": "5bdda0781bf9dfb5f992a7aa2bee64d5d3fe0b84", - "md5": "9afd060094be1353e818bd2b7c249cc9" - }, - "required_dependencies": [], - "size": 45246, - "date_published": "2024-03-21T17:21:36.727Z" - } - ] - }, { "pakku_id": "14yvPa78Z5Fni5hX", "type": "MOD", From 294c4ed59db7b05e0e73e6f4bc4305bc57a5abcb Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 14:00:58 +0100 Subject: [PATCH 28/80] slime now smelts into glue --- kubejs/server_scripts/gregtech/recipes.removes.js | 2 ++ kubejs/server_scripts/minecraft/recipes.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/kubejs/server_scripts/gregtech/recipes.removes.js b/kubejs/server_scripts/gregtech/recipes.removes.js index e2bf5f384..0ba83cb63 100644 --- a/kubejs/server_scripts/gregtech/recipes.removes.js +++ b/kubejs/server_scripts/gregtech/recipes.removes.js @@ -611,4 +611,6 @@ function removeGTCEURecipes(event) { event.remove({ id: 'gtceu:chemical_reactor/ghast_tear_separation' }) event.remove({ id: 'gtceu:compressor/bricks' }) + + event.remove({ id: 'gtceu:smelting/sticky_resin_from_slime' }) } diff --git a/kubejs/server_scripts/minecraft/recipes.js b/kubejs/server_scripts/minecraft/recipes.js index 4f91ab922..69f22fddd 100644 --- a/kubejs/server_scripts/minecraft/recipes.js +++ b/kubejs/server_scripts/minecraft/recipes.js @@ -972,4 +972,6 @@ const registerMinecraftRecipes = (event) => { D: '#forge:storage_blocks/coal', }).id('tfg:campfire_coal') //#endregion + + event.smelting('tfc:glue', 'minecraft:slime_ball').id('tfg:smelting/slime_to_glue') } From 61252b01ce46ba544e3e348daddb97dd96dfc734 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 14:11:51 +0100 Subject: [PATCH 29/80] updated changelog --- CHANGELOG.md | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 751418ed5..46414c187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,28 +2,38 @@ ## [Unreleased] ### Changes +- Fixed mining machines not working - Fixed kaolin clay not generating in the overworld -- Changed some quests based on feedback -- Added recipes for digger helmet upgrades - Updated field guide for 0.9 (oosyrag) - Added speed boost to nanosuit leggings (SverhRazum-Nah) - Updated max capacity of small vessel and crucible to be multiples of 144 (oosyrag) +- Added support for more armor trims from gems (Redeix) +- Added fishing nets (Redeix) +- Added more cloth alternatives (Redeix) +- Fixed milk curdling and olive oil recipes to be consistent with barrels/vats (TomPlop) +- Added universal circuits (from monifactory) for easier ae2 pattern upgrading (TomPlop) +- Added brine and vinegar recipes to GT machines (TomPlop) +- Changed some quests based on feedback +- Added recipes for digger helmet upgrades - You can no longer use a blowpipe to hold hot ingots, but tongs have been buffed 6x instead +- You can no longer pick up regular ice with a saw to prevent moving around water sources, but you can craft packed ice instead if you need to cool off - Added a temporary fix for the ULS-MV millstones/crushing wheels voiding poor raw ores +- Added a temporary fix for the mechanical mixer needing a programmed circuit item to work (craft them out of sticks) - Fixed a duping exploit involving metal plated blocks - Fixed some recipes that were using the wrong wrench tag -- Fixed mining machines not working -- Removed recipes for firmalife sprinklers. Use gt pipes instead, those can go through sprinkler walls now, and put your sprinklers on drums/fluid tanks/barrels +- Added an earlier way to get paracetamol (cures gregtech hazards) +- Removed recipes for firmalife sprinklers. Use GT pipes instead, those count as greenhouse walls now, and put your sprinklers on drums/fluid tanks/barrels - Buffed the mixer glowstone recipe - Nerfed kapok growth speed a little - Added recipes to turn more things into biomass - Added recipe to turn saplings into sticks - Changed mud brick recipes to not require mortar any more - Fixed not being able to pick up spring water or put it in a mixing bowl -- Buffed hot or not insulation items by x3 -- Nerfed rotation speed controller recipe -- Now you can put construction wands on tool racks -- Buffed nether mob loot tables +- Changed rotation speed controller recipe +- Now you can put many more things on tool racks +- Buffed some nether mob loot tables +- Buffed piglin bartering table +- Buffed string from cobwebs, TFC shears now work on them too - The overworld graphite vein now spawns in every stone type - Granitic/basaltic mineral sand is now usable for iron in primitive age - Fixed butchery knives missing anvil recipes @@ -33,11 +43,14 @@ - Fixed red alloy/tin alloy double ingots not needing to be heated for anvil recipes - Long distance item/fluid pipes now need HV - Kaolin patches now spawn less often in lush cave biomes -- You can no longer pick up regular ice with a saw to prevent moving around water sources, but you can craft packed ice instead if you need to cool off - Hid the xp bar because xp isn't used for anything - Fixed visual workbench not working with tfc workbenches - Removed adjustable chain gearshift and half of create:connected because they let you get around greate's restrictions - Added recipe for vanilla campfire for people who like smoke particles +- Fixed AoE tools in bastion chests not having the AoE property +- Fixed various decorative glass block/pane recipes to be consistent +- Bricks and flagstones now use a cutter instead of an assembler +- Slimeballs now smelt into glue - Removed some more duplicate recipes for vanilla items - Hid some more things in JEI that aren't craftable From bf3bde4b16b928f0f248673cf6c60a0f36a39185 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 14:31:35 +0100 Subject: [PATCH 30/80] quest fixes --- .../quests/chapters/ore_processing.snbt | 11 +---- .../quests/chapters/questssteam_age.snbt | 11 +---- .../quests/chapters/questsstoneage.snbt | 45 ++----------------- 3 files changed, 5 insertions(+), 62 deletions(-) diff --git a/config/ftbquests/quests/chapters/ore_processing.snbt b/config/ftbquests/quests/chapters/ore_processing.snbt index 5c7500e19..b567a0bb4 100644 --- a/config/ftbquests/quests/chapters/ore_processing.snbt +++ b/config/ftbquests/quests/chapters/ore_processing.snbt @@ -3,16 +3,7 @@ default_quest_shape: "" filename: "ore_processing" group: "19428C6E7A36D463" - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "gtceu:crushed_iron_ore" - } + icon: "gtceu:crushed_iron_ore" id: "24C1683140DBB5F2" order_index: 4 quest_links: [ ] diff --git a/config/ftbquests/quests/chapters/questssteam_age.snbt b/config/ftbquests/quests/chapters/questssteam_age.snbt index 29d5fa410..a11160062 100644 --- a/config/ftbquests/quests/chapters/questssteam_age.snbt +++ b/config/ftbquests/quests/chapters/questssteam_age.snbt @@ -971,16 +971,7 @@ ] dependency_requirement: "one_completed" description: ["{quests.steam_age.red_alloy.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "gtceu:red_alloy_ingot" - } + icon: "gtceu:red_alloy_ingot" id: "781C6AD30194CB45" shape: "square" size: 1.0d diff --git a/config/ftbquests/quests/chapters/questsstoneage.snbt b/config/ftbquests/quests/chapters/questsstoneage.snbt index 372346e1a..c32d21551 100644 --- a/config/ftbquests/quests/chapters/questsstoneage.snbt +++ b/config/ftbquests/quests/chapters/questsstoneage.snbt @@ -306,12 +306,6 @@ ] icon: { Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } id: "gtceu:copper_saw" tag: { DisallowContainerItem: 0b @@ -1322,12 +1316,6 @@ ] icon: { Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } id: "gtceu:copper_pickaxe" tag: { DisallowContainerItem: 0b @@ -2091,16 +2079,7 @@ { dependencies: ["5E186CD5E83BFDF0"] description: ["{quests.stone_age.crush_ore.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "gtceu:crushed_copper_ore" - } + icon: "gtceu:crushed_copper_ore" id: "2621BF784BEB7033" subtitle: "{quests.stone_age.crush_ore.subtitle}" tasks: [{ @@ -2122,16 +2101,7 @@ { dependencies: ["2621BF784BEB7033"] description: ["{quests.stone_age.crush_crushed_ore.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "gtceu:impure_copper_dust" - } + icon: "gtceu:impure_copper_dust" id: "050444CE0EA04FDF" subtitle: "{quests.stone_age.crush_crushed_ore.subtitle}" tasks: [ @@ -2168,16 +2138,7 @@ { dependencies: ["050444CE0EA04FDF"] description: ["{quests.stone_age.clean_dust.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "gtceu:copper_dust" - } + icon: "gtceu:copper_dust" id: "3462FD6E24F9BE0B" subtitle: "{quests.stone_age.clean_dust.subtitle}" tasks: [{ From 61bcac2693671fe63270d32b5c8252b56adc8184 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 15:19:44 +0100 Subject: [PATCH 31/80] quest fixes --- .../quests/chapters/ore_processing.snbt | 11 ++++- .../quests/chapters/questssteam_age.snbt | 11 ++++- .../quests/chapters/questsstoneage.snbt | 45 +++++++++++++++++-- 3 files changed, 62 insertions(+), 5 deletions(-) diff --git a/config/ftbquests/quests/chapters/ore_processing.snbt b/config/ftbquests/quests/chapters/ore_processing.snbt index b567a0bb4..5c7500e19 100644 --- a/config/ftbquests/quests/chapters/ore_processing.snbt +++ b/config/ftbquests/quests/chapters/ore_processing.snbt @@ -3,7 +3,16 @@ default_quest_shape: "" filename: "ore_processing" group: "19428C6E7A36D463" - icon: "gtceu:crushed_iron_ore" + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:crushed_iron_ore" + } id: "24C1683140DBB5F2" order_index: 4 quest_links: [ ] diff --git a/config/ftbquests/quests/chapters/questssteam_age.snbt b/config/ftbquests/quests/chapters/questssteam_age.snbt index a11160062..29d5fa410 100644 --- a/config/ftbquests/quests/chapters/questssteam_age.snbt +++ b/config/ftbquests/quests/chapters/questssteam_age.snbt @@ -971,7 +971,16 @@ ] dependency_requirement: "one_completed" description: ["{quests.steam_age.red_alloy.desc}"] - icon: "gtceu:red_alloy_ingot" + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:red_alloy_ingot" + } id: "781C6AD30194CB45" shape: "square" size: 1.0d diff --git a/config/ftbquests/quests/chapters/questsstoneage.snbt b/config/ftbquests/quests/chapters/questsstoneage.snbt index c32d21551..372346e1a 100644 --- a/config/ftbquests/quests/chapters/questsstoneage.snbt +++ b/config/ftbquests/quests/chapters/questsstoneage.snbt @@ -306,6 +306,12 @@ ] icon: { Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } id: "gtceu:copper_saw" tag: { DisallowContainerItem: 0b @@ -1316,6 +1322,12 @@ ] icon: { Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } id: "gtceu:copper_pickaxe" tag: { DisallowContainerItem: 0b @@ -2079,7 +2091,16 @@ { dependencies: ["5E186CD5E83BFDF0"] description: ["{quests.stone_age.crush_ore.desc}"] - icon: "gtceu:crushed_copper_ore" + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:crushed_copper_ore" + } id: "2621BF784BEB7033" subtitle: "{quests.stone_age.crush_ore.subtitle}" tasks: [{ @@ -2101,7 +2122,16 @@ { dependencies: ["2621BF784BEB7033"] description: ["{quests.stone_age.crush_crushed_ore.desc}"] - icon: "gtceu:impure_copper_dust" + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:impure_copper_dust" + } id: "050444CE0EA04FDF" subtitle: "{quests.stone_age.crush_crushed_ore.subtitle}" tasks: [ @@ -2138,7 +2168,16 @@ { dependencies: ["050444CE0EA04FDF"] description: ["{quests.stone_age.clean_dust.desc}"] - icon: "gtceu:copper_dust" + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:copper_dust" + } id: "3462FD6E24F9BE0B" subtitle: "{quests.stone_age.clean_dust.subtitle}" tasks: [{ From 6a8e763c364744d292d966fd299131071966a908 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 15:20:23 +0100 Subject: [PATCH 32/80] Revert "quest fixes" This reverts commit 61bcac2693671fe63270d32b5c8252b56adc8184. --- .../quests/chapters/ore_processing.snbt | 11 +---- .../quests/chapters/questssteam_age.snbt | 11 +---- .../quests/chapters/questsstoneage.snbt | 45 ++----------------- 3 files changed, 5 insertions(+), 62 deletions(-) diff --git a/config/ftbquests/quests/chapters/ore_processing.snbt b/config/ftbquests/quests/chapters/ore_processing.snbt index 5c7500e19..b567a0bb4 100644 --- a/config/ftbquests/quests/chapters/ore_processing.snbt +++ b/config/ftbquests/quests/chapters/ore_processing.snbt @@ -3,16 +3,7 @@ default_quest_shape: "" filename: "ore_processing" group: "19428C6E7A36D463" - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "gtceu:crushed_iron_ore" - } + icon: "gtceu:crushed_iron_ore" id: "24C1683140DBB5F2" order_index: 4 quest_links: [ ] diff --git a/config/ftbquests/quests/chapters/questssteam_age.snbt b/config/ftbquests/quests/chapters/questssteam_age.snbt index 29d5fa410..a11160062 100644 --- a/config/ftbquests/quests/chapters/questssteam_age.snbt +++ b/config/ftbquests/quests/chapters/questssteam_age.snbt @@ -971,16 +971,7 @@ ] dependency_requirement: "one_completed" description: ["{quests.steam_age.red_alloy.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "gtceu:red_alloy_ingot" - } + icon: "gtceu:red_alloy_ingot" id: "781C6AD30194CB45" shape: "square" size: 1.0d diff --git a/config/ftbquests/quests/chapters/questsstoneage.snbt b/config/ftbquests/quests/chapters/questsstoneage.snbt index 372346e1a..c32d21551 100644 --- a/config/ftbquests/quests/chapters/questsstoneage.snbt +++ b/config/ftbquests/quests/chapters/questsstoneage.snbt @@ -306,12 +306,6 @@ ] icon: { Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } id: "gtceu:copper_saw" tag: { DisallowContainerItem: 0b @@ -1322,12 +1316,6 @@ ] icon: { Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } id: "gtceu:copper_pickaxe" tag: { DisallowContainerItem: 0b @@ -2091,16 +2079,7 @@ { dependencies: ["5E186CD5E83BFDF0"] description: ["{quests.stone_age.crush_ore.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "gtceu:crushed_copper_ore" - } + icon: "gtceu:crushed_copper_ore" id: "2621BF784BEB7033" subtitle: "{quests.stone_age.crush_ore.subtitle}" tasks: [{ @@ -2122,16 +2101,7 @@ { dependencies: ["2621BF784BEB7033"] description: ["{quests.stone_age.crush_crushed_ore.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "gtceu:impure_copper_dust" - } + icon: "gtceu:impure_copper_dust" id: "050444CE0EA04FDF" subtitle: "{quests.stone_age.crush_crushed_ore.subtitle}" tasks: [ @@ -2168,16 +2138,7 @@ { dependencies: ["050444CE0EA04FDF"] description: ["{quests.stone_age.clean_dust.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "gtceu:copper_dust" - } + icon: "gtceu:copper_dust" id: "3462FD6E24F9BE0B" subtitle: "{quests.stone_age.clean_dust.subtitle}" tasks: [{ From d8b2f7f154306110367ea99731f9bed86c6f7759 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 15:23:00 +0100 Subject: [PATCH 33/80] fixed rolling mills having no stress --- config/createaddition-common.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/createaddition-common.toml b/config/createaddition-common.toml index 7db4bf738..ec628d986 100644 --- a/config/createaddition-common.toml +++ b/config/createaddition-common.toml @@ -46,7 +46,7 @@ rolling_mill_processing_duration = 400 #Rolling Mill base stress impact. #Range: 0 ~ 1024 - rolling_mill_stress = 0.5 + rolling_mill_stress = 16 #Wires [wires] From 8a1c6fecf79d6872d467081139665fbad80d1257 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 17:19:04 +0100 Subject: [PATCH 34/80] lang update --- kubejs/assets/tfg/lang/en_us.json | 62 ++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 3cb52e249..911fc3ad2 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -153,6 +153,18 @@ "item.tfg.paraffin_wax": "Paraffin Wax", "item.tfg.flint_arrow_head": "Flint Arrow Head", "item.tfg.fletching": "Fletching", + "item.tfg.phantom_silk": "Phantom Silk", + "item.tfg.phantom_thread": "Phantom Thread", + "item.tfg.polycaprolactam_fabric": "Polycaprolactam Fabric", + "item.tfg.polycaprolactam_string": "Polycaprolactam String", + "item.tfg.fishing_net.wood": "Wood Fishing Net", + "item.tfg.fishing_net.brass": "Brass Fishing Net", + "item.tfg.fishing_net.rose_gold": "Rose Gold Fishing Net", + "item.tfg.fishing_net.sterling_silver": "Sterling Silver Fishing Net", + "item.tfg.fishing_net.invar": "Invar Fishing Net", + "item.tfg.fishing_net.cupronickel": "Cupronickel Fishing Net", + "item.tfg.fishing_net.tin_alloy": "Tin Alloy Fishing Net", + "item.tfg.fishing_net.magnalium": "Magnalium Fishing Net", "item.tfg.conifer_rosin": "Conifer Rosin", "item.tfg.hardwood_strip": "Hardwood Strip", "item.tfg.soaked_hardwood_strip": "Soaked Hardwood Strip", @@ -287,6 +299,54 @@ "gtceu:rich_raw_sphalerite": "Deprecated Item, Craft to Upgrade", "gtceu:raw_sphalerite": "Deprecated Item, Craft to Upgrade", "gtceu:poor_raw_sphalerite": "Deprecated Item, Craft to Upgrade", + "trim_material.tfc.almandine_tfc": "Almandine", + "trim_material.tfc.andradite_tfc": "Andradite", + "trim_material.tfc.blue_topaz_tfc": "Blue Topaz", + "trim_material.tfc.cinnabar_tfc": "Cinnabar", + "trim_material.tfc.coal_tfc": "Coal", + "trim_material.tfc.diamond_tfc": "Diamond", + "trim_material.tfc.emerald_tfc": "Emerald", + "trim_material.tfc.green_sapphire_tfc": "Green Sapphire", + "trim_material.tfc.grossular_tfc": "Grossular", + "trim_material.tfc.rutile_tfc": "Rutile", + "trim_material.tfc.lazurite_tfc": "Lazurite", + "trim_material.tfc.pyrope_tfc": "Pyrope", + "trim_material.tfc.rock_salt_tfc": "Rock Salt", + "trim_material.tfc.ruby_tfc": "Ruby", + "trim_material.tfc.salt_tfc": "salt", + "trim_material.tfc.sapphire_tfc": "Sapphire", + "trim_material.tfc.sodalite_tfc": "Sodalite", + "trim_material.tfc.coke_tfc": "Coke", + "trim_material.tfc.spessartine_tfc": "Spessartine", + "trim_material.tfc.topaz_tfc": "Topaz", + "trim_material.tfc.uvarovite_tfc": "Uvarovite", + "trim_material.tfc.nether_quartz_tfc": "Nether Quartz", + "trim_material.tfc.certus_quartz_tfc": "Certus Quartz", + "trim_material.tfc.quartzite_tfc": "Quartzite", + "trim_material.tfc.realgar_tfc": "Realgar", + "trim_material.tfc.malachite_tfc": "Malachite", + "trim_material.tfc.glass_tfc": "Glass", + "trim_material.tfc.olivine_tfc": "Olivine", + "trim_material.tfc.opal_tfc": "Opal", + "trim_material.tfc.amethyst_tfc": "Amethyst", + "trim_material.tfc.lapis_tfc": "Lapis", + "trim_material.tfc.apatite_tfc": "Apatite", + "trim_material.tfc.red_garnet_tfc": "Red Garnet", + "trim_material.tfc.yellow_garnet_tfc": "Yellow Garnet", + "trim_material.tfc.monazite_tfc": "Monazite", + "trim_material.tfc.rose_quartz_tfc": "Rose Quartz", + "trim_material.tfc.fluix_tfc": "Fluix", + "trim_material.tfc.silver_tfc": "Silver", + "trim_material.tfc.sterling_silver_tfc": "Sterling Silver", + "trim_material.tfc.gold_tfc": "Gold", + "trim_material.tfc.rose_gold_tfc": "Rose Gold", + "trim_material.tfc.nickel_tfc": "Nickel", + "trim_material.tfc.platinum_tfc": "Platinum", + "trim_material.tfc.titanium_tfc": "Titanium", + "trim_material.tfc.bismuth_tfc": "Bismuth", + "trim_material.tfc.neutronium_tfc": "Neutronium", + "trim_material.tfc.pyrite_tfc": "Pyrite", + "trim_material.tfc.redx_tfc": "RedX", "quests.naming-1": "t - Title", "quests.naming-2": "st - Subtitle", "quests.naming-3": "d* - Description, where * description number, for example: d1, d2, d3, d4...", @@ -431,7 +491,7 @@ "tfc.recipe.barrel.simplylight.barrel.dyeing.illuminant_red_block": "Dyeing", "tfc.recipe.barrel.simplylight.barrel.dyeing.illuminant_brown_block": "Dyeing", "tfc.recipe.barrel.tfg.barrel.soak_hardwood_strip": "Soaking Hardwood Strips", - "tfc.recipe.barrel.tfc.barrel.treated_wood_planks": "Treating Wood Planks", + "tfc.recipe.barrel.tfg.barrel.treated_wood_planks": "Treating Wood Planks", "tfc.recipe.barrel.tfg.barrel.packed_ice": "Freezing Ice", "tfc.recipe.barrel.tfg.barrel.cooling_water_1": "Cooling Water", "tfc.recipe.barrel.tfg.barrel.cooling_water_2": "Cooling Water", From fc6993d32a09cc07fb43516adb8807a04a7f6a80 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 17:21:09 +0100 Subject: [PATCH 35/80] lang merge --- kubejs/assets/tfc/lang/en_us.json | 5268 ++++++++++++++--------------- kubejs/assets/tfg/lang/en_us.json | 15 +- 2 files changed, 2611 insertions(+), 2672 deletions(-) diff --git a/kubejs/assets/tfc/lang/en_us.json b/kubejs/assets/tfc/lang/en_us.json index 733c9f510..fdae4da32 100644 --- a/kubejs/assets/tfc/lang/en_us.json +++ b/kubejs/assets/tfc/lang/en_us.json @@ -1,2660 +1,2612 @@ { - "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", - "block.tfc.fluid.salt_water": "Sea Water", - "block.tfc.cauldron.salt_water": "Sea Water Cauldron", - "block.gtceu.andesite_almandine_ore.prospected": "Almandine", - "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.andesite_alunite_ore.prospected": "Alunite", - "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.andesite_apatite_ore.prospected": "Apatite", - "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.andesite_barite_ore.prospected": "Barite", - "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.andesite_borax_ore.prospected": "Borax", - "block.gtceu.andesite_bornite_ore.prospected": "Bornite", - "block.gtceu.andesite_calcite_ore.prospected": "Calcite", - "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.andesite_chromite_ore.prospected": "Chromite", - "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.andesite_coal_ore.prospected": "Coal", - "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.andesite_copper_ore.prospected": "Copper", - "block.gtceu.andesite_diamond_ore.prospected": "Diamond", - "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.andesite_emerald_ore.prospected": "Emerald", - "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.andesite_galena_ore.prospected": "Galena", - "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.andesite_goethite_ore.prospected": "Goethite", - "block.gtceu.andesite_gold_ore.prospected": "Gold", - "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.andesite_graphite_ore.prospected": "Graphite", - "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.andesite_grossular_ore.prospected": "Grossular", - "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.andesite_hematite_ore.prospected": "Hematite", - "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.andesite_iron_ore.prospected": "Iron", - "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.andesite_lapis_ore.prospected": "Lapis", - "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.andesite_lead_ore.prospected": "Lead", - "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.andesite_lithium_ore.prospected": "Lithium", - "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.andesite_malachite_ore.prospected": "Malachite", - "block.gtceu.andesite_mica_ore.prospected": "Mica", - "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.andesite_monazite_ore.prospected": "Monazite", - "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.andesite_nickel_ore.prospected": "Nickel", - "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.andesite_olivine_ore.prospected": "Olivine", - "block.gtceu.andesite_opal_ore.prospected": "Opal", - "block.gtceu.andesite_palladium_ore.prospected": "Palladium", - "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.andesite_platinum_ore.prospected": "Platinum", - "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.andesite_powellite_ore.prospected": "Powellite", - "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.andesite_realgar_ore.prospected": "Realgar", - "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.andesite_redstone_ore.prospected": "Redstone", - "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.andesite_ruby_ore.prospected": "Ruby", - "block.gtceu.andesite_salt_ore.prospected": "Salt", - "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.andesite_silver_ore.prospected": "Silver", - "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.andesite_talc_ore.prospected": "Talc", - "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.andesite_thorium_ore.prospected": "Thorium", - "block.gtceu.andesite_tin_ore.prospected": "Tin", - "block.gtceu.andesite_topaz_ore.prospected": "Topaz", - "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.andesite_trona_ore.prospected": "Trona", - "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.basalt_almandine_ore.prospected": "Almandine", - "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", - "block.gtceu.basalt_alunite_ore.prospected": "Alunite", - "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", - "block.gtceu.basalt_apatite_ore.prospected": "Apatite", - "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", - "block.gtceu.basalt_barite_ore.prospected": "Barite", - "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", - "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", - "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", - "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", - "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.basalt_borax_ore.prospected": "Borax", - "block.gtceu.basalt_bornite_ore.prospected": "Bornite", - "block.gtceu.basalt_calcite_ore.prospected": "Calcite", - "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.basalt_chromite_ore.prospected": "Chromite", - "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.basalt_coal_ore.prospected": "Coal", - "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", - "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", - "block.gtceu.basalt_copper_ore.prospected": "Copper", - "block.gtceu.basalt_diamond_ore.prospected": "Diamond", - "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", - "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", - "block.gtceu.basalt_emerald_ore.prospected": "Emerald", - "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.basalt_galena_ore.prospected": "Galena", - "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", - "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.basalt_goethite_ore.prospected": "Goethite", - "block.gtceu.basalt_gold_ore.prospected": "Gold", - "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.basalt_graphite_ore.prospected": "Graphite", - "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.basalt_grossular_ore.prospected": "Grossular", - "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", - "block.gtceu.basalt_hematite_ore.prospected": "Hematite", - "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.basalt_iron_ore.prospected": "Iron", - "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", - "block.gtceu.basalt_lapis_ore.prospected": "Lapis", - "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", - "block.gtceu.basalt_lead_ore.prospected": "Lead", - "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.basalt_lithium_ore.prospected": "Lithium", - "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", - "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", - "block.gtceu.basalt_malachite_ore.prospected": "Malachite", - "block.gtceu.basalt_mica_ore.prospected": "Mica", - "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.basalt_monazite_ore.prospected": "Monazite", - "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", - "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", - "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.basalt_nickel_ore.prospected": "Nickel", - "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", - "block.gtceu.basalt_olivine_ore.prospected": "Olivine", - "block.gtceu.basalt_opal_ore.prospected": "Opal", - "block.gtceu.basalt_palladium_ore.prospected": "Palladium", - "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.basalt_platinum_ore.prospected": "Platinum", - "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", - "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", - "block.gtceu.basalt_powellite_ore.prospected": "Powellite", - "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", - "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", - "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", - "block.gtceu.basalt_realgar_ore.prospected": "Realgar", - "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.basalt_redstone_ore.prospected": "Redstone", - "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.basalt_ruby_ore.prospected": "Ruby", - "block.gtceu.basalt_salt_ore.prospected": "Salt", - "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", - "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", - "block.gtceu.basalt_silver_ore.prospected": "Silver", - "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", - "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", - "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", - "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", - "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", - "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", - "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", - "block.gtceu.basalt_talc_ore.prospected": "Talc", - "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", - "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.basalt_thorium_ore.prospected": "Thorium", - "block.gtceu.basalt_tin_ore.prospected": "Tin", - "block.gtceu.basalt_topaz_ore.prospected": "Topaz", - "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.basalt_trona_ore.prospected": "Trona", - "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", - "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", - "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chalk_almandine_ore.prospected": "Almandine", - "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chalk_alunite_ore.prospected": "Alunite", - "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chalk_apatite_ore.prospected": "Apatite", - "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chalk_barite_ore.prospected": "Barite", - "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chalk_borax_ore.prospected": "Borax", - "block.gtceu.chalk_bornite_ore.prospected": "Bornite", - "block.gtceu.chalk_calcite_ore.prospected": "Calcite", - "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chalk_chromite_ore.prospected": "Chromite", - "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chalk_coal_ore.prospected": "Coal", - "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chalk_copper_ore.prospected": "Copper", - "block.gtceu.chalk_diamond_ore.prospected": "Diamond", - "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chalk_emerald_ore.prospected": "Emerald", - "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chalk_galena_ore.prospected": "Galena", - "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chalk_goethite_ore.prospected": "Goethite", - "block.gtceu.chalk_gold_ore.prospected": "Gold", - "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chalk_graphite_ore.prospected": "Graphite", - "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chalk_grossular_ore.prospected": "Grossular", - "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chalk_hematite_ore.prospected": "Hematite", - "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chalk_iron_ore.prospected": "Iron", - "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chalk_lapis_ore.prospected": "Lapis", - "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chalk_lead_ore.prospected": "Lead", - "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chalk_lithium_ore.prospected": "Lithium", - "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chalk_malachite_ore.prospected": "Malachite", - "block.gtceu.chalk_mica_ore.prospected": "Mica", - "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chalk_monazite_ore.prospected": "Monazite", - "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chalk_nickel_ore.prospected": "Nickel", - "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chalk_olivine_ore.prospected": "Olivine", - "block.gtceu.chalk_opal_ore.prospected": "Opal", - "block.gtceu.chalk_palladium_ore.prospected": "Palladium", - "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chalk_platinum_ore.prospected": "Platinum", - "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chalk_powellite_ore.prospected": "Powellite", - "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chalk_realgar_ore.prospected": "Realgar", - "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chalk_redstone_ore.prospected": "Redstone", - "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chalk_ruby_ore.prospected": "Ruby", - "block.gtceu.chalk_salt_ore.prospected": "Salt", - "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chalk_silver_ore.prospected": "Silver", - "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chalk_talc_ore.prospected": "Talc", - "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chalk_thorium_ore.prospected": "Thorium", - "block.gtceu.chalk_tin_ore.prospected": "Tin", - "block.gtceu.chalk_topaz_ore.prospected": "Topaz", - "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chalk_trona_ore.prospected": "Trona", - "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chert_almandine_ore.prospected": "Almandine", - "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chert_alunite_ore.prospected": "Alunite", - "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chert_apatite_ore.prospected": "Apatite", - "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chert_barite_ore.prospected": "Barite", - "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chert_borax_ore.prospected": "Borax", - "block.gtceu.chert_bornite_ore.prospected": "Bornite", - "block.gtceu.chert_calcite_ore.prospected": "Calcite", - "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chert_chromite_ore.prospected": "Chromite", - "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chert_coal_ore.prospected": "Coal", - "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chert_copper_ore.prospected": "Copper", - "block.gtceu.chert_diamond_ore.prospected": "Diamond", - "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chert_emerald_ore.prospected": "Emerald", - "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chert_galena_ore.prospected": "Galena", - "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chert_goethite_ore.prospected": "Goethite", - "block.gtceu.chert_gold_ore.prospected": "Gold", - "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chert_graphite_ore.prospected": "Graphite", - "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chert_grossular_ore.prospected": "Grossular", - "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chert_hematite_ore.prospected": "Hematite", - "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chert_iron_ore.prospected": "Iron", - "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chert_lapis_ore.prospected": "Lapis", - "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chert_lead_ore.prospected": "Lead", - "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chert_lithium_ore.prospected": "Lithium", - "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chert_malachite_ore.prospected": "Malachite", - "block.gtceu.chert_mica_ore.prospected": "Mica", - "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chert_monazite_ore.prospected": "Monazite", - "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chert_nickel_ore.prospected": "Nickel", - "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chert_olivine_ore.prospected": "Olivine", - "block.gtceu.chert_opal_ore.prospected": "Opal", - "block.gtceu.chert_palladium_ore.prospected": "Palladium", - "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chert_platinum_ore.prospected": "Platinum", - "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chert_powellite_ore.prospected": "Powellite", - "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chert_realgar_ore.prospected": "Realgar", - "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chert_redstone_ore.prospected": "Redstone", - "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chert_ruby_ore.prospected": "Ruby", - "block.gtceu.chert_salt_ore.prospected": "Salt", - "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chert_silver_ore.prospected": "Silver", - "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chert_talc_ore.prospected": "Talc", - "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chert_thorium_ore.prospected": "Thorium", - "block.gtceu.chert_tin_ore.prospected": "Tin", - "block.gtceu.chert_topaz_ore.prospected": "Topaz", - "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chert_trona_ore.prospected": "Trona", - "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", - "block.gtceu.claystone_almandine_ore.prospected": "Almandine", - "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.claystone_alunite_ore.prospected": "Alunite", - "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.claystone_apatite_ore.prospected": "Apatite", - "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.claystone_barite_ore.prospected": "Barite", - "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.claystone_borax_ore.prospected": "Borax", - "block.gtceu.claystone_bornite_ore.prospected": "Bornite", - "block.gtceu.claystone_calcite_ore.prospected": "Calcite", - "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.claystone_chromite_ore.prospected": "Chromite", - "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.claystone_coal_ore.prospected": "Coal", - "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.claystone_copper_ore.prospected": "Copper", - "block.gtceu.claystone_diamond_ore.prospected": "Diamond", - "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.claystone_emerald_ore.prospected": "Emerald", - "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.claystone_galena_ore.prospected": "Galena", - "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.claystone_goethite_ore.prospected": "Goethite", - "block.gtceu.claystone_gold_ore.prospected": "Gold", - "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.claystone_graphite_ore.prospected": "Graphite", - "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.claystone_grossular_ore.prospected": "Grossular", - "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.claystone_hematite_ore.prospected": "Hematite", - "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.claystone_iron_ore.prospected": "Iron", - "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.claystone_lapis_ore.prospected": "Lapis", - "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.claystone_lead_ore.prospected": "Lead", - "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.claystone_lithium_ore.prospected": "Lithium", - "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.claystone_malachite_ore.prospected": "Malachite", - "block.gtceu.claystone_mica_ore.prospected": "Mica", - "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.claystone_monazite_ore.prospected": "Monazite", - "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.claystone_nickel_ore.prospected": "Nickel", - "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.claystone_olivine_ore.prospected": "Olivine", - "block.gtceu.claystone_opal_ore.prospected": "Opal", - "block.gtceu.claystone_palladium_ore.prospected": "Palladium", - "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.claystone_platinum_ore.prospected": "Platinum", - "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.claystone_powellite_ore.prospected": "Powellite", - "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.claystone_realgar_ore.prospected": "Realgar", - "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.claystone_redstone_ore.prospected": "Redstone", - "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.claystone_ruby_ore.prospected": "Ruby", - "block.gtceu.claystone_salt_ore.prospected": "Salt", - "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.claystone_silver_ore.prospected": "Silver", - "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.claystone_talc_ore.prospected": "Talc", - "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.claystone_thorium_ore.prospected": "Thorium", - "block.gtceu.claystone_tin_ore.prospected": "Tin", - "block.gtceu.claystone_topaz_ore.prospected": "Topaz", - "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.claystone_trona_ore.prospected": "Trona", - "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", - "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", - "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", - "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.conglomerate_barite_ore.prospected": "Barite", - "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.conglomerate_borax_ore.prospected": "Borax", - "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", - "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", - "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", - "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.conglomerate_coal_ore.prospected": "Coal", - "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.conglomerate_copper_ore.prospected": "Copper", - "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", - "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", - "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.conglomerate_galena_ore.prospected": "Galena", - "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", - "block.gtceu.conglomerate_gold_ore.prospected": "Gold", - "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", - "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", - "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", - "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.conglomerate_iron_ore.prospected": "Iron", - "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", - "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.conglomerate_lead_ore.prospected": "Lead", - "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", - "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", - "block.gtceu.conglomerate_mica_ore.prospected": "Mica", - "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", - "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", - "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", - "block.gtceu.conglomerate_opal_ore.prospected": "Opal", - "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", - "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", - "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", - "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", - "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", - "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", - "block.gtceu.conglomerate_salt_ore.prospected": "Salt", - "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.conglomerate_silver_ore.prospected": "Silver", - "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.conglomerate_talc_ore.prospected": "Talc", - "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", - "block.gtceu.conglomerate_tin_ore.prospected": "Tin", - "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", - "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.conglomerate_trona_ore.prospected": "Trona", - "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dacite_almandine_ore.prospected": "Almandine", - "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dacite_alunite_ore.prospected": "Alunite", - "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dacite_apatite_ore.prospected": "Apatite", - "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dacite_barite_ore.prospected": "Barite", - "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dacite_borax_ore.prospected": "Borax", - "block.gtceu.dacite_bornite_ore.prospected": "Bornite", - "block.gtceu.dacite_calcite_ore.prospected": "Calcite", - "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dacite_chromite_ore.prospected": "Chromite", - "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dacite_coal_ore.prospected": "Coal", - "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dacite_copper_ore.prospected": "Copper", - "block.gtceu.dacite_diamond_ore.prospected": "Diamond", - "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dacite_emerald_ore.prospected": "Emerald", - "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dacite_galena_ore.prospected": "Galena", - "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dacite_goethite_ore.prospected": "Goethite", - "block.gtceu.dacite_gold_ore.prospected": "Gold", - "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dacite_graphite_ore.prospected": "Graphite", - "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dacite_grossular_ore.prospected": "Grossular", - "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dacite_hematite_ore.prospected": "Hematite", - "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dacite_iron_ore.prospected": "Iron", - "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dacite_lapis_ore.prospected": "Lapis", - "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dacite_lead_ore.prospected": "Lead", - "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dacite_lithium_ore.prospected": "Lithium", - "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dacite_malachite_ore.prospected": "Malachite", - "block.gtceu.dacite_mica_ore.prospected": "Mica", - "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dacite_monazite_ore.prospected": "Monazite", - "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dacite_nickel_ore.prospected": "Nickel", - "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dacite_olivine_ore.prospected": "Olivine", - "block.gtceu.dacite_opal_ore.prospected": "Opal", - "block.gtceu.dacite_palladium_ore.prospected": "Palladium", - "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dacite_platinum_ore.prospected": "Platinum", - "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dacite_powellite_ore.prospected": "Powellite", - "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dacite_realgar_ore.prospected": "Realgar", - "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dacite_redstone_ore.prospected": "Redstone", - "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dacite_ruby_ore.prospected": "Ruby", - "block.gtceu.dacite_salt_ore.prospected": "Salt", - "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dacite_silver_ore.prospected": "Silver", - "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dacite_talc_ore.prospected": "Talc", - "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dacite_thorium_ore.prospected": "Thorium", - "block.gtceu.dacite_tin_ore.prospected": "Tin", - "block.gtceu.dacite_topaz_ore.prospected": "Topaz", - "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dacite_trona_ore.prospected": "Trona", - "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.diorite_almandine_ore.prospected": "Almandine", - "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.diorite_alunite_ore.prospected": "Alunite", - "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.diorite_apatite_ore.prospected": "Apatite", - "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.diorite_barite_ore.prospected": "Barite", - "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.diorite_borax_ore.prospected": "Borax", - "block.gtceu.diorite_bornite_ore.prospected": "Bornite", - "block.gtceu.diorite_calcite_ore.prospected": "Calcite", - "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.diorite_chromite_ore.prospected": "Chromite", - "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.diorite_coal_ore.prospected": "Coal", - "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.diorite_copper_ore.prospected": "Copper", - "block.gtceu.diorite_diamond_ore.prospected": "Diamond", - "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.diorite_emerald_ore.prospected": "Emerald", - "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.diorite_galena_ore.prospected": "Galena", - "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.diorite_goethite_ore.prospected": "Goethite", - "block.gtceu.diorite_gold_ore.prospected": "Gold", - "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.diorite_graphite_ore.prospected": "Graphite", - "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.diorite_grossular_ore.prospected": "Grossular", - "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.diorite_hematite_ore.prospected": "Hematite", - "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.diorite_iron_ore.prospected": "Iron", - "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.diorite_lapis_ore.prospected": "Lapis", - "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.diorite_lead_ore.prospected": "Lead", - "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.diorite_lithium_ore.prospected": "Lithium", - "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.diorite_malachite_ore.prospected": "Malachite", - "block.gtceu.diorite_mica_ore.prospected": "Mica", - "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.diorite_monazite_ore.prospected": "Monazite", - "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.diorite_nickel_ore.prospected": "Nickel", - "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.diorite_olivine_ore.prospected": "Olivine", - "block.gtceu.diorite_opal_ore.prospected": "Opal", - "block.gtceu.diorite_palladium_ore.prospected": "Palladium", - "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.diorite_platinum_ore.prospected": "Platinum", - "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.diorite_powellite_ore.prospected": "Powellite", - "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.diorite_realgar_ore.prospected": "Realgar", - "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.diorite_redstone_ore.prospected": "Redstone", - "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.diorite_ruby_ore.prospected": "Ruby", - "block.gtceu.diorite_salt_ore.prospected": "Salt", - "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.diorite_silver_ore.prospected": "Silver", - "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.diorite_talc_ore.prospected": "Talc", - "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.diorite_thorium_ore.prospected": "Thorium", - "block.gtceu.diorite_tin_ore.prospected": "Tin", - "block.gtceu.diorite_topaz_ore.prospected": "Topaz", - "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.diorite_trona_ore.prospected": "Trona", - "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", - "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", - "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", - "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dolomite_barite_ore.prospected": "Barite", - "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dolomite_borax_ore.prospected": "Borax", - "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", - "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", - "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", - "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dolomite_coal_ore.prospected": "Coal", - "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dolomite_copper_ore.prospected": "Copper", - "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", - "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", - "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dolomite_galena_ore.prospected": "Galena", - "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", - "block.gtceu.dolomite_gold_ore.prospected": "Gold", - "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", - "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", - "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", - "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dolomite_iron_ore.prospected": "Iron", - "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", - "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dolomite_lead_ore.prospected": "Lead", - "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", - "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", - "block.gtceu.dolomite_mica_ore.prospected": "Mica", - "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", - "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", - "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", - "block.gtceu.dolomite_opal_ore.prospected": "Opal", - "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", - "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", - "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", - "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", - "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", - "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", - "block.gtceu.dolomite_salt_ore.prospected": "Salt", - "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dolomite_silver_ore.prospected": "Silver", - "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dolomite_talc_ore.prospected": "Talc", - "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", - "block.gtceu.dolomite_tin_ore.prospected": "Tin", - "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", - "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dolomite_trona_ore.prospected": "Trona", - "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", - "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", - "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", - "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gabbro_barite_ore.prospected": "Barite", - "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gabbro_borax_ore.prospected": "Borax", - "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", - "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", - "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", - "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gabbro_coal_ore.prospected": "Coal", - "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gabbro_copper_ore.prospected": "Copper", - "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", - "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", - "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gabbro_galena_ore.prospected": "Galena", - "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", - "block.gtceu.gabbro_gold_ore.prospected": "Gold", - "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", - "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", - "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", - "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gabbro_iron_ore.prospected": "Iron", - "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", - "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gabbro_lead_ore.prospected": "Lead", - "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", - "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", - "block.gtceu.gabbro_mica_ore.prospected": "Mica", - "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", - "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", - "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", - "block.gtceu.gabbro_opal_ore.prospected": "Opal", - "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", - "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", - "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", - "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", - "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", - "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", - "block.gtceu.gabbro_salt_ore.prospected": "Salt", - "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gabbro_silver_ore.prospected": "Silver", - "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gabbro_talc_ore.prospected": "Talc", - "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", - "block.gtceu.gabbro_tin_ore.prospected": "Tin", - "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", - "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gabbro_trona_ore.prospected": "Trona", - "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", - "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", - "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", - "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gneiss_barite_ore.prospected": "Barite", - "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gneiss_borax_ore.prospected": "Borax", - "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", - "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", - "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", - "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gneiss_coal_ore.prospected": "Coal", - "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gneiss_copper_ore.prospected": "Copper", - "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", - "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", - "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gneiss_galena_ore.prospected": "Galena", - "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", - "block.gtceu.gneiss_gold_ore.prospected": "Gold", - "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", - "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", - "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", - "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gneiss_iron_ore.prospected": "Iron", - "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", - "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gneiss_lead_ore.prospected": "Lead", - "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", - "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", - "block.gtceu.gneiss_mica_ore.prospected": "Mica", - "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", - "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", - "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", - "block.gtceu.gneiss_opal_ore.prospected": "Opal", - "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", - "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", - "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", - "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", - "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", - "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", - "block.gtceu.gneiss_salt_ore.prospected": "Salt", - "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gneiss_silver_ore.prospected": "Silver", - "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gneiss_talc_ore.prospected": "Talc", - "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", - "block.gtceu.gneiss_tin_ore.prospected": "Tin", - "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", - "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gneiss_trona_ore.prospected": "Trona", - "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", - "block.gtceu.granite_almandine_ore.prospected": "Almandine", - "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.granite_alunite_ore.prospected": "Alunite", - "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.granite_apatite_ore.prospected": "Apatite", - "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.granite_barite_ore.prospected": "Barite", - "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.granite_borax_ore.prospected": "Borax", - "block.gtceu.granite_bornite_ore.prospected": "Bornite", - "block.gtceu.granite_calcite_ore.prospected": "Calcite", - "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.granite_chromite_ore.prospected": "Chromite", - "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.granite_coal_ore.prospected": "Coal", - "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.granite_copper_ore.prospected": "Copper", - "block.gtceu.granite_diamond_ore.prospected": "Diamond", - "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.granite_emerald_ore.prospected": "Emerald", - "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.granite_galena_ore.prospected": "Galena", - "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.granite_goethite_ore.prospected": "Goethite", - "block.gtceu.granite_gold_ore.prospected": "Gold", - "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.granite_graphite_ore.prospected": "Graphite", - "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.granite_grossular_ore.prospected": "Grossular", - "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.granite_hematite_ore.prospected": "Hematite", - "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.granite_iron_ore.prospected": "Iron", - "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.granite_lapis_ore.prospected": "Lapis", - "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.granite_lead_ore.prospected": "Lead", - "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.granite_lithium_ore.prospected": "Lithium", - "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.granite_malachite_ore.prospected": "Malachite", - "block.gtceu.granite_mica_ore.prospected": "Mica", - "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.granite_monazite_ore.prospected": "Monazite", - "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.granite_nickel_ore.prospected": "Nickel", - "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.granite_olivine_ore.prospected": "Olivine", - "block.gtceu.granite_opal_ore.prospected": "Opal", - "block.gtceu.granite_palladium_ore.prospected": "Palladium", - "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.granite_platinum_ore.prospected": "Platinum", - "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.granite_powellite_ore.prospected": "Powellite", - "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.granite_realgar_ore.prospected": "Realgar", - "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.granite_redstone_ore.prospected": "Redstone", - "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.granite_ruby_ore.prospected": "Ruby", - "block.gtceu.granite_salt_ore.prospected": "Salt", - "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.granite_silver_ore.prospected": "Silver", - "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.granite_talc_ore.prospected": "Talc", - "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.granite_thorium_ore.prospected": "Thorium", - "block.gtceu.granite_tin_ore.prospected": "Tin", - "block.gtceu.granite_topaz_ore.prospected": "Topaz", - "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.granite_trona_ore.prospected": "Trona", - "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.limestone_almandine_ore.prospected": "Almandine", - "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.limestone_alunite_ore.prospected": "Alunite", - "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.limestone_apatite_ore.prospected": "Apatite", - "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.limestone_barite_ore.prospected": "Barite", - "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.limestone_borax_ore.prospected": "Borax", - "block.gtceu.limestone_bornite_ore.prospected": "Bornite", - "block.gtceu.limestone_calcite_ore.prospected": "Calcite", - "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.limestone_chromite_ore.prospected": "Chromite", - "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.limestone_coal_ore.prospected": "Coal", - "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.limestone_copper_ore.prospected": "Copper", - "block.gtceu.limestone_diamond_ore.prospected": "Diamond", - "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.limestone_emerald_ore.prospected": "Emerald", - "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.limestone_galena_ore.prospected": "Galena", - "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.limestone_goethite_ore.prospected": "Goethite", - "block.gtceu.limestone_gold_ore.prospected": "Gold", - "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.limestone_graphite_ore.prospected": "Graphite", - "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.limestone_grossular_ore.prospected": "Grossular", - "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.limestone_hematite_ore.prospected": "Hematite", - "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.limestone_iron_ore.prospected": "Iron", - "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.limestone_lapis_ore.prospected": "Lapis", - "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.limestone_lead_ore.prospected": "Lead", - "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.limestone_lithium_ore.prospected": "Lithium", - "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.limestone_malachite_ore.prospected": "Malachite", - "block.gtceu.limestone_mica_ore.prospected": "Mica", - "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.limestone_monazite_ore.prospected": "Monazite", - "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.limestone_nickel_ore.prospected": "Nickel", - "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.limestone_olivine_ore.prospected": "Olivine", - "block.gtceu.limestone_opal_ore.prospected": "Opal", - "block.gtceu.limestone_palladium_ore.prospected": "Palladium", - "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.limestone_platinum_ore.prospected": "Platinum", - "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.limestone_powellite_ore.prospected": "Powellite", - "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.limestone_realgar_ore.prospected": "Realgar", - "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.limestone_redstone_ore.prospected": "Redstone", - "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.limestone_ruby_ore.prospected": "Ruby", - "block.gtceu.limestone_salt_ore.prospected": "Salt", - "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.limestone_silver_ore.prospected": "Silver", - "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.limestone_talc_ore.prospected": "Talc", - "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.limestone_thorium_ore.prospected": "Thorium", - "block.gtceu.limestone_tin_ore.prospected": "Tin", - "block.gtceu.limestone_topaz_ore.prospected": "Topaz", - "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.limestone_trona_ore.prospected": "Trona", - "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.marble_almandine_ore.prospected": "Almandine", - "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", - "block.gtceu.marble_alunite_ore.prospected": "Alunite", - "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", - "block.gtceu.marble_apatite_ore.prospected": "Apatite", - "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", - "block.gtceu.marble_barite_ore.prospected": "Barite", - "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", - "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", - "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", - "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", - "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.marble_borax_ore.prospected": "Borax", - "block.gtceu.marble_bornite_ore.prospected": "Bornite", - "block.gtceu.marble_calcite_ore.prospected": "Calcite", - "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.marble_chromite_ore.prospected": "Chromite", - "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.marble_coal_ore.prospected": "Coal", - "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", - "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", - "block.gtceu.marble_copper_ore.prospected": "Copper", - "block.gtceu.marble_diamond_ore.prospected": "Diamond", - "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", - "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", - "block.gtceu.marble_emerald_ore.prospected": "Emerald", - "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.marble_galena_ore.prospected": "Galena", - "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", - "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.marble_goethite_ore.prospected": "Goethite", - "block.gtceu.marble_gold_ore.prospected": "Gold", - "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.marble_graphite_ore.prospected": "Graphite", - "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.marble_grossular_ore.prospected": "Grossular", - "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", - "block.gtceu.marble_hematite_ore.prospected": "Hematite", - "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.marble_iron_ore.prospected": "Iron", - "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", - "block.gtceu.marble_lapis_ore.prospected": "Lapis", - "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", - "block.gtceu.marble_lead_ore.prospected": "Lead", - "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.marble_lithium_ore.prospected": "Lithium", - "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", - "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", - "block.gtceu.marble_malachite_ore.prospected": "Malachite", - "block.gtceu.marble_mica_ore.prospected": "Mica", - "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.marble_monazite_ore.prospected": "Monazite", - "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", - "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", - "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.marble_nickel_ore.prospected": "Nickel", - "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", - "block.gtceu.marble_olivine_ore.prospected": "Olivine", - "block.gtceu.marble_opal_ore.prospected": "Opal", - "block.gtceu.marble_palladium_ore.prospected": "Palladium", - "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.marble_platinum_ore.prospected": "Platinum", - "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", - "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", - "block.gtceu.marble_powellite_ore.prospected": "Powellite", - "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", - "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", - "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", - "block.gtceu.marble_realgar_ore.prospected": "Realgar", - "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.marble_redstone_ore.prospected": "Redstone", - "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.marble_ruby_ore.prospected": "Ruby", - "block.gtceu.marble_salt_ore.prospected": "Salt", - "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", - "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", - "block.gtceu.marble_silver_ore.prospected": "Silver", - "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", - "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", - "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", - "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", - "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", - "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", - "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", - "block.gtceu.marble_talc_ore.prospected": "Talc", - "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", - "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.marble_thorium_ore.prospected": "Thorium", - "block.gtceu.marble_tin_ore.prospected": "Tin", - "block.gtceu.marble_topaz_ore.prospected": "Topaz", - "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.marble_trona_ore.prospected": "Trona", - "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", - "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", - "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", - "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", - "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", - "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", - "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.phyllite_barite_ore.prospected": "Barite", - "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.phyllite_borax_ore.prospected": "Borax", - "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", - "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", - "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", - "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.phyllite_coal_ore.prospected": "Coal", - "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.phyllite_copper_ore.prospected": "Copper", - "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", - "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", - "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.phyllite_galena_ore.prospected": "Galena", - "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", - "block.gtceu.phyllite_gold_ore.prospected": "Gold", - "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", - "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", - "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", - "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.phyllite_iron_ore.prospected": "Iron", - "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", - "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.phyllite_lead_ore.prospected": "Lead", - "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", - "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", - "block.gtceu.phyllite_mica_ore.prospected": "Mica", - "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", - "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", - "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", - "block.gtceu.phyllite_opal_ore.prospected": "Opal", - "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", - "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", - "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", - "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", - "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", - "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", - "block.gtceu.phyllite_salt_ore.prospected": "Salt", - "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.phyllite_silver_ore.prospected": "Silver", - "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.phyllite_talc_ore.prospected": "Talc", - "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", - "block.gtceu.phyllite_tin_ore.prospected": "Tin", - "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", - "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.phyllite_trona_ore.prospected": "Trona", - "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", - "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", - "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", - "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.quartzite_barite_ore.prospected": "Barite", - "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.quartzite_borax_ore.prospected": "Borax", - "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", - "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", - "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", - "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.quartzite_coal_ore.prospected": "Coal", - "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.quartzite_copper_ore.prospected": "Copper", - "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", - "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", - "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.quartzite_galena_ore.prospected": "Galena", - "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", - "block.gtceu.quartzite_gold_ore.prospected": "Gold", - "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", - "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", - "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", - "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.quartzite_iron_ore.prospected": "Iron", - "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", - "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.quartzite_lead_ore.prospected": "Lead", - "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", - "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", - "block.gtceu.quartzite_mica_ore.prospected": "Mica", - "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", - "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", - "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", - "block.gtceu.quartzite_opal_ore.prospected": "Opal", - "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", - "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", - "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", - "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", - "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", - "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", - "block.gtceu.quartzite_salt_ore.prospected": "Salt", - "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.quartzite_silver_ore.prospected": "Silver", - "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.quartzite_talc_ore.prospected": "Talc", - "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", - "block.gtceu.quartzite_tin_ore.prospected": "Tin", - "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", - "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.quartzite_trona_ore.prospected": "Trona", - "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", - "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", - "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", - "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.rhyolite_barite_ore.prospected": "Barite", - "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.rhyolite_borax_ore.prospected": "Borax", - "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", - "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", - "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", - "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.rhyolite_coal_ore.prospected": "Coal", - "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.rhyolite_copper_ore.prospected": "Copper", - "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", - "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", - "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.rhyolite_galena_ore.prospected": "Galena", - "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", - "block.gtceu.rhyolite_gold_ore.prospected": "Gold", - "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", - "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", - "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", - "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.rhyolite_iron_ore.prospected": "Iron", - "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", - "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.rhyolite_lead_ore.prospected": "Lead", - "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", - "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", - "block.gtceu.rhyolite_mica_ore.prospected": "Mica", - "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", - "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", - "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", - "block.gtceu.rhyolite_opal_ore.prospected": "Opal", - "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", - "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", - "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", - "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", - "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", - "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", - "block.gtceu.rhyolite_salt_ore.prospected": "Salt", - "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.rhyolite_silver_ore.prospected": "Silver", - "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.rhyolite_talc_ore.prospected": "Talc", - "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", - "block.gtceu.rhyolite_tin_ore.prospected": "Tin", - "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", - "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.rhyolite_trona_ore.prospected": "Trona", - "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.schist_almandine_ore.prospected": "Almandine", - "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", - "block.gtceu.schist_alunite_ore.prospected": "Alunite", - "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", - "block.gtceu.schist_apatite_ore.prospected": "Apatite", - "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", - "block.gtceu.schist_barite_ore.prospected": "Barite", - "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", - "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", - "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", - "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", - "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.schist_borax_ore.prospected": "Borax", - "block.gtceu.schist_bornite_ore.prospected": "Bornite", - "block.gtceu.schist_calcite_ore.prospected": "Calcite", - "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.schist_chromite_ore.prospected": "Chromite", - "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.schist_coal_ore.prospected": "Coal", - "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", - "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", - "block.gtceu.schist_copper_ore.prospected": "Copper", - "block.gtceu.schist_diamond_ore.prospected": "Diamond", - "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", - "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", - "block.gtceu.schist_emerald_ore.prospected": "Emerald", - "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.schist_galena_ore.prospected": "Galena", - "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", - "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.schist_goethite_ore.prospected": "Goethite", - "block.gtceu.schist_gold_ore.prospected": "Gold", - "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.schist_graphite_ore.prospected": "Graphite", - "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.schist_grossular_ore.prospected": "Grossular", - "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", - "block.gtceu.schist_hematite_ore.prospected": "Hematite", - "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.schist_iron_ore.prospected": "Iron", - "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", - "block.gtceu.schist_lapis_ore.prospected": "Lapis", - "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", - "block.gtceu.schist_lead_ore.prospected": "Lead", - "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.schist_lithium_ore.prospected": "Lithium", - "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", - "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", - "block.gtceu.schist_malachite_ore.prospected": "Malachite", - "block.gtceu.schist_mica_ore.prospected": "Mica", - "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.schist_monazite_ore.prospected": "Monazite", - "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", - "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", - "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.schist_nickel_ore.prospected": "Nickel", - "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", - "block.gtceu.schist_olivine_ore.prospected": "Olivine", - "block.gtceu.schist_opal_ore.prospected": "Opal", - "block.gtceu.schist_palladium_ore.prospected": "Palladium", - "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.schist_platinum_ore.prospected": "Platinum", - "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", - "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", - "block.gtceu.schist_powellite_ore.prospected": "Powellite", - "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", - "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", - "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", - "block.gtceu.schist_realgar_ore.prospected": "Realgar", - "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.schist_redstone_ore.prospected": "Redstone", - "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.schist_ruby_ore.prospected": "Ruby", - "block.gtceu.schist_salt_ore.prospected": "Salt", - "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", - "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", - "block.gtceu.schist_silver_ore.prospected": "Silver", - "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", - "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", - "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", - "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", - "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", - "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", - "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", - "block.gtceu.schist_talc_ore.prospected": "Talc", - "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", - "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.schist_thorium_ore.prospected": "Thorium", - "block.gtceu.schist_tin_ore.prospected": "Tin", - "block.gtceu.schist_topaz_ore.prospected": "Topaz", - "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.schist_trona_ore.prospected": "Trona", - "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", - "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", - "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", - "block.gtceu.shale_almandine_ore.prospected": "Almandine", - "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", - "block.gtceu.shale_alunite_ore.prospected": "Alunite", - "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", - "block.gtceu.shale_apatite_ore.prospected": "Apatite", - "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", - "block.gtceu.shale_barite_ore.prospected": "Barite", - "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", - "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", - "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", - "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", - "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.shale_borax_ore.prospected": "Borax", - "block.gtceu.shale_bornite_ore.prospected": "Bornite", - "block.gtceu.shale_calcite_ore.prospected": "Calcite", - "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.shale_chromite_ore.prospected": "Chromite", - "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.shale_coal_ore.prospected": "Coal", - "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", - "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", - "block.gtceu.shale_copper_ore.prospected": "Copper", - "block.gtceu.shale_diamond_ore.prospected": "Diamond", - "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", - "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", - "block.gtceu.shale_emerald_ore.prospected": "Emerald", - "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.shale_galena_ore.prospected": "Galena", - "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", - "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.shale_goethite_ore.prospected": "Goethite", - "block.gtceu.shale_gold_ore.prospected": "Gold", - "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.shale_graphite_ore.prospected": "Graphite", - "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.shale_grossular_ore.prospected": "Grossular", - "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", - "block.gtceu.shale_hematite_ore.prospected": "Hematite", - "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.shale_iron_ore.prospected": "Iron", - "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", - "block.gtceu.shale_lapis_ore.prospected": "Lapis", - "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", - "block.gtceu.shale_lead_ore.prospected": "Lead", - "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.shale_lithium_ore.prospected": "Lithium", - "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", - "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", - "block.gtceu.shale_malachite_ore.prospected": "Malachite", - "block.gtceu.shale_mica_ore.prospected": "Mica", - "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.shale_monazite_ore.prospected": "Monazite", - "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", - "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", - "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.shale_nickel_ore.prospected": "Nickel", - "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", - "block.gtceu.shale_olivine_ore.prospected": "Olivine", - "block.gtceu.shale_opal_ore.prospected": "Opal", - "block.gtceu.shale_palladium_ore.prospected": "Palladium", - "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.shale_platinum_ore.prospected": "Platinum", - "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", - "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", - "block.gtceu.shale_powellite_ore.prospected": "Powellite", - "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", - "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", - "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", - "block.gtceu.shale_realgar_ore.prospected": "Realgar", - "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.shale_redstone_ore.prospected": "Redstone", - "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.shale_ruby_ore.prospected": "Ruby", - "block.gtceu.shale_salt_ore.prospected": "Salt", - "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", - "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", - "block.gtceu.shale_silver_ore.prospected": "Silver", - "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", - "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", - "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", - "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", - "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", - "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", - "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", - "block.gtceu.shale_talc_ore.prospected": "Talc", - "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", - "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.shale_thorium_ore.prospected": "Thorium", - "block.gtceu.shale_tin_ore.prospected": "Tin", - "block.gtceu.shale_topaz_ore.prospected": "Topaz", - "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.shale_trona_ore.prospected": "Trona", - "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", - "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", - "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", - "block.gtceu.slate_almandine_ore.prospected": "Almandine", - "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.slate_alunite_ore.prospected": "Alunite", - "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.slate_apatite_ore.prospected": "Apatite", - "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.slate_barite_ore.prospected": "Barite", - "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.slate_borax_ore.prospected": "Borax", - "block.gtceu.slate_bornite_ore.prospected": "Bornite", - "block.gtceu.slate_calcite_ore.prospected": "Calcite", - "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.slate_chromite_ore.prospected": "Chromite", - "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.slate_coal_ore.prospected": "Coal", - "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.slate_copper_ore.prospected": "Copper", - "block.gtceu.slate_diamond_ore.prospected": "Diamond", - "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.slate_emerald_ore.prospected": "Emerald", - "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.slate_galena_ore.prospected": "Galena", - "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.slate_goethite_ore.prospected": "Goethite", - "block.gtceu.slate_gold_ore.prospected": "Gold", - "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.slate_graphite_ore.prospected": "Graphite", - "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.slate_grossular_ore.prospected": "Grossular", - "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.slate_hematite_ore.prospected": "Hematite", - "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.slate_iron_ore.prospected": "Iron", - "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.slate_lapis_ore.prospected": "Lapis", - "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.slate_lead_ore.prospected": "Lead", - "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.slate_lithium_ore.prospected": "Lithium", - "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.slate_malachite_ore.prospected": "Malachite", - "block.gtceu.slate_mica_ore.prospected": "Mica", - "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.slate_monazite_ore.prospected": "Monazite", - "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.slate_nickel_ore.prospected": "Nickel", - "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.slate_olivine_ore.prospected": "Olivine", - "block.gtceu.slate_opal_ore.prospected": "Opal", - "block.gtceu.slate_palladium_ore.prospected": "Palladium", - "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.slate_platinum_ore.prospected": "Platinum", - "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.slate_powellite_ore.prospected": "Powellite", - "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.slate_realgar_ore.prospected": "Realgar", - "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.slate_redstone_ore.prospected": "Redstone", - "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.slate_ruby_ore.prospected": "Ruby", - "block.gtceu.slate_salt_ore.prospected": "Salt", - "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.slate_silver_ore.prospected": "Silver", - "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.slate_talc_ore.prospected": "Talc", - "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.slate_thorium_ore.prospected": "Thorium", - "block.gtceu.slate_tin_ore.prospected": "Tin", - "block.gtceu.slate_topaz_ore.prospected": "Topaz", - "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.slate_trona_ore.prospected": "Trona", - "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", - "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", - "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", - "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.deepslate_barite_ore.prospected": "Barite", - "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.deepslate_borax_ore.prospected": "Borax", - "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", - "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", - "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", - "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.deepslate_coal_ore.prospected": "Coal", - "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.deepslate_copper_ore.prospected": "Copper", - "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", - "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", - "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.deepslate_galena_ore.prospected": "Galena", - "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", - "block.gtceu.deepslate_gold_ore.prospected": "Gold", - "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", - "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", - "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", - "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.deepslate_iron_ore.prospected": "Iron", - "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", - "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.deepslate_lead_ore.prospected": "Lead", - "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", - "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", - "block.gtceu.deepslate_mica_ore.prospected": "Mica", - "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", - "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", - "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", - "block.gtceu.deepslate_opal_ore.prospected": "Opal", - "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", - "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", - "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", - "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", - "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", - "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", - "block.gtceu.deepslate_salt_ore.prospected": "Salt", - "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.deepslate_silver_ore.prospected": "Silver", - "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.deepslate_talc_ore.prospected": "Talc", - "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", - "block.gtceu.deepslate_tin_ore.prospected": "Tin", - "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", - "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.deepslate_trona_ore.prospected": "Trona", - "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", - "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", - "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", - "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", - "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", - "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", - "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", - "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", - "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", - "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", - "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", - "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", - "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", - "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", - "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", - "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", - "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", - "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", - "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", - "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", - "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", - "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", - "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", - "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", - "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", - "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", - "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", - "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", - "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", - "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", - "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", - "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", - "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", - "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", - "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", - "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", - "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", - "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", - "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", - "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", - "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", - "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", - "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", - "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", - "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dripstone_barite_ore.prospected": "Barite", - "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dripstone_borax_ore.prospected": "Borax", - "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", - "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", - "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", - "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dripstone_coal_ore.prospected": "Coal", - "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dripstone_copper_ore.prospected": "Copper", - "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", - "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", - "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dripstone_galena_ore.prospected": "Galena", - "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", - "block.gtceu.dripstone_gold_ore.prospected": "Gold", - "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", - "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", - "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", - "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dripstone_iron_ore.prospected": "Iron", - "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", - "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dripstone_lead_ore.prospected": "Lead", - "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", - "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", - "block.gtceu.dripstone_mica_ore.prospected": "Mica", - "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", - "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", - "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", - "block.gtceu.dripstone_opal_ore.prospected": "Opal", - "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", - "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", - "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", - "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", - "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", - "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", - "block.gtceu.dripstone_salt_ore.prospected": "Salt", - "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dripstone_silver_ore.prospected": "Silver", - "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dripstone_talc_ore.prospected": "Talc", - "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", - "block.gtceu.dripstone_tin_ore.prospected": "Tin", - "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", - "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dripstone_trona_ore.prospected": "Trona", - "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", - "fluid.tfc.salt_water": "Sea Water", - "item.tfc.bucket.salt_water": "Sea Water Bucket", - "item.tfc.powder.saltpeter": "Saltpeter Powder", - "item.tfc.powder.sulfur": "Sulfur Powder", - "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", - "metal.tfg.redstone": "Redstone", - "metal.tfg.red_alloy": "Red Alloy", - "metal.tfg.tin_alloy": "Tin Alloy", - "trim_material.tfc.almandine_tfc": "Almandine", - "trim_material.tfc.andradite_tfc": "Andradite", - "trim_material.tfc.blue_topaz_tfc": "Blue Topaz", - "trim_material.tfc.cinnabar_tfc": "Cinnabar", - "trim_material.tfc.coal_tfc": "Coal", - "trim_material.tfc.diamond_tfc": "Diamond", - "trim_material.tfc.emerald_tfc": "Emerald", - "trim_material.tfc.green_sapphire_tfc": "Green Sapphire", - "trim_material.tfc.grossular_tfc": "Grossular", - "trim_material.tfc.rutile_tfc": "Rutile", - "trim_material.tfc.lazurite_tfc": "Lazurite", - "trim_material.tfc.pyrope_tfc": "Pyrope", - "trim_material.tfc.rock_salt_tfc": "Rock Salt", - "trim_material.tfc.ruby_tfc": "Ruby", - "trim_material.tfc.salt_tfc": "salt", - "trim_material.tfc.sapphire_tfc": "Sapphire", - "trim_material.tfc.sodalite_tfc": "Sodalite", - "trim_material.tfc.coke_tfc": "Coke", - "trim_material.tfc.spessartine_tfc": "Spessartine", - "trim_material.tfc.topaz_tfc": "Topaz", - "trim_material.tfc.uvarovite_tfc": "Uvarovite", - "trim_material.tfc.nether_quartz_tfc": "Nether Quartz", - "trim_material.tfc.certus_quartz_tfc": "Certus Quartz", - "trim_material.tfc.quartzite_tfc": "Quartzite", - "trim_material.tfc.realgar_tfc": "Realgar", - "trim_material.tfc.malachite_tfc": "Malachite", - "trim_material.tfc.glass_tfc": "Glass", - "trim_material.tfc.olivine_tfc": "Olivine", - "trim_material.tfc.opal_tfc": "Opal", - "trim_material.tfc.amethyst_tfc": "Amethyst", - "trim_material.tfc.lapis_tfc": "Lapis", - "trim_material.tfc.apatite_tfc": "Apatite", - "trim_material.tfc.red_garnet_tfc": "Red Garnet", - "trim_material.tfc.yellow_garnet_tfc": "Yellow Garnet", - "trim_material.tfc.monazite_tfc": "Monazite", - "trim_material.tfc.rose_quartz_tfc": "Rose Quartz", - "trim_material.tfc.fluix_tfc": "Fluix", - "trim_material.tfc.silver_tfc": "Silver", - "trim_material.tfc.sterling_silver_tfc": "Sterling Silver", - "trim_material.tfc.gold_tfc": "Gold", - "trim_material.tfc.rose_gold_tfc": "Rose Gold", - "trim_material.tfc.nickel_tfc": "Nickel", - "trim_material.tfc.platinum_tfc": "Platinum", - "trim_material.tfc.titanium_tfc": "Titanium", - "trim_material.tfc.bismuth_tfc": "Bismuth", - "trim_material.tfc.neutronium_tfc": "Neutronium", - "trim_material.tfc.pyrite_tfc": "Pyrite", - "trim_material.tfc.redx_tfc": "RedX" + "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", + "block.tfc.fluid.salt_water": "Sea Water", + "block.tfc.cauldron.salt_water": "Sea Water Cauldron", + "block.gtceu.andesite_almandine_ore.prospected": "Almandine", + "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.andesite_alunite_ore.prospected": "Alunite", + "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.andesite_apatite_ore.prospected": "Apatite", + "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.andesite_barite_ore.prospected": "Barite", + "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.andesite_borax_ore.prospected": "Borax", + "block.gtceu.andesite_bornite_ore.prospected": "Bornite", + "block.gtceu.andesite_calcite_ore.prospected": "Calcite", + "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.andesite_chromite_ore.prospected": "Chromite", + "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.andesite_coal_ore.prospected": "Coal", + "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.andesite_copper_ore.prospected": "Copper", + "block.gtceu.andesite_diamond_ore.prospected": "Diamond", + "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.andesite_emerald_ore.prospected": "Emerald", + "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.andesite_galena_ore.prospected": "Galena", + "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.andesite_goethite_ore.prospected": "Goethite", + "block.gtceu.andesite_gold_ore.prospected": "Gold", + "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.andesite_graphite_ore.prospected": "Graphite", + "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.andesite_grossular_ore.prospected": "Grossular", + "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.andesite_hematite_ore.prospected": "Hematite", + "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.andesite_iron_ore.prospected": "Iron", + "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.andesite_lapis_ore.prospected": "Lapis", + "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.andesite_lead_ore.prospected": "Lead", + "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.andesite_lithium_ore.prospected": "Lithium", + "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.andesite_malachite_ore.prospected": "Malachite", + "block.gtceu.andesite_mica_ore.prospected": "Mica", + "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.andesite_monazite_ore.prospected": "Monazite", + "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.andesite_nickel_ore.prospected": "Nickel", + "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.andesite_olivine_ore.prospected": "Olivine", + "block.gtceu.andesite_opal_ore.prospected": "Opal", + "block.gtceu.andesite_palladium_ore.prospected": "Palladium", + "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.andesite_platinum_ore.prospected": "Platinum", + "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.andesite_powellite_ore.prospected": "Powellite", + "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.andesite_realgar_ore.prospected": "Realgar", + "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.andesite_redstone_ore.prospected": "Redstone", + "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.andesite_ruby_ore.prospected": "Ruby", + "block.gtceu.andesite_salt_ore.prospected": "Salt", + "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.andesite_silver_ore.prospected": "Silver", + "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.andesite_talc_ore.prospected": "Talc", + "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.andesite_thorium_ore.prospected": "Thorium", + "block.gtceu.andesite_tin_ore.prospected": "Tin", + "block.gtceu.andesite_topaz_ore.prospected": "Topaz", + "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.andesite_trona_ore.prospected": "Trona", + "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.basalt_almandine_ore.prospected": "Almandine", + "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", + "block.gtceu.basalt_alunite_ore.prospected": "Alunite", + "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", + "block.gtceu.basalt_apatite_ore.prospected": "Apatite", + "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", + "block.gtceu.basalt_barite_ore.prospected": "Barite", + "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", + "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", + "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", + "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", + "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.basalt_borax_ore.prospected": "Borax", + "block.gtceu.basalt_bornite_ore.prospected": "Bornite", + "block.gtceu.basalt_calcite_ore.prospected": "Calcite", + "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.basalt_chromite_ore.prospected": "Chromite", + "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.basalt_coal_ore.prospected": "Coal", + "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", + "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", + "block.gtceu.basalt_copper_ore.prospected": "Copper", + "block.gtceu.basalt_diamond_ore.prospected": "Diamond", + "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", + "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", + "block.gtceu.basalt_emerald_ore.prospected": "Emerald", + "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.basalt_galena_ore.prospected": "Galena", + "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", + "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.basalt_goethite_ore.prospected": "Goethite", + "block.gtceu.basalt_gold_ore.prospected": "Gold", + "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.basalt_graphite_ore.prospected": "Graphite", + "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.basalt_grossular_ore.prospected": "Grossular", + "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", + "block.gtceu.basalt_hematite_ore.prospected": "Hematite", + "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.basalt_iron_ore.prospected": "Iron", + "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", + "block.gtceu.basalt_lapis_ore.prospected": "Lapis", + "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", + "block.gtceu.basalt_lead_ore.prospected": "Lead", + "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.basalt_lithium_ore.prospected": "Lithium", + "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", + "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", + "block.gtceu.basalt_malachite_ore.prospected": "Malachite", + "block.gtceu.basalt_mica_ore.prospected": "Mica", + "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.basalt_monazite_ore.prospected": "Monazite", + "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", + "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", + "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.basalt_nickel_ore.prospected": "Nickel", + "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", + "block.gtceu.basalt_olivine_ore.prospected": "Olivine", + "block.gtceu.basalt_opal_ore.prospected": "Opal", + "block.gtceu.basalt_palladium_ore.prospected": "Palladium", + "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.basalt_platinum_ore.prospected": "Platinum", + "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", + "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", + "block.gtceu.basalt_powellite_ore.prospected": "Powellite", + "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", + "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", + "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", + "block.gtceu.basalt_realgar_ore.prospected": "Realgar", + "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.basalt_redstone_ore.prospected": "Redstone", + "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.basalt_ruby_ore.prospected": "Ruby", + "block.gtceu.basalt_salt_ore.prospected": "Salt", + "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", + "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", + "block.gtceu.basalt_silver_ore.prospected": "Silver", + "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", + "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", + "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", + "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", + "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", + "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", + "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", + "block.gtceu.basalt_talc_ore.prospected": "Talc", + "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", + "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.basalt_thorium_ore.prospected": "Thorium", + "block.gtceu.basalt_tin_ore.prospected": "Tin", + "block.gtceu.basalt_topaz_ore.prospected": "Topaz", + "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.basalt_trona_ore.prospected": "Trona", + "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", + "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", + "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chalk_almandine_ore.prospected": "Almandine", + "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chalk_alunite_ore.prospected": "Alunite", + "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chalk_apatite_ore.prospected": "Apatite", + "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chalk_barite_ore.prospected": "Barite", + "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chalk_borax_ore.prospected": "Borax", + "block.gtceu.chalk_bornite_ore.prospected": "Bornite", + "block.gtceu.chalk_calcite_ore.prospected": "Calcite", + "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chalk_chromite_ore.prospected": "Chromite", + "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chalk_coal_ore.prospected": "Coal", + "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chalk_copper_ore.prospected": "Copper", + "block.gtceu.chalk_diamond_ore.prospected": "Diamond", + "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chalk_emerald_ore.prospected": "Emerald", + "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chalk_galena_ore.prospected": "Galena", + "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chalk_goethite_ore.prospected": "Goethite", + "block.gtceu.chalk_gold_ore.prospected": "Gold", + "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chalk_graphite_ore.prospected": "Graphite", + "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chalk_grossular_ore.prospected": "Grossular", + "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chalk_hematite_ore.prospected": "Hematite", + "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chalk_iron_ore.prospected": "Iron", + "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chalk_lapis_ore.prospected": "Lapis", + "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chalk_lead_ore.prospected": "Lead", + "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chalk_lithium_ore.prospected": "Lithium", + "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chalk_malachite_ore.prospected": "Malachite", + "block.gtceu.chalk_mica_ore.prospected": "Mica", + "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chalk_monazite_ore.prospected": "Monazite", + "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chalk_nickel_ore.prospected": "Nickel", + "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chalk_olivine_ore.prospected": "Olivine", + "block.gtceu.chalk_opal_ore.prospected": "Opal", + "block.gtceu.chalk_palladium_ore.prospected": "Palladium", + "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chalk_platinum_ore.prospected": "Platinum", + "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chalk_powellite_ore.prospected": "Powellite", + "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chalk_realgar_ore.prospected": "Realgar", + "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chalk_redstone_ore.prospected": "Redstone", + "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chalk_ruby_ore.prospected": "Ruby", + "block.gtceu.chalk_salt_ore.prospected": "Salt", + "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chalk_silver_ore.prospected": "Silver", + "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chalk_talc_ore.prospected": "Talc", + "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chalk_thorium_ore.prospected": "Thorium", + "block.gtceu.chalk_tin_ore.prospected": "Tin", + "block.gtceu.chalk_topaz_ore.prospected": "Topaz", + "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chalk_trona_ore.prospected": "Trona", + "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chert_almandine_ore.prospected": "Almandine", + "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chert_alunite_ore.prospected": "Alunite", + "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chert_apatite_ore.prospected": "Apatite", + "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chert_barite_ore.prospected": "Barite", + "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chert_borax_ore.prospected": "Borax", + "block.gtceu.chert_bornite_ore.prospected": "Bornite", + "block.gtceu.chert_calcite_ore.prospected": "Calcite", + "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chert_chromite_ore.prospected": "Chromite", + "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chert_coal_ore.prospected": "Coal", + "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chert_copper_ore.prospected": "Copper", + "block.gtceu.chert_diamond_ore.prospected": "Diamond", + "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chert_emerald_ore.prospected": "Emerald", + "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chert_galena_ore.prospected": "Galena", + "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chert_goethite_ore.prospected": "Goethite", + "block.gtceu.chert_gold_ore.prospected": "Gold", + "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chert_graphite_ore.prospected": "Graphite", + "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chert_grossular_ore.prospected": "Grossular", + "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chert_hematite_ore.prospected": "Hematite", + "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chert_iron_ore.prospected": "Iron", + "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chert_lapis_ore.prospected": "Lapis", + "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chert_lead_ore.prospected": "Lead", + "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chert_lithium_ore.prospected": "Lithium", + "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chert_malachite_ore.prospected": "Malachite", + "block.gtceu.chert_mica_ore.prospected": "Mica", + "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chert_monazite_ore.prospected": "Monazite", + "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chert_nickel_ore.prospected": "Nickel", + "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chert_olivine_ore.prospected": "Olivine", + "block.gtceu.chert_opal_ore.prospected": "Opal", + "block.gtceu.chert_palladium_ore.prospected": "Palladium", + "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chert_platinum_ore.prospected": "Platinum", + "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chert_powellite_ore.prospected": "Powellite", + "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chert_realgar_ore.prospected": "Realgar", + "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chert_redstone_ore.prospected": "Redstone", + "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chert_ruby_ore.prospected": "Ruby", + "block.gtceu.chert_salt_ore.prospected": "Salt", + "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chert_silver_ore.prospected": "Silver", + "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chert_talc_ore.prospected": "Talc", + "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chert_thorium_ore.prospected": "Thorium", + "block.gtceu.chert_tin_ore.prospected": "Tin", + "block.gtceu.chert_topaz_ore.prospected": "Topaz", + "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chert_trona_ore.prospected": "Trona", + "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", + "block.gtceu.claystone_almandine_ore.prospected": "Almandine", + "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.claystone_alunite_ore.prospected": "Alunite", + "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.claystone_apatite_ore.prospected": "Apatite", + "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.claystone_barite_ore.prospected": "Barite", + "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.claystone_borax_ore.prospected": "Borax", + "block.gtceu.claystone_bornite_ore.prospected": "Bornite", + "block.gtceu.claystone_calcite_ore.prospected": "Calcite", + "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.claystone_chromite_ore.prospected": "Chromite", + "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.claystone_coal_ore.prospected": "Coal", + "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.claystone_copper_ore.prospected": "Copper", + "block.gtceu.claystone_diamond_ore.prospected": "Diamond", + "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.claystone_emerald_ore.prospected": "Emerald", + "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.claystone_galena_ore.prospected": "Galena", + "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.claystone_goethite_ore.prospected": "Goethite", + "block.gtceu.claystone_gold_ore.prospected": "Gold", + "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.claystone_graphite_ore.prospected": "Graphite", + "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.claystone_grossular_ore.prospected": "Grossular", + "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.claystone_hematite_ore.prospected": "Hematite", + "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.claystone_iron_ore.prospected": "Iron", + "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.claystone_lapis_ore.prospected": "Lapis", + "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.claystone_lead_ore.prospected": "Lead", + "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.claystone_lithium_ore.prospected": "Lithium", + "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.claystone_malachite_ore.prospected": "Malachite", + "block.gtceu.claystone_mica_ore.prospected": "Mica", + "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.claystone_monazite_ore.prospected": "Monazite", + "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.claystone_nickel_ore.prospected": "Nickel", + "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.claystone_olivine_ore.prospected": "Olivine", + "block.gtceu.claystone_opal_ore.prospected": "Opal", + "block.gtceu.claystone_palladium_ore.prospected": "Palladium", + "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.claystone_platinum_ore.prospected": "Platinum", + "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.claystone_powellite_ore.prospected": "Powellite", + "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.claystone_realgar_ore.prospected": "Realgar", + "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.claystone_redstone_ore.prospected": "Redstone", + "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.claystone_ruby_ore.prospected": "Ruby", + "block.gtceu.claystone_salt_ore.prospected": "Salt", + "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.claystone_silver_ore.prospected": "Silver", + "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.claystone_talc_ore.prospected": "Talc", + "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.claystone_thorium_ore.prospected": "Thorium", + "block.gtceu.claystone_tin_ore.prospected": "Tin", + "block.gtceu.claystone_topaz_ore.prospected": "Topaz", + "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.claystone_trona_ore.prospected": "Trona", + "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", + "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", + "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", + "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.conglomerate_barite_ore.prospected": "Barite", + "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.conglomerate_borax_ore.prospected": "Borax", + "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", + "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", + "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", + "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.conglomerate_coal_ore.prospected": "Coal", + "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.conglomerate_copper_ore.prospected": "Copper", + "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", + "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", + "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.conglomerate_galena_ore.prospected": "Galena", + "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", + "block.gtceu.conglomerate_gold_ore.prospected": "Gold", + "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", + "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", + "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", + "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.conglomerate_iron_ore.prospected": "Iron", + "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", + "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.conglomerate_lead_ore.prospected": "Lead", + "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", + "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", + "block.gtceu.conglomerate_mica_ore.prospected": "Mica", + "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", + "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", + "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", + "block.gtceu.conglomerate_opal_ore.prospected": "Opal", + "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", + "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", + "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", + "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", + "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", + "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", + "block.gtceu.conglomerate_salt_ore.prospected": "Salt", + "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.conglomerate_silver_ore.prospected": "Silver", + "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.conglomerate_talc_ore.prospected": "Talc", + "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", + "block.gtceu.conglomerate_tin_ore.prospected": "Tin", + "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", + "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.conglomerate_trona_ore.prospected": "Trona", + "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dacite_almandine_ore.prospected": "Almandine", + "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dacite_alunite_ore.prospected": "Alunite", + "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dacite_apatite_ore.prospected": "Apatite", + "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dacite_barite_ore.prospected": "Barite", + "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dacite_borax_ore.prospected": "Borax", + "block.gtceu.dacite_bornite_ore.prospected": "Bornite", + "block.gtceu.dacite_calcite_ore.prospected": "Calcite", + "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dacite_chromite_ore.prospected": "Chromite", + "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dacite_coal_ore.prospected": "Coal", + "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dacite_copper_ore.prospected": "Copper", + "block.gtceu.dacite_diamond_ore.prospected": "Diamond", + "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dacite_emerald_ore.prospected": "Emerald", + "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dacite_galena_ore.prospected": "Galena", + "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dacite_goethite_ore.prospected": "Goethite", + "block.gtceu.dacite_gold_ore.prospected": "Gold", + "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dacite_graphite_ore.prospected": "Graphite", + "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dacite_grossular_ore.prospected": "Grossular", + "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dacite_hematite_ore.prospected": "Hematite", + "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dacite_iron_ore.prospected": "Iron", + "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dacite_lapis_ore.prospected": "Lapis", + "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dacite_lead_ore.prospected": "Lead", + "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dacite_lithium_ore.prospected": "Lithium", + "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dacite_malachite_ore.prospected": "Malachite", + "block.gtceu.dacite_mica_ore.prospected": "Mica", + "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dacite_monazite_ore.prospected": "Monazite", + "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dacite_nickel_ore.prospected": "Nickel", + "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dacite_olivine_ore.prospected": "Olivine", + "block.gtceu.dacite_opal_ore.prospected": "Opal", + "block.gtceu.dacite_palladium_ore.prospected": "Palladium", + "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dacite_platinum_ore.prospected": "Platinum", + "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dacite_powellite_ore.prospected": "Powellite", + "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dacite_realgar_ore.prospected": "Realgar", + "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dacite_redstone_ore.prospected": "Redstone", + "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dacite_ruby_ore.prospected": "Ruby", + "block.gtceu.dacite_salt_ore.prospected": "Salt", + "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dacite_silver_ore.prospected": "Silver", + "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dacite_talc_ore.prospected": "Talc", + "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dacite_thorium_ore.prospected": "Thorium", + "block.gtceu.dacite_tin_ore.prospected": "Tin", + "block.gtceu.dacite_topaz_ore.prospected": "Topaz", + "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dacite_trona_ore.prospected": "Trona", + "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.diorite_almandine_ore.prospected": "Almandine", + "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.diorite_alunite_ore.prospected": "Alunite", + "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.diorite_apatite_ore.prospected": "Apatite", + "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.diorite_barite_ore.prospected": "Barite", + "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.diorite_borax_ore.prospected": "Borax", + "block.gtceu.diorite_bornite_ore.prospected": "Bornite", + "block.gtceu.diorite_calcite_ore.prospected": "Calcite", + "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.diorite_chromite_ore.prospected": "Chromite", + "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.diorite_coal_ore.prospected": "Coal", + "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.diorite_copper_ore.prospected": "Copper", + "block.gtceu.diorite_diamond_ore.prospected": "Diamond", + "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.diorite_emerald_ore.prospected": "Emerald", + "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.diorite_galena_ore.prospected": "Galena", + "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.diorite_goethite_ore.prospected": "Goethite", + "block.gtceu.diorite_gold_ore.prospected": "Gold", + "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.diorite_graphite_ore.prospected": "Graphite", + "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.diorite_grossular_ore.prospected": "Grossular", + "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.diorite_hematite_ore.prospected": "Hematite", + "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.diorite_iron_ore.prospected": "Iron", + "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.diorite_lapis_ore.prospected": "Lapis", + "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.diorite_lead_ore.prospected": "Lead", + "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.diorite_lithium_ore.prospected": "Lithium", + "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.diorite_malachite_ore.prospected": "Malachite", + "block.gtceu.diorite_mica_ore.prospected": "Mica", + "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.diorite_monazite_ore.prospected": "Monazite", + "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.diorite_nickel_ore.prospected": "Nickel", + "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.diorite_olivine_ore.prospected": "Olivine", + "block.gtceu.diorite_opal_ore.prospected": "Opal", + "block.gtceu.diorite_palladium_ore.prospected": "Palladium", + "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.diorite_platinum_ore.prospected": "Platinum", + "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.diorite_powellite_ore.prospected": "Powellite", + "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.diorite_realgar_ore.prospected": "Realgar", + "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.diorite_redstone_ore.prospected": "Redstone", + "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.diorite_ruby_ore.prospected": "Ruby", + "block.gtceu.diorite_salt_ore.prospected": "Salt", + "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.diorite_silver_ore.prospected": "Silver", + "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.diorite_talc_ore.prospected": "Talc", + "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.diorite_thorium_ore.prospected": "Thorium", + "block.gtceu.diorite_tin_ore.prospected": "Tin", + "block.gtceu.diorite_topaz_ore.prospected": "Topaz", + "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.diorite_trona_ore.prospected": "Trona", + "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", + "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", + "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", + "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dolomite_barite_ore.prospected": "Barite", + "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dolomite_borax_ore.prospected": "Borax", + "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", + "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", + "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", + "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dolomite_coal_ore.prospected": "Coal", + "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dolomite_copper_ore.prospected": "Copper", + "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", + "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", + "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dolomite_galena_ore.prospected": "Galena", + "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", + "block.gtceu.dolomite_gold_ore.prospected": "Gold", + "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", + "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", + "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", + "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dolomite_iron_ore.prospected": "Iron", + "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", + "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dolomite_lead_ore.prospected": "Lead", + "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", + "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", + "block.gtceu.dolomite_mica_ore.prospected": "Mica", + "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", + "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", + "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", + "block.gtceu.dolomite_opal_ore.prospected": "Opal", + "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", + "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", + "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", + "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", + "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", + "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", + "block.gtceu.dolomite_salt_ore.prospected": "Salt", + "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dolomite_silver_ore.prospected": "Silver", + "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dolomite_talc_ore.prospected": "Talc", + "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", + "block.gtceu.dolomite_tin_ore.prospected": "Tin", + "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", + "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dolomite_trona_ore.prospected": "Trona", + "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", + "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", + "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", + "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gabbro_barite_ore.prospected": "Barite", + "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gabbro_borax_ore.prospected": "Borax", + "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", + "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", + "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", + "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gabbro_coal_ore.prospected": "Coal", + "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gabbro_copper_ore.prospected": "Copper", + "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", + "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", + "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gabbro_galena_ore.prospected": "Galena", + "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", + "block.gtceu.gabbro_gold_ore.prospected": "Gold", + "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", + "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", + "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", + "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gabbro_iron_ore.prospected": "Iron", + "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", + "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gabbro_lead_ore.prospected": "Lead", + "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", + "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", + "block.gtceu.gabbro_mica_ore.prospected": "Mica", + "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", + "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", + "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", + "block.gtceu.gabbro_opal_ore.prospected": "Opal", + "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", + "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", + "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", + "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", + "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", + "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", + "block.gtceu.gabbro_salt_ore.prospected": "Salt", + "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gabbro_silver_ore.prospected": "Silver", + "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gabbro_talc_ore.prospected": "Talc", + "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", + "block.gtceu.gabbro_tin_ore.prospected": "Tin", + "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", + "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gabbro_trona_ore.prospected": "Trona", + "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", + "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", + "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", + "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gneiss_barite_ore.prospected": "Barite", + "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gneiss_borax_ore.prospected": "Borax", + "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", + "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", + "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", + "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gneiss_coal_ore.prospected": "Coal", + "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gneiss_copper_ore.prospected": "Copper", + "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", + "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", + "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gneiss_galena_ore.prospected": "Galena", + "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", + "block.gtceu.gneiss_gold_ore.prospected": "Gold", + "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", + "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", + "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", + "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gneiss_iron_ore.prospected": "Iron", + "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", + "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gneiss_lead_ore.prospected": "Lead", + "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", + "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", + "block.gtceu.gneiss_mica_ore.prospected": "Mica", + "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", + "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", + "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", + "block.gtceu.gneiss_opal_ore.prospected": "Opal", + "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", + "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", + "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", + "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", + "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", + "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", + "block.gtceu.gneiss_salt_ore.prospected": "Salt", + "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gneiss_silver_ore.prospected": "Silver", + "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gneiss_talc_ore.prospected": "Talc", + "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", + "block.gtceu.gneiss_tin_ore.prospected": "Tin", + "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", + "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gneiss_trona_ore.prospected": "Trona", + "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", + "block.gtceu.granite_almandine_ore.prospected": "Almandine", + "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.granite_alunite_ore.prospected": "Alunite", + "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.granite_apatite_ore.prospected": "Apatite", + "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.granite_barite_ore.prospected": "Barite", + "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.granite_borax_ore.prospected": "Borax", + "block.gtceu.granite_bornite_ore.prospected": "Bornite", + "block.gtceu.granite_calcite_ore.prospected": "Calcite", + "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.granite_chromite_ore.prospected": "Chromite", + "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.granite_coal_ore.prospected": "Coal", + "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.granite_copper_ore.prospected": "Copper", + "block.gtceu.granite_diamond_ore.prospected": "Diamond", + "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.granite_emerald_ore.prospected": "Emerald", + "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.granite_galena_ore.prospected": "Galena", + "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.granite_goethite_ore.prospected": "Goethite", + "block.gtceu.granite_gold_ore.prospected": "Gold", + "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.granite_graphite_ore.prospected": "Graphite", + "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.granite_grossular_ore.prospected": "Grossular", + "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.granite_hematite_ore.prospected": "Hematite", + "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.granite_iron_ore.prospected": "Iron", + "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.granite_lapis_ore.prospected": "Lapis", + "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.granite_lead_ore.prospected": "Lead", + "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.granite_lithium_ore.prospected": "Lithium", + "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.granite_malachite_ore.prospected": "Malachite", + "block.gtceu.granite_mica_ore.prospected": "Mica", + "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.granite_monazite_ore.prospected": "Monazite", + "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.granite_nickel_ore.prospected": "Nickel", + "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.granite_olivine_ore.prospected": "Olivine", + "block.gtceu.granite_opal_ore.prospected": "Opal", + "block.gtceu.granite_palladium_ore.prospected": "Palladium", + "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.granite_platinum_ore.prospected": "Platinum", + "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.granite_powellite_ore.prospected": "Powellite", + "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.granite_realgar_ore.prospected": "Realgar", + "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.granite_redstone_ore.prospected": "Redstone", + "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.granite_ruby_ore.prospected": "Ruby", + "block.gtceu.granite_salt_ore.prospected": "Salt", + "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.granite_silver_ore.prospected": "Silver", + "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.granite_talc_ore.prospected": "Talc", + "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.granite_thorium_ore.prospected": "Thorium", + "block.gtceu.granite_tin_ore.prospected": "Tin", + "block.gtceu.granite_topaz_ore.prospected": "Topaz", + "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.granite_trona_ore.prospected": "Trona", + "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.limestone_almandine_ore.prospected": "Almandine", + "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.limestone_alunite_ore.prospected": "Alunite", + "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.limestone_apatite_ore.prospected": "Apatite", + "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.limestone_barite_ore.prospected": "Barite", + "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.limestone_borax_ore.prospected": "Borax", + "block.gtceu.limestone_bornite_ore.prospected": "Bornite", + "block.gtceu.limestone_calcite_ore.prospected": "Calcite", + "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.limestone_chromite_ore.prospected": "Chromite", + "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.limestone_coal_ore.prospected": "Coal", + "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.limestone_copper_ore.prospected": "Copper", + "block.gtceu.limestone_diamond_ore.prospected": "Diamond", + "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.limestone_emerald_ore.prospected": "Emerald", + "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.limestone_galena_ore.prospected": "Galena", + "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.limestone_goethite_ore.prospected": "Goethite", + "block.gtceu.limestone_gold_ore.prospected": "Gold", + "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.limestone_graphite_ore.prospected": "Graphite", + "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.limestone_grossular_ore.prospected": "Grossular", + "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.limestone_hematite_ore.prospected": "Hematite", + "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.limestone_iron_ore.prospected": "Iron", + "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.limestone_lapis_ore.prospected": "Lapis", + "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.limestone_lead_ore.prospected": "Lead", + "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.limestone_lithium_ore.prospected": "Lithium", + "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.limestone_malachite_ore.prospected": "Malachite", + "block.gtceu.limestone_mica_ore.prospected": "Mica", + "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.limestone_monazite_ore.prospected": "Monazite", + "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.limestone_nickel_ore.prospected": "Nickel", + "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.limestone_olivine_ore.prospected": "Olivine", + "block.gtceu.limestone_opal_ore.prospected": "Opal", + "block.gtceu.limestone_palladium_ore.prospected": "Palladium", + "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.limestone_platinum_ore.prospected": "Platinum", + "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.limestone_powellite_ore.prospected": "Powellite", + "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.limestone_realgar_ore.prospected": "Realgar", + "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.limestone_redstone_ore.prospected": "Redstone", + "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.limestone_ruby_ore.prospected": "Ruby", + "block.gtceu.limestone_salt_ore.prospected": "Salt", + "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.limestone_silver_ore.prospected": "Silver", + "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.limestone_talc_ore.prospected": "Talc", + "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.limestone_thorium_ore.prospected": "Thorium", + "block.gtceu.limestone_tin_ore.prospected": "Tin", + "block.gtceu.limestone_topaz_ore.prospected": "Topaz", + "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.limestone_trona_ore.prospected": "Trona", + "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.marble_almandine_ore.prospected": "Almandine", + "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", + "block.gtceu.marble_alunite_ore.prospected": "Alunite", + "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", + "block.gtceu.marble_apatite_ore.prospected": "Apatite", + "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", + "block.gtceu.marble_barite_ore.prospected": "Barite", + "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", + "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", + "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", + "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", + "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.marble_borax_ore.prospected": "Borax", + "block.gtceu.marble_bornite_ore.prospected": "Bornite", + "block.gtceu.marble_calcite_ore.prospected": "Calcite", + "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.marble_chromite_ore.prospected": "Chromite", + "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.marble_coal_ore.prospected": "Coal", + "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", + "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", + "block.gtceu.marble_copper_ore.prospected": "Copper", + "block.gtceu.marble_diamond_ore.prospected": "Diamond", + "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", + "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", + "block.gtceu.marble_emerald_ore.prospected": "Emerald", + "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.marble_galena_ore.prospected": "Galena", + "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", + "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.marble_goethite_ore.prospected": "Goethite", + "block.gtceu.marble_gold_ore.prospected": "Gold", + "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.marble_graphite_ore.prospected": "Graphite", + "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.marble_grossular_ore.prospected": "Grossular", + "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", + "block.gtceu.marble_hematite_ore.prospected": "Hematite", + "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.marble_iron_ore.prospected": "Iron", + "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", + "block.gtceu.marble_lapis_ore.prospected": "Lapis", + "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", + "block.gtceu.marble_lead_ore.prospected": "Lead", + "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.marble_lithium_ore.prospected": "Lithium", + "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", + "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", + "block.gtceu.marble_malachite_ore.prospected": "Malachite", + "block.gtceu.marble_mica_ore.prospected": "Mica", + "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.marble_monazite_ore.prospected": "Monazite", + "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", + "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", + "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.marble_nickel_ore.prospected": "Nickel", + "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", + "block.gtceu.marble_olivine_ore.prospected": "Olivine", + "block.gtceu.marble_opal_ore.prospected": "Opal", + "block.gtceu.marble_palladium_ore.prospected": "Palladium", + "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.marble_platinum_ore.prospected": "Platinum", + "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", + "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", + "block.gtceu.marble_powellite_ore.prospected": "Powellite", + "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", + "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", + "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", + "block.gtceu.marble_realgar_ore.prospected": "Realgar", + "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.marble_redstone_ore.prospected": "Redstone", + "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.marble_ruby_ore.prospected": "Ruby", + "block.gtceu.marble_salt_ore.prospected": "Salt", + "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", + "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", + "block.gtceu.marble_silver_ore.prospected": "Silver", + "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", + "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", + "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", + "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", + "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", + "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", + "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", + "block.gtceu.marble_talc_ore.prospected": "Talc", + "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", + "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.marble_thorium_ore.prospected": "Thorium", + "block.gtceu.marble_tin_ore.prospected": "Tin", + "block.gtceu.marble_topaz_ore.prospected": "Topaz", + "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.marble_trona_ore.prospected": "Trona", + "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", + "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", + "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", + "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", + "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", + "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", + "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.phyllite_barite_ore.prospected": "Barite", + "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.phyllite_borax_ore.prospected": "Borax", + "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", + "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", + "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", + "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.phyllite_coal_ore.prospected": "Coal", + "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.phyllite_copper_ore.prospected": "Copper", + "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", + "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", + "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.phyllite_galena_ore.prospected": "Galena", + "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", + "block.gtceu.phyllite_gold_ore.prospected": "Gold", + "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", + "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", + "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", + "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.phyllite_iron_ore.prospected": "Iron", + "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", + "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.phyllite_lead_ore.prospected": "Lead", + "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", + "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", + "block.gtceu.phyllite_mica_ore.prospected": "Mica", + "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", + "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", + "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", + "block.gtceu.phyllite_opal_ore.prospected": "Opal", + "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", + "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", + "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", + "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", + "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", + "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", + "block.gtceu.phyllite_salt_ore.prospected": "Salt", + "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.phyllite_silver_ore.prospected": "Silver", + "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.phyllite_talc_ore.prospected": "Talc", + "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", + "block.gtceu.phyllite_tin_ore.prospected": "Tin", + "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", + "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.phyllite_trona_ore.prospected": "Trona", + "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", + "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", + "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", + "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.quartzite_barite_ore.prospected": "Barite", + "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.quartzite_borax_ore.prospected": "Borax", + "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", + "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", + "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", + "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.quartzite_coal_ore.prospected": "Coal", + "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.quartzite_copper_ore.prospected": "Copper", + "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", + "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", + "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.quartzite_galena_ore.prospected": "Galena", + "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", + "block.gtceu.quartzite_gold_ore.prospected": "Gold", + "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", + "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", + "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", + "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.quartzite_iron_ore.prospected": "Iron", + "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", + "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.quartzite_lead_ore.prospected": "Lead", + "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", + "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", + "block.gtceu.quartzite_mica_ore.prospected": "Mica", + "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", + "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", + "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", + "block.gtceu.quartzite_opal_ore.prospected": "Opal", + "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", + "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", + "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", + "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", + "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", + "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", + "block.gtceu.quartzite_salt_ore.prospected": "Salt", + "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.quartzite_silver_ore.prospected": "Silver", + "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.quartzite_talc_ore.prospected": "Talc", + "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", + "block.gtceu.quartzite_tin_ore.prospected": "Tin", + "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", + "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.quartzite_trona_ore.prospected": "Trona", + "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", + "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", + "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", + "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.rhyolite_barite_ore.prospected": "Barite", + "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.rhyolite_borax_ore.prospected": "Borax", + "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", + "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", + "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", + "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.rhyolite_coal_ore.prospected": "Coal", + "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.rhyolite_copper_ore.prospected": "Copper", + "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", + "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", + "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.rhyolite_galena_ore.prospected": "Galena", + "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", + "block.gtceu.rhyolite_gold_ore.prospected": "Gold", + "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", + "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", + "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", + "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.rhyolite_iron_ore.prospected": "Iron", + "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", + "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.rhyolite_lead_ore.prospected": "Lead", + "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", + "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", + "block.gtceu.rhyolite_mica_ore.prospected": "Mica", + "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", + "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", + "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", + "block.gtceu.rhyolite_opal_ore.prospected": "Opal", + "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", + "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", + "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", + "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", + "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", + "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", + "block.gtceu.rhyolite_salt_ore.prospected": "Salt", + "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.rhyolite_silver_ore.prospected": "Silver", + "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.rhyolite_talc_ore.prospected": "Talc", + "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", + "block.gtceu.rhyolite_tin_ore.prospected": "Tin", + "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", + "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.rhyolite_trona_ore.prospected": "Trona", + "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.schist_almandine_ore.prospected": "Almandine", + "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", + "block.gtceu.schist_alunite_ore.prospected": "Alunite", + "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", + "block.gtceu.schist_apatite_ore.prospected": "Apatite", + "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", + "block.gtceu.schist_barite_ore.prospected": "Barite", + "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", + "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", + "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", + "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", + "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.schist_borax_ore.prospected": "Borax", + "block.gtceu.schist_bornite_ore.prospected": "Bornite", + "block.gtceu.schist_calcite_ore.prospected": "Calcite", + "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.schist_chromite_ore.prospected": "Chromite", + "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.schist_coal_ore.prospected": "Coal", + "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", + "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", + "block.gtceu.schist_copper_ore.prospected": "Copper", + "block.gtceu.schist_diamond_ore.prospected": "Diamond", + "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", + "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", + "block.gtceu.schist_emerald_ore.prospected": "Emerald", + "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.schist_galena_ore.prospected": "Galena", + "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", + "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.schist_goethite_ore.prospected": "Goethite", + "block.gtceu.schist_gold_ore.prospected": "Gold", + "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.schist_graphite_ore.prospected": "Graphite", + "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.schist_grossular_ore.prospected": "Grossular", + "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", + "block.gtceu.schist_hematite_ore.prospected": "Hematite", + "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.schist_iron_ore.prospected": "Iron", + "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", + "block.gtceu.schist_lapis_ore.prospected": "Lapis", + "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", + "block.gtceu.schist_lead_ore.prospected": "Lead", + "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.schist_lithium_ore.prospected": "Lithium", + "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", + "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", + "block.gtceu.schist_malachite_ore.prospected": "Malachite", + "block.gtceu.schist_mica_ore.prospected": "Mica", + "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.schist_monazite_ore.prospected": "Monazite", + "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", + "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", + "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.schist_nickel_ore.prospected": "Nickel", + "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", + "block.gtceu.schist_olivine_ore.prospected": "Olivine", + "block.gtceu.schist_opal_ore.prospected": "Opal", + "block.gtceu.schist_palladium_ore.prospected": "Palladium", + "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.schist_platinum_ore.prospected": "Platinum", + "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", + "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", + "block.gtceu.schist_powellite_ore.prospected": "Powellite", + "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", + "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", + "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", + "block.gtceu.schist_realgar_ore.prospected": "Realgar", + "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.schist_redstone_ore.prospected": "Redstone", + "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.schist_ruby_ore.prospected": "Ruby", + "block.gtceu.schist_salt_ore.prospected": "Salt", + "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", + "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", + "block.gtceu.schist_silver_ore.prospected": "Silver", + "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", + "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", + "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", + "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", + "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", + "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", + "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", + "block.gtceu.schist_talc_ore.prospected": "Talc", + "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", + "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.schist_thorium_ore.prospected": "Thorium", + "block.gtceu.schist_tin_ore.prospected": "Tin", + "block.gtceu.schist_topaz_ore.prospected": "Topaz", + "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.schist_trona_ore.prospected": "Trona", + "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", + "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", + "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", + "block.gtceu.shale_almandine_ore.prospected": "Almandine", + "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", + "block.gtceu.shale_alunite_ore.prospected": "Alunite", + "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", + "block.gtceu.shale_apatite_ore.prospected": "Apatite", + "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", + "block.gtceu.shale_barite_ore.prospected": "Barite", + "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", + "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", + "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", + "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", + "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.shale_borax_ore.prospected": "Borax", + "block.gtceu.shale_bornite_ore.prospected": "Bornite", + "block.gtceu.shale_calcite_ore.prospected": "Calcite", + "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.shale_chromite_ore.prospected": "Chromite", + "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.shale_coal_ore.prospected": "Coal", + "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", + "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", + "block.gtceu.shale_copper_ore.prospected": "Copper", + "block.gtceu.shale_diamond_ore.prospected": "Diamond", + "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", + "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", + "block.gtceu.shale_emerald_ore.prospected": "Emerald", + "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.shale_galena_ore.prospected": "Galena", + "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", + "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.shale_goethite_ore.prospected": "Goethite", + "block.gtceu.shale_gold_ore.prospected": "Gold", + "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.shale_graphite_ore.prospected": "Graphite", + "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.shale_grossular_ore.prospected": "Grossular", + "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", + "block.gtceu.shale_hematite_ore.prospected": "Hematite", + "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.shale_iron_ore.prospected": "Iron", + "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", + "block.gtceu.shale_lapis_ore.prospected": "Lapis", + "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", + "block.gtceu.shale_lead_ore.prospected": "Lead", + "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.shale_lithium_ore.prospected": "Lithium", + "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", + "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", + "block.gtceu.shale_malachite_ore.prospected": "Malachite", + "block.gtceu.shale_mica_ore.prospected": "Mica", + "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.shale_monazite_ore.prospected": "Monazite", + "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", + "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", + "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.shale_nickel_ore.prospected": "Nickel", + "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", + "block.gtceu.shale_olivine_ore.prospected": "Olivine", + "block.gtceu.shale_opal_ore.prospected": "Opal", + "block.gtceu.shale_palladium_ore.prospected": "Palladium", + "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.shale_platinum_ore.prospected": "Platinum", + "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", + "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", + "block.gtceu.shale_powellite_ore.prospected": "Powellite", + "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", + "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", + "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", + "block.gtceu.shale_realgar_ore.prospected": "Realgar", + "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.shale_redstone_ore.prospected": "Redstone", + "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.shale_ruby_ore.prospected": "Ruby", + "block.gtceu.shale_salt_ore.prospected": "Salt", + "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", + "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", + "block.gtceu.shale_silver_ore.prospected": "Silver", + "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", + "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", + "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", + "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", + "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", + "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", + "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", + "block.gtceu.shale_talc_ore.prospected": "Talc", + "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", + "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.shale_thorium_ore.prospected": "Thorium", + "block.gtceu.shale_tin_ore.prospected": "Tin", + "block.gtceu.shale_topaz_ore.prospected": "Topaz", + "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.shale_trona_ore.prospected": "Trona", + "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", + "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", + "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", + "block.gtceu.slate_almandine_ore.prospected": "Almandine", + "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.slate_alunite_ore.prospected": "Alunite", + "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.slate_apatite_ore.prospected": "Apatite", + "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.slate_barite_ore.prospected": "Barite", + "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.slate_borax_ore.prospected": "Borax", + "block.gtceu.slate_bornite_ore.prospected": "Bornite", + "block.gtceu.slate_calcite_ore.prospected": "Calcite", + "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.slate_chromite_ore.prospected": "Chromite", + "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.slate_coal_ore.prospected": "Coal", + "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.slate_copper_ore.prospected": "Copper", + "block.gtceu.slate_diamond_ore.prospected": "Diamond", + "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.slate_emerald_ore.prospected": "Emerald", + "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.slate_galena_ore.prospected": "Galena", + "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.slate_goethite_ore.prospected": "Goethite", + "block.gtceu.slate_gold_ore.prospected": "Gold", + "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.slate_graphite_ore.prospected": "Graphite", + "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.slate_grossular_ore.prospected": "Grossular", + "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.slate_hematite_ore.prospected": "Hematite", + "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.slate_iron_ore.prospected": "Iron", + "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.slate_lapis_ore.prospected": "Lapis", + "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.slate_lead_ore.prospected": "Lead", + "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.slate_lithium_ore.prospected": "Lithium", + "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.slate_malachite_ore.prospected": "Malachite", + "block.gtceu.slate_mica_ore.prospected": "Mica", + "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.slate_monazite_ore.prospected": "Monazite", + "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.slate_nickel_ore.prospected": "Nickel", + "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.slate_olivine_ore.prospected": "Olivine", + "block.gtceu.slate_opal_ore.prospected": "Opal", + "block.gtceu.slate_palladium_ore.prospected": "Palladium", + "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.slate_platinum_ore.prospected": "Platinum", + "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.slate_powellite_ore.prospected": "Powellite", + "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.slate_realgar_ore.prospected": "Realgar", + "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.slate_redstone_ore.prospected": "Redstone", + "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.slate_ruby_ore.prospected": "Ruby", + "block.gtceu.slate_salt_ore.prospected": "Salt", + "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.slate_silver_ore.prospected": "Silver", + "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.slate_talc_ore.prospected": "Talc", + "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.slate_thorium_ore.prospected": "Thorium", + "block.gtceu.slate_tin_ore.prospected": "Tin", + "block.gtceu.slate_topaz_ore.prospected": "Topaz", + "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.slate_trona_ore.prospected": "Trona", + "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", + "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", + "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", + "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.deepslate_barite_ore.prospected": "Barite", + "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.deepslate_borax_ore.prospected": "Borax", + "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", + "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", + "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", + "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.deepslate_coal_ore.prospected": "Coal", + "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.deepslate_copper_ore.prospected": "Copper", + "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", + "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", + "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.deepslate_galena_ore.prospected": "Galena", + "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", + "block.gtceu.deepslate_gold_ore.prospected": "Gold", + "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", + "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", + "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", + "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.deepslate_iron_ore.prospected": "Iron", + "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", + "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.deepslate_lead_ore.prospected": "Lead", + "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", + "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", + "block.gtceu.deepslate_mica_ore.prospected": "Mica", + "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", + "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", + "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", + "block.gtceu.deepslate_opal_ore.prospected": "Opal", + "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", + "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", + "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", + "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", + "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", + "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", + "block.gtceu.deepslate_salt_ore.prospected": "Salt", + "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.deepslate_silver_ore.prospected": "Silver", + "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.deepslate_talc_ore.prospected": "Talc", + "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", + "block.gtceu.deepslate_tin_ore.prospected": "Tin", + "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", + "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.deepslate_trona_ore.prospected": "Trona", + "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", + "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", + "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", + "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", + "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", + "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", + "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", + "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", + "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", + "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", + "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", + "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", + "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", + "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", + "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", + "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", + "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", + "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", + "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", + "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", + "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", + "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", + "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", + "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", + "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", + "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", + "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", + "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", + "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", + "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", + "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", + "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", + "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", + "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", + "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", + "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", + "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", + "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", + "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", + "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", + "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", + "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", + "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", + "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", + "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dripstone_barite_ore.prospected": "Barite", + "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dripstone_borax_ore.prospected": "Borax", + "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", + "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", + "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", + "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dripstone_coal_ore.prospected": "Coal", + "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dripstone_copper_ore.prospected": "Copper", + "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", + "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", + "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dripstone_galena_ore.prospected": "Galena", + "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", + "block.gtceu.dripstone_gold_ore.prospected": "Gold", + "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", + "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", + "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", + "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dripstone_iron_ore.prospected": "Iron", + "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", + "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dripstone_lead_ore.prospected": "Lead", + "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", + "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", + "block.gtceu.dripstone_mica_ore.prospected": "Mica", + "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", + "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", + "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", + "block.gtceu.dripstone_opal_ore.prospected": "Opal", + "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", + "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", + "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", + "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", + "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", + "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", + "block.gtceu.dripstone_salt_ore.prospected": "Salt", + "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dripstone_silver_ore.prospected": "Silver", + "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dripstone_talc_ore.prospected": "Talc", + "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", + "block.gtceu.dripstone_tin_ore.prospected": "Tin", + "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", + "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dripstone_trona_ore.prospected": "Trona", + "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", + "fluid.tfc.salt_water": "Sea Water", + "item.tfc.bucket.salt_water": "Sea Water Bucket", + "item.tfc.powder.saltpeter": "Saltpeter Powder", + "item.tfc.powder.sulfur": "Sulfur Powder", + "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", + "metal.tfg.redstone": "Redstone", + "metal.tfg.red_alloy": "Red Alloy", + "metal.tfg.tin_alloy": "Tin Alloy" } \ No newline at end of file diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 805ebc80e..911fc3ad2 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -191,20 +191,7 @@ "item.tfg.redblu_steel_hull_reinforcement": "Red & Blue Steel Hull Reinforcement", "item.tfg.aluminium_hull_reinforcement": "Aluminium Hull Reinforcement", "item.tfg.stainless_steel_hull_reinforcement": "Stainless Steel Hull Reinforcement", - "item.tfg.flint_arrow_head": "Flint Arrow Head", - "item.tfg.fletching": "Fletching", - "item.tfg.phantom_silk": "Phantom Silk", - "item.tfg.phantom_thread": "Phantom Thread", - "item.tfg.polycaprolactam_fabric": "Polycaprolactam Fabric", - "item.tfg.polycaprolactam_string": "Polycaprolactam String", - "item.tfg.fishing_net.wood": "Wood Fishing Net", - "item.tfg.fishing_net.brass": "Brass Fishing Net", - "item.tfg.fishing_net.rose_gold": "Rose Gold Fishing Net", - "item.tfg.fishing_net.sterling_silver": "Sterling Silver Fishing Net", - "item.tfg.fishing_net.invar": "Invar Fishing Net", - "item.tfg.fishing_net.cupronickel": "Cupronickel Fishing Net", - "item.tfg.fishing_net.tin_alloy": "Tin Alloy Fishing Net", - "item.tfg.fishing_net.magnalium": "Magnalium Fishing Net", + "item.tfg.titanium_hull_reinforcement": "Titanium Hull Reinforcement", "item.ulv_universal_circuit": "ULV Universal Circuit", "item.lv_universal_circuit": "LV Universal Circuit", "item.mv_universal_circuit": "MV Universal Circuit", From 3c0688a4a323d508cfbe280399f4531f500fe8e2 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 17:39:59 +0100 Subject: [PATCH 36/80] lang merging --- kubejs/assets/tfc/lang/en_us.json | 5268 +++++++++++++++-------------- 1 file changed, 2658 insertions(+), 2610 deletions(-) diff --git a/kubejs/assets/tfc/lang/en_us.json b/kubejs/assets/tfc/lang/en_us.json index fdae4da32..733c9f510 100644 --- a/kubejs/assets/tfc/lang/en_us.json +++ b/kubejs/assets/tfc/lang/en_us.json @@ -1,2612 +1,2660 @@ { - "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", - "block.tfc.fluid.salt_water": "Sea Water", - "block.tfc.cauldron.salt_water": "Sea Water Cauldron", - "block.gtceu.andesite_almandine_ore.prospected": "Almandine", - "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.andesite_alunite_ore.prospected": "Alunite", - "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.andesite_apatite_ore.prospected": "Apatite", - "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.andesite_barite_ore.prospected": "Barite", - "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.andesite_borax_ore.prospected": "Borax", - "block.gtceu.andesite_bornite_ore.prospected": "Bornite", - "block.gtceu.andesite_calcite_ore.prospected": "Calcite", - "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.andesite_chromite_ore.prospected": "Chromite", - "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.andesite_coal_ore.prospected": "Coal", - "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.andesite_copper_ore.prospected": "Copper", - "block.gtceu.andesite_diamond_ore.prospected": "Diamond", - "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.andesite_emerald_ore.prospected": "Emerald", - "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.andesite_galena_ore.prospected": "Galena", - "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.andesite_goethite_ore.prospected": "Goethite", - "block.gtceu.andesite_gold_ore.prospected": "Gold", - "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.andesite_graphite_ore.prospected": "Graphite", - "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.andesite_grossular_ore.prospected": "Grossular", - "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.andesite_hematite_ore.prospected": "Hematite", - "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.andesite_iron_ore.prospected": "Iron", - "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.andesite_lapis_ore.prospected": "Lapis", - "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.andesite_lead_ore.prospected": "Lead", - "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.andesite_lithium_ore.prospected": "Lithium", - "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.andesite_malachite_ore.prospected": "Malachite", - "block.gtceu.andesite_mica_ore.prospected": "Mica", - "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.andesite_monazite_ore.prospected": "Monazite", - "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.andesite_nickel_ore.prospected": "Nickel", - "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.andesite_olivine_ore.prospected": "Olivine", - "block.gtceu.andesite_opal_ore.prospected": "Opal", - "block.gtceu.andesite_palladium_ore.prospected": "Palladium", - "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.andesite_platinum_ore.prospected": "Platinum", - "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.andesite_powellite_ore.prospected": "Powellite", - "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.andesite_realgar_ore.prospected": "Realgar", - "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.andesite_redstone_ore.prospected": "Redstone", - "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.andesite_ruby_ore.prospected": "Ruby", - "block.gtceu.andesite_salt_ore.prospected": "Salt", - "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.andesite_silver_ore.prospected": "Silver", - "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.andesite_talc_ore.prospected": "Talc", - "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.andesite_thorium_ore.prospected": "Thorium", - "block.gtceu.andesite_tin_ore.prospected": "Tin", - "block.gtceu.andesite_topaz_ore.prospected": "Topaz", - "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.andesite_trona_ore.prospected": "Trona", - "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.basalt_almandine_ore.prospected": "Almandine", - "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", - "block.gtceu.basalt_alunite_ore.prospected": "Alunite", - "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", - "block.gtceu.basalt_apatite_ore.prospected": "Apatite", - "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", - "block.gtceu.basalt_barite_ore.prospected": "Barite", - "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", - "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", - "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", - "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", - "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.basalt_borax_ore.prospected": "Borax", - "block.gtceu.basalt_bornite_ore.prospected": "Bornite", - "block.gtceu.basalt_calcite_ore.prospected": "Calcite", - "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.basalt_chromite_ore.prospected": "Chromite", - "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.basalt_coal_ore.prospected": "Coal", - "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", - "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", - "block.gtceu.basalt_copper_ore.prospected": "Copper", - "block.gtceu.basalt_diamond_ore.prospected": "Diamond", - "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", - "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", - "block.gtceu.basalt_emerald_ore.prospected": "Emerald", - "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.basalt_galena_ore.prospected": "Galena", - "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", - "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.basalt_goethite_ore.prospected": "Goethite", - "block.gtceu.basalt_gold_ore.prospected": "Gold", - "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.basalt_graphite_ore.prospected": "Graphite", - "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.basalt_grossular_ore.prospected": "Grossular", - "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", - "block.gtceu.basalt_hematite_ore.prospected": "Hematite", - "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.basalt_iron_ore.prospected": "Iron", - "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", - "block.gtceu.basalt_lapis_ore.prospected": "Lapis", - "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", - "block.gtceu.basalt_lead_ore.prospected": "Lead", - "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.basalt_lithium_ore.prospected": "Lithium", - "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", - "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", - "block.gtceu.basalt_malachite_ore.prospected": "Malachite", - "block.gtceu.basalt_mica_ore.prospected": "Mica", - "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.basalt_monazite_ore.prospected": "Monazite", - "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", - "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", - "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.basalt_nickel_ore.prospected": "Nickel", - "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", - "block.gtceu.basalt_olivine_ore.prospected": "Olivine", - "block.gtceu.basalt_opal_ore.prospected": "Opal", - "block.gtceu.basalt_palladium_ore.prospected": "Palladium", - "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.basalt_platinum_ore.prospected": "Platinum", - "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", - "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", - "block.gtceu.basalt_powellite_ore.prospected": "Powellite", - "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", - "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", - "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", - "block.gtceu.basalt_realgar_ore.prospected": "Realgar", - "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.basalt_redstone_ore.prospected": "Redstone", - "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.basalt_ruby_ore.prospected": "Ruby", - "block.gtceu.basalt_salt_ore.prospected": "Salt", - "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", - "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", - "block.gtceu.basalt_silver_ore.prospected": "Silver", - "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", - "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", - "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", - "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", - "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", - "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", - "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", - "block.gtceu.basalt_talc_ore.prospected": "Talc", - "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", - "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.basalt_thorium_ore.prospected": "Thorium", - "block.gtceu.basalt_tin_ore.prospected": "Tin", - "block.gtceu.basalt_topaz_ore.prospected": "Topaz", - "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.basalt_trona_ore.prospected": "Trona", - "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", - "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", - "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chalk_almandine_ore.prospected": "Almandine", - "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chalk_alunite_ore.prospected": "Alunite", - "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chalk_apatite_ore.prospected": "Apatite", - "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chalk_barite_ore.prospected": "Barite", - "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chalk_borax_ore.prospected": "Borax", - "block.gtceu.chalk_bornite_ore.prospected": "Bornite", - "block.gtceu.chalk_calcite_ore.prospected": "Calcite", - "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chalk_chromite_ore.prospected": "Chromite", - "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chalk_coal_ore.prospected": "Coal", - "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chalk_copper_ore.prospected": "Copper", - "block.gtceu.chalk_diamond_ore.prospected": "Diamond", - "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chalk_emerald_ore.prospected": "Emerald", - "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chalk_galena_ore.prospected": "Galena", - "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chalk_goethite_ore.prospected": "Goethite", - "block.gtceu.chalk_gold_ore.prospected": "Gold", - "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chalk_graphite_ore.prospected": "Graphite", - "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chalk_grossular_ore.prospected": "Grossular", - "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chalk_hematite_ore.prospected": "Hematite", - "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chalk_iron_ore.prospected": "Iron", - "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chalk_lapis_ore.prospected": "Lapis", - "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chalk_lead_ore.prospected": "Lead", - "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chalk_lithium_ore.prospected": "Lithium", - "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chalk_malachite_ore.prospected": "Malachite", - "block.gtceu.chalk_mica_ore.prospected": "Mica", - "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chalk_monazite_ore.prospected": "Monazite", - "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chalk_nickel_ore.prospected": "Nickel", - "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chalk_olivine_ore.prospected": "Olivine", - "block.gtceu.chalk_opal_ore.prospected": "Opal", - "block.gtceu.chalk_palladium_ore.prospected": "Palladium", - "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chalk_platinum_ore.prospected": "Platinum", - "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chalk_powellite_ore.prospected": "Powellite", - "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chalk_realgar_ore.prospected": "Realgar", - "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chalk_redstone_ore.prospected": "Redstone", - "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chalk_ruby_ore.prospected": "Ruby", - "block.gtceu.chalk_salt_ore.prospected": "Salt", - "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chalk_silver_ore.prospected": "Silver", - "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chalk_talc_ore.prospected": "Talc", - "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chalk_thorium_ore.prospected": "Thorium", - "block.gtceu.chalk_tin_ore.prospected": "Tin", - "block.gtceu.chalk_topaz_ore.prospected": "Topaz", - "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chalk_trona_ore.prospected": "Trona", - "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chert_almandine_ore.prospected": "Almandine", - "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chert_alunite_ore.prospected": "Alunite", - "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chert_apatite_ore.prospected": "Apatite", - "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chert_barite_ore.prospected": "Barite", - "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chert_borax_ore.prospected": "Borax", - "block.gtceu.chert_bornite_ore.prospected": "Bornite", - "block.gtceu.chert_calcite_ore.prospected": "Calcite", - "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chert_chromite_ore.prospected": "Chromite", - "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chert_coal_ore.prospected": "Coal", - "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chert_copper_ore.prospected": "Copper", - "block.gtceu.chert_diamond_ore.prospected": "Diamond", - "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chert_emerald_ore.prospected": "Emerald", - "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chert_galena_ore.prospected": "Galena", - "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chert_goethite_ore.prospected": "Goethite", - "block.gtceu.chert_gold_ore.prospected": "Gold", - "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chert_graphite_ore.prospected": "Graphite", - "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chert_grossular_ore.prospected": "Grossular", - "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chert_hematite_ore.prospected": "Hematite", - "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chert_iron_ore.prospected": "Iron", - "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chert_lapis_ore.prospected": "Lapis", - "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chert_lead_ore.prospected": "Lead", - "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chert_lithium_ore.prospected": "Lithium", - "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chert_malachite_ore.prospected": "Malachite", - "block.gtceu.chert_mica_ore.prospected": "Mica", - "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chert_monazite_ore.prospected": "Monazite", - "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chert_nickel_ore.prospected": "Nickel", - "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chert_olivine_ore.prospected": "Olivine", - "block.gtceu.chert_opal_ore.prospected": "Opal", - "block.gtceu.chert_palladium_ore.prospected": "Palladium", - "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chert_platinum_ore.prospected": "Platinum", - "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chert_powellite_ore.prospected": "Powellite", - "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chert_realgar_ore.prospected": "Realgar", - "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chert_redstone_ore.prospected": "Redstone", - "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chert_ruby_ore.prospected": "Ruby", - "block.gtceu.chert_salt_ore.prospected": "Salt", - "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chert_silver_ore.prospected": "Silver", - "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chert_talc_ore.prospected": "Talc", - "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chert_thorium_ore.prospected": "Thorium", - "block.gtceu.chert_tin_ore.prospected": "Tin", - "block.gtceu.chert_topaz_ore.prospected": "Topaz", - "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chert_trona_ore.prospected": "Trona", - "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", - "block.gtceu.claystone_almandine_ore.prospected": "Almandine", - "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.claystone_alunite_ore.prospected": "Alunite", - "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.claystone_apatite_ore.prospected": "Apatite", - "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.claystone_barite_ore.prospected": "Barite", - "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.claystone_borax_ore.prospected": "Borax", - "block.gtceu.claystone_bornite_ore.prospected": "Bornite", - "block.gtceu.claystone_calcite_ore.prospected": "Calcite", - "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.claystone_chromite_ore.prospected": "Chromite", - "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.claystone_coal_ore.prospected": "Coal", - "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.claystone_copper_ore.prospected": "Copper", - "block.gtceu.claystone_diamond_ore.prospected": "Diamond", - "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.claystone_emerald_ore.prospected": "Emerald", - "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.claystone_galena_ore.prospected": "Galena", - "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.claystone_goethite_ore.prospected": "Goethite", - "block.gtceu.claystone_gold_ore.prospected": "Gold", - "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.claystone_graphite_ore.prospected": "Graphite", - "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.claystone_grossular_ore.prospected": "Grossular", - "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.claystone_hematite_ore.prospected": "Hematite", - "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.claystone_iron_ore.prospected": "Iron", - "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.claystone_lapis_ore.prospected": "Lapis", - "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.claystone_lead_ore.prospected": "Lead", - "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.claystone_lithium_ore.prospected": "Lithium", - "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.claystone_malachite_ore.prospected": "Malachite", - "block.gtceu.claystone_mica_ore.prospected": "Mica", - "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.claystone_monazite_ore.prospected": "Monazite", - "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.claystone_nickel_ore.prospected": "Nickel", - "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.claystone_olivine_ore.prospected": "Olivine", - "block.gtceu.claystone_opal_ore.prospected": "Opal", - "block.gtceu.claystone_palladium_ore.prospected": "Palladium", - "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.claystone_platinum_ore.prospected": "Platinum", - "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.claystone_powellite_ore.prospected": "Powellite", - "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.claystone_realgar_ore.prospected": "Realgar", - "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.claystone_redstone_ore.prospected": "Redstone", - "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.claystone_ruby_ore.prospected": "Ruby", - "block.gtceu.claystone_salt_ore.prospected": "Salt", - "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.claystone_silver_ore.prospected": "Silver", - "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.claystone_talc_ore.prospected": "Talc", - "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.claystone_thorium_ore.prospected": "Thorium", - "block.gtceu.claystone_tin_ore.prospected": "Tin", - "block.gtceu.claystone_topaz_ore.prospected": "Topaz", - "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.claystone_trona_ore.prospected": "Trona", - "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", - "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", - "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", - "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.conglomerate_barite_ore.prospected": "Barite", - "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.conglomerate_borax_ore.prospected": "Borax", - "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", - "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", - "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", - "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.conglomerate_coal_ore.prospected": "Coal", - "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.conglomerate_copper_ore.prospected": "Copper", - "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", - "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", - "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.conglomerate_galena_ore.prospected": "Galena", - "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", - "block.gtceu.conglomerate_gold_ore.prospected": "Gold", - "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", - "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", - "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", - "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.conglomerate_iron_ore.prospected": "Iron", - "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", - "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.conglomerate_lead_ore.prospected": "Lead", - "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", - "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", - "block.gtceu.conglomerate_mica_ore.prospected": "Mica", - "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", - "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", - "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", - "block.gtceu.conglomerate_opal_ore.prospected": "Opal", - "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", - "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", - "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", - "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", - "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", - "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", - "block.gtceu.conglomerate_salt_ore.prospected": "Salt", - "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.conglomerate_silver_ore.prospected": "Silver", - "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.conglomerate_talc_ore.prospected": "Talc", - "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", - "block.gtceu.conglomerate_tin_ore.prospected": "Tin", - "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", - "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.conglomerate_trona_ore.prospected": "Trona", - "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dacite_almandine_ore.prospected": "Almandine", - "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dacite_alunite_ore.prospected": "Alunite", - "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dacite_apatite_ore.prospected": "Apatite", - "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dacite_barite_ore.prospected": "Barite", - "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dacite_borax_ore.prospected": "Borax", - "block.gtceu.dacite_bornite_ore.prospected": "Bornite", - "block.gtceu.dacite_calcite_ore.prospected": "Calcite", - "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dacite_chromite_ore.prospected": "Chromite", - "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dacite_coal_ore.prospected": "Coal", - "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dacite_copper_ore.prospected": "Copper", - "block.gtceu.dacite_diamond_ore.prospected": "Diamond", - "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dacite_emerald_ore.prospected": "Emerald", - "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dacite_galena_ore.prospected": "Galena", - "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dacite_goethite_ore.prospected": "Goethite", - "block.gtceu.dacite_gold_ore.prospected": "Gold", - "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dacite_graphite_ore.prospected": "Graphite", - "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dacite_grossular_ore.prospected": "Grossular", - "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dacite_hematite_ore.prospected": "Hematite", - "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dacite_iron_ore.prospected": "Iron", - "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dacite_lapis_ore.prospected": "Lapis", - "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dacite_lead_ore.prospected": "Lead", - "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dacite_lithium_ore.prospected": "Lithium", - "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dacite_malachite_ore.prospected": "Malachite", - "block.gtceu.dacite_mica_ore.prospected": "Mica", - "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dacite_monazite_ore.prospected": "Monazite", - "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dacite_nickel_ore.prospected": "Nickel", - "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dacite_olivine_ore.prospected": "Olivine", - "block.gtceu.dacite_opal_ore.prospected": "Opal", - "block.gtceu.dacite_palladium_ore.prospected": "Palladium", - "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dacite_platinum_ore.prospected": "Platinum", - "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dacite_powellite_ore.prospected": "Powellite", - "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dacite_realgar_ore.prospected": "Realgar", - "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dacite_redstone_ore.prospected": "Redstone", - "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dacite_ruby_ore.prospected": "Ruby", - "block.gtceu.dacite_salt_ore.prospected": "Salt", - "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dacite_silver_ore.prospected": "Silver", - "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dacite_talc_ore.prospected": "Talc", - "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dacite_thorium_ore.prospected": "Thorium", - "block.gtceu.dacite_tin_ore.prospected": "Tin", - "block.gtceu.dacite_topaz_ore.prospected": "Topaz", - "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dacite_trona_ore.prospected": "Trona", - "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.diorite_almandine_ore.prospected": "Almandine", - "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.diorite_alunite_ore.prospected": "Alunite", - "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.diorite_apatite_ore.prospected": "Apatite", - "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.diorite_barite_ore.prospected": "Barite", - "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.diorite_borax_ore.prospected": "Borax", - "block.gtceu.diorite_bornite_ore.prospected": "Bornite", - "block.gtceu.diorite_calcite_ore.prospected": "Calcite", - "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.diorite_chromite_ore.prospected": "Chromite", - "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.diorite_coal_ore.prospected": "Coal", - "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.diorite_copper_ore.prospected": "Copper", - "block.gtceu.diorite_diamond_ore.prospected": "Diamond", - "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.diorite_emerald_ore.prospected": "Emerald", - "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.diorite_galena_ore.prospected": "Galena", - "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.diorite_goethite_ore.prospected": "Goethite", - "block.gtceu.diorite_gold_ore.prospected": "Gold", - "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.diorite_graphite_ore.prospected": "Graphite", - "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.diorite_grossular_ore.prospected": "Grossular", - "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.diorite_hematite_ore.prospected": "Hematite", - "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.diorite_iron_ore.prospected": "Iron", - "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.diorite_lapis_ore.prospected": "Lapis", - "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.diorite_lead_ore.prospected": "Lead", - "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.diorite_lithium_ore.prospected": "Lithium", - "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.diorite_malachite_ore.prospected": "Malachite", - "block.gtceu.diorite_mica_ore.prospected": "Mica", - "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.diorite_monazite_ore.prospected": "Monazite", - "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.diorite_nickel_ore.prospected": "Nickel", - "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.diorite_olivine_ore.prospected": "Olivine", - "block.gtceu.diorite_opal_ore.prospected": "Opal", - "block.gtceu.diorite_palladium_ore.prospected": "Palladium", - "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.diorite_platinum_ore.prospected": "Platinum", - "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.diorite_powellite_ore.prospected": "Powellite", - "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.diorite_realgar_ore.prospected": "Realgar", - "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.diorite_redstone_ore.prospected": "Redstone", - "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.diorite_ruby_ore.prospected": "Ruby", - "block.gtceu.diorite_salt_ore.prospected": "Salt", - "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.diorite_silver_ore.prospected": "Silver", - "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.diorite_talc_ore.prospected": "Talc", - "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.diorite_thorium_ore.prospected": "Thorium", - "block.gtceu.diorite_tin_ore.prospected": "Tin", - "block.gtceu.diorite_topaz_ore.prospected": "Topaz", - "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.diorite_trona_ore.prospected": "Trona", - "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", - "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", - "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", - "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dolomite_barite_ore.prospected": "Barite", - "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dolomite_borax_ore.prospected": "Borax", - "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", - "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", - "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", - "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dolomite_coal_ore.prospected": "Coal", - "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dolomite_copper_ore.prospected": "Copper", - "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", - "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", - "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dolomite_galena_ore.prospected": "Galena", - "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", - "block.gtceu.dolomite_gold_ore.prospected": "Gold", - "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", - "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", - "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", - "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dolomite_iron_ore.prospected": "Iron", - "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", - "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dolomite_lead_ore.prospected": "Lead", - "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", - "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", - "block.gtceu.dolomite_mica_ore.prospected": "Mica", - "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", - "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", - "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", - "block.gtceu.dolomite_opal_ore.prospected": "Opal", - "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", - "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", - "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", - "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", - "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", - "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", - "block.gtceu.dolomite_salt_ore.prospected": "Salt", - "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dolomite_silver_ore.prospected": "Silver", - "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dolomite_talc_ore.prospected": "Talc", - "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", - "block.gtceu.dolomite_tin_ore.prospected": "Tin", - "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", - "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dolomite_trona_ore.prospected": "Trona", - "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", - "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", - "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", - "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gabbro_barite_ore.prospected": "Barite", - "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gabbro_borax_ore.prospected": "Borax", - "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", - "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", - "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", - "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gabbro_coal_ore.prospected": "Coal", - "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gabbro_copper_ore.prospected": "Copper", - "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", - "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", - "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gabbro_galena_ore.prospected": "Galena", - "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", - "block.gtceu.gabbro_gold_ore.prospected": "Gold", - "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", - "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", - "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", - "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gabbro_iron_ore.prospected": "Iron", - "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", - "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gabbro_lead_ore.prospected": "Lead", - "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", - "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", - "block.gtceu.gabbro_mica_ore.prospected": "Mica", - "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", - "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", - "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", - "block.gtceu.gabbro_opal_ore.prospected": "Opal", - "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", - "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", - "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", - "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", - "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", - "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", - "block.gtceu.gabbro_salt_ore.prospected": "Salt", - "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gabbro_silver_ore.prospected": "Silver", - "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gabbro_talc_ore.prospected": "Talc", - "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", - "block.gtceu.gabbro_tin_ore.prospected": "Tin", - "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", - "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gabbro_trona_ore.prospected": "Trona", - "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", - "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", - "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", - "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gneiss_barite_ore.prospected": "Barite", - "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gneiss_borax_ore.prospected": "Borax", - "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", - "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", - "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", - "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gneiss_coal_ore.prospected": "Coal", - "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gneiss_copper_ore.prospected": "Copper", - "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", - "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", - "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gneiss_galena_ore.prospected": "Galena", - "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", - "block.gtceu.gneiss_gold_ore.prospected": "Gold", - "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", - "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", - "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", - "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gneiss_iron_ore.prospected": "Iron", - "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", - "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gneiss_lead_ore.prospected": "Lead", - "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", - "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", - "block.gtceu.gneiss_mica_ore.prospected": "Mica", - "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", - "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", - "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", - "block.gtceu.gneiss_opal_ore.prospected": "Opal", - "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", - "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", - "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", - "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", - "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", - "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", - "block.gtceu.gneiss_salt_ore.prospected": "Salt", - "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gneiss_silver_ore.prospected": "Silver", - "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gneiss_talc_ore.prospected": "Talc", - "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", - "block.gtceu.gneiss_tin_ore.prospected": "Tin", - "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", - "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gneiss_trona_ore.prospected": "Trona", - "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", - "block.gtceu.granite_almandine_ore.prospected": "Almandine", - "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.granite_alunite_ore.prospected": "Alunite", - "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.granite_apatite_ore.prospected": "Apatite", - "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.granite_barite_ore.prospected": "Barite", - "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.granite_borax_ore.prospected": "Borax", - "block.gtceu.granite_bornite_ore.prospected": "Bornite", - "block.gtceu.granite_calcite_ore.prospected": "Calcite", - "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.granite_chromite_ore.prospected": "Chromite", - "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.granite_coal_ore.prospected": "Coal", - "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.granite_copper_ore.prospected": "Copper", - "block.gtceu.granite_diamond_ore.prospected": "Diamond", - "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.granite_emerald_ore.prospected": "Emerald", - "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.granite_galena_ore.prospected": "Galena", - "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.granite_goethite_ore.prospected": "Goethite", - "block.gtceu.granite_gold_ore.prospected": "Gold", - "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.granite_graphite_ore.prospected": "Graphite", - "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.granite_grossular_ore.prospected": "Grossular", - "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.granite_hematite_ore.prospected": "Hematite", - "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.granite_iron_ore.prospected": "Iron", - "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.granite_lapis_ore.prospected": "Lapis", - "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.granite_lead_ore.prospected": "Lead", - "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.granite_lithium_ore.prospected": "Lithium", - "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.granite_malachite_ore.prospected": "Malachite", - "block.gtceu.granite_mica_ore.prospected": "Mica", - "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.granite_monazite_ore.prospected": "Monazite", - "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.granite_nickel_ore.prospected": "Nickel", - "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.granite_olivine_ore.prospected": "Olivine", - "block.gtceu.granite_opal_ore.prospected": "Opal", - "block.gtceu.granite_palladium_ore.prospected": "Palladium", - "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.granite_platinum_ore.prospected": "Platinum", - "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.granite_powellite_ore.prospected": "Powellite", - "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.granite_realgar_ore.prospected": "Realgar", - "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.granite_redstone_ore.prospected": "Redstone", - "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.granite_ruby_ore.prospected": "Ruby", - "block.gtceu.granite_salt_ore.prospected": "Salt", - "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.granite_silver_ore.prospected": "Silver", - "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.granite_talc_ore.prospected": "Talc", - "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.granite_thorium_ore.prospected": "Thorium", - "block.gtceu.granite_tin_ore.prospected": "Tin", - "block.gtceu.granite_topaz_ore.prospected": "Topaz", - "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.granite_trona_ore.prospected": "Trona", - "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.limestone_almandine_ore.prospected": "Almandine", - "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.limestone_alunite_ore.prospected": "Alunite", - "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.limestone_apatite_ore.prospected": "Apatite", - "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.limestone_barite_ore.prospected": "Barite", - "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.limestone_borax_ore.prospected": "Borax", - "block.gtceu.limestone_bornite_ore.prospected": "Bornite", - "block.gtceu.limestone_calcite_ore.prospected": "Calcite", - "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.limestone_chromite_ore.prospected": "Chromite", - "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.limestone_coal_ore.prospected": "Coal", - "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.limestone_copper_ore.prospected": "Copper", - "block.gtceu.limestone_diamond_ore.prospected": "Diamond", - "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.limestone_emerald_ore.prospected": "Emerald", - "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.limestone_galena_ore.prospected": "Galena", - "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.limestone_goethite_ore.prospected": "Goethite", - "block.gtceu.limestone_gold_ore.prospected": "Gold", - "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.limestone_graphite_ore.prospected": "Graphite", - "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.limestone_grossular_ore.prospected": "Grossular", - "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.limestone_hematite_ore.prospected": "Hematite", - "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.limestone_iron_ore.prospected": "Iron", - "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.limestone_lapis_ore.prospected": "Lapis", - "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.limestone_lead_ore.prospected": "Lead", - "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.limestone_lithium_ore.prospected": "Lithium", - "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.limestone_malachite_ore.prospected": "Malachite", - "block.gtceu.limestone_mica_ore.prospected": "Mica", - "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.limestone_monazite_ore.prospected": "Monazite", - "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.limestone_nickel_ore.prospected": "Nickel", - "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.limestone_olivine_ore.prospected": "Olivine", - "block.gtceu.limestone_opal_ore.prospected": "Opal", - "block.gtceu.limestone_palladium_ore.prospected": "Palladium", - "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.limestone_platinum_ore.prospected": "Platinum", - "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.limestone_powellite_ore.prospected": "Powellite", - "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.limestone_realgar_ore.prospected": "Realgar", - "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.limestone_redstone_ore.prospected": "Redstone", - "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.limestone_ruby_ore.prospected": "Ruby", - "block.gtceu.limestone_salt_ore.prospected": "Salt", - "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.limestone_silver_ore.prospected": "Silver", - "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.limestone_talc_ore.prospected": "Talc", - "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.limestone_thorium_ore.prospected": "Thorium", - "block.gtceu.limestone_tin_ore.prospected": "Tin", - "block.gtceu.limestone_topaz_ore.prospected": "Topaz", - "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.limestone_trona_ore.prospected": "Trona", - "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.marble_almandine_ore.prospected": "Almandine", - "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", - "block.gtceu.marble_alunite_ore.prospected": "Alunite", - "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", - "block.gtceu.marble_apatite_ore.prospected": "Apatite", - "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", - "block.gtceu.marble_barite_ore.prospected": "Barite", - "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", - "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", - "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", - "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", - "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.marble_borax_ore.prospected": "Borax", - "block.gtceu.marble_bornite_ore.prospected": "Bornite", - "block.gtceu.marble_calcite_ore.prospected": "Calcite", - "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.marble_chromite_ore.prospected": "Chromite", - "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.marble_coal_ore.prospected": "Coal", - "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", - "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", - "block.gtceu.marble_copper_ore.prospected": "Copper", - "block.gtceu.marble_diamond_ore.prospected": "Diamond", - "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", - "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", - "block.gtceu.marble_emerald_ore.prospected": "Emerald", - "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.marble_galena_ore.prospected": "Galena", - "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", - "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.marble_goethite_ore.prospected": "Goethite", - "block.gtceu.marble_gold_ore.prospected": "Gold", - "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.marble_graphite_ore.prospected": "Graphite", - "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.marble_grossular_ore.prospected": "Grossular", - "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", - "block.gtceu.marble_hematite_ore.prospected": "Hematite", - "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.marble_iron_ore.prospected": "Iron", - "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", - "block.gtceu.marble_lapis_ore.prospected": "Lapis", - "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", - "block.gtceu.marble_lead_ore.prospected": "Lead", - "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.marble_lithium_ore.prospected": "Lithium", - "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", - "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", - "block.gtceu.marble_malachite_ore.prospected": "Malachite", - "block.gtceu.marble_mica_ore.prospected": "Mica", - "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.marble_monazite_ore.prospected": "Monazite", - "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", - "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", - "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.marble_nickel_ore.prospected": "Nickel", - "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", - "block.gtceu.marble_olivine_ore.prospected": "Olivine", - "block.gtceu.marble_opal_ore.prospected": "Opal", - "block.gtceu.marble_palladium_ore.prospected": "Palladium", - "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.marble_platinum_ore.prospected": "Platinum", - "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", - "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", - "block.gtceu.marble_powellite_ore.prospected": "Powellite", - "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", - "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", - "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", - "block.gtceu.marble_realgar_ore.prospected": "Realgar", - "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.marble_redstone_ore.prospected": "Redstone", - "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.marble_ruby_ore.prospected": "Ruby", - "block.gtceu.marble_salt_ore.prospected": "Salt", - "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", - "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", - "block.gtceu.marble_silver_ore.prospected": "Silver", - "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", - "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", - "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", - "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", - "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", - "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", - "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", - "block.gtceu.marble_talc_ore.prospected": "Talc", - "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", - "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.marble_thorium_ore.prospected": "Thorium", - "block.gtceu.marble_tin_ore.prospected": "Tin", - "block.gtceu.marble_topaz_ore.prospected": "Topaz", - "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.marble_trona_ore.prospected": "Trona", - "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", - "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", - "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", - "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", - "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", - "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", - "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.phyllite_barite_ore.prospected": "Barite", - "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.phyllite_borax_ore.prospected": "Borax", - "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", - "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", - "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", - "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.phyllite_coal_ore.prospected": "Coal", - "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.phyllite_copper_ore.prospected": "Copper", - "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", - "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", - "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.phyllite_galena_ore.prospected": "Galena", - "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", - "block.gtceu.phyllite_gold_ore.prospected": "Gold", - "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", - "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", - "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", - "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.phyllite_iron_ore.prospected": "Iron", - "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", - "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.phyllite_lead_ore.prospected": "Lead", - "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", - "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", - "block.gtceu.phyllite_mica_ore.prospected": "Mica", - "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", - "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", - "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", - "block.gtceu.phyllite_opal_ore.prospected": "Opal", - "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", - "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", - "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", - "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", - "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", - "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", - "block.gtceu.phyllite_salt_ore.prospected": "Salt", - "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.phyllite_silver_ore.prospected": "Silver", - "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.phyllite_talc_ore.prospected": "Talc", - "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", - "block.gtceu.phyllite_tin_ore.prospected": "Tin", - "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", - "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.phyllite_trona_ore.prospected": "Trona", - "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", - "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", - "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", - "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.quartzite_barite_ore.prospected": "Barite", - "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.quartzite_borax_ore.prospected": "Borax", - "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", - "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", - "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", - "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.quartzite_coal_ore.prospected": "Coal", - "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.quartzite_copper_ore.prospected": "Copper", - "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", - "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", - "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.quartzite_galena_ore.prospected": "Galena", - "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", - "block.gtceu.quartzite_gold_ore.prospected": "Gold", - "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", - "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", - "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", - "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.quartzite_iron_ore.prospected": "Iron", - "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", - "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.quartzite_lead_ore.prospected": "Lead", - "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", - "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", - "block.gtceu.quartzite_mica_ore.prospected": "Mica", - "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", - "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", - "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", - "block.gtceu.quartzite_opal_ore.prospected": "Opal", - "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", - "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", - "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", - "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", - "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", - "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", - "block.gtceu.quartzite_salt_ore.prospected": "Salt", - "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.quartzite_silver_ore.prospected": "Silver", - "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.quartzite_talc_ore.prospected": "Talc", - "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", - "block.gtceu.quartzite_tin_ore.prospected": "Tin", - "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", - "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.quartzite_trona_ore.prospected": "Trona", - "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", - "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", - "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", - "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.rhyolite_barite_ore.prospected": "Barite", - "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.rhyolite_borax_ore.prospected": "Borax", - "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", - "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", - "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", - "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.rhyolite_coal_ore.prospected": "Coal", - "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.rhyolite_copper_ore.prospected": "Copper", - "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", - "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", - "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.rhyolite_galena_ore.prospected": "Galena", - "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", - "block.gtceu.rhyolite_gold_ore.prospected": "Gold", - "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", - "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", - "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", - "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.rhyolite_iron_ore.prospected": "Iron", - "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", - "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.rhyolite_lead_ore.prospected": "Lead", - "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", - "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", - "block.gtceu.rhyolite_mica_ore.prospected": "Mica", - "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", - "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", - "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", - "block.gtceu.rhyolite_opal_ore.prospected": "Opal", - "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", - "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", - "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", - "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", - "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", - "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", - "block.gtceu.rhyolite_salt_ore.prospected": "Salt", - "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.rhyolite_silver_ore.prospected": "Silver", - "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.rhyolite_talc_ore.prospected": "Talc", - "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", - "block.gtceu.rhyolite_tin_ore.prospected": "Tin", - "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", - "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.rhyolite_trona_ore.prospected": "Trona", - "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.schist_almandine_ore.prospected": "Almandine", - "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", - "block.gtceu.schist_alunite_ore.prospected": "Alunite", - "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", - "block.gtceu.schist_apatite_ore.prospected": "Apatite", - "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", - "block.gtceu.schist_barite_ore.prospected": "Barite", - "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", - "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", - "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", - "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", - "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.schist_borax_ore.prospected": "Borax", - "block.gtceu.schist_bornite_ore.prospected": "Bornite", - "block.gtceu.schist_calcite_ore.prospected": "Calcite", - "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.schist_chromite_ore.prospected": "Chromite", - "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.schist_coal_ore.prospected": "Coal", - "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", - "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", - "block.gtceu.schist_copper_ore.prospected": "Copper", - "block.gtceu.schist_diamond_ore.prospected": "Diamond", - "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", - "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", - "block.gtceu.schist_emerald_ore.prospected": "Emerald", - "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.schist_galena_ore.prospected": "Galena", - "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", - "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.schist_goethite_ore.prospected": "Goethite", - "block.gtceu.schist_gold_ore.prospected": "Gold", - "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.schist_graphite_ore.prospected": "Graphite", - "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.schist_grossular_ore.prospected": "Grossular", - "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", - "block.gtceu.schist_hematite_ore.prospected": "Hematite", - "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.schist_iron_ore.prospected": "Iron", - "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", - "block.gtceu.schist_lapis_ore.prospected": "Lapis", - "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", - "block.gtceu.schist_lead_ore.prospected": "Lead", - "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.schist_lithium_ore.prospected": "Lithium", - "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", - "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", - "block.gtceu.schist_malachite_ore.prospected": "Malachite", - "block.gtceu.schist_mica_ore.prospected": "Mica", - "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.schist_monazite_ore.prospected": "Monazite", - "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", - "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", - "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.schist_nickel_ore.prospected": "Nickel", - "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", - "block.gtceu.schist_olivine_ore.prospected": "Olivine", - "block.gtceu.schist_opal_ore.prospected": "Opal", - "block.gtceu.schist_palladium_ore.prospected": "Palladium", - "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.schist_platinum_ore.prospected": "Platinum", - "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", - "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", - "block.gtceu.schist_powellite_ore.prospected": "Powellite", - "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", - "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", - "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", - "block.gtceu.schist_realgar_ore.prospected": "Realgar", - "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.schist_redstone_ore.prospected": "Redstone", - "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.schist_ruby_ore.prospected": "Ruby", - "block.gtceu.schist_salt_ore.prospected": "Salt", - "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", - "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", - "block.gtceu.schist_silver_ore.prospected": "Silver", - "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", - "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", - "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", - "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", - "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", - "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", - "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", - "block.gtceu.schist_talc_ore.prospected": "Talc", - "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", - "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.schist_thorium_ore.prospected": "Thorium", - "block.gtceu.schist_tin_ore.prospected": "Tin", - "block.gtceu.schist_topaz_ore.prospected": "Topaz", - "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.schist_trona_ore.prospected": "Trona", - "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", - "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", - "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", - "block.gtceu.shale_almandine_ore.prospected": "Almandine", - "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", - "block.gtceu.shale_alunite_ore.prospected": "Alunite", - "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", - "block.gtceu.shale_apatite_ore.prospected": "Apatite", - "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", - "block.gtceu.shale_barite_ore.prospected": "Barite", - "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", - "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", - "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", - "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", - "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.shale_borax_ore.prospected": "Borax", - "block.gtceu.shale_bornite_ore.prospected": "Bornite", - "block.gtceu.shale_calcite_ore.prospected": "Calcite", - "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.shale_chromite_ore.prospected": "Chromite", - "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.shale_coal_ore.prospected": "Coal", - "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", - "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", - "block.gtceu.shale_copper_ore.prospected": "Copper", - "block.gtceu.shale_diamond_ore.prospected": "Diamond", - "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", - "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", - "block.gtceu.shale_emerald_ore.prospected": "Emerald", - "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.shale_galena_ore.prospected": "Galena", - "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", - "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.shale_goethite_ore.prospected": "Goethite", - "block.gtceu.shale_gold_ore.prospected": "Gold", - "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.shale_graphite_ore.prospected": "Graphite", - "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.shale_grossular_ore.prospected": "Grossular", - "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", - "block.gtceu.shale_hematite_ore.prospected": "Hematite", - "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.shale_iron_ore.prospected": "Iron", - "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", - "block.gtceu.shale_lapis_ore.prospected": "Lapis", - "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", - "block.gtceu.shale_lead_ore.prospected": "Lead", - "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.shale_lithium_ore.prospected": "Lithium", - "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", - "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", - "block.gtceu.shale_malachite_ore.prospected": "Malachite", - "block.gtceu.shale_mica_ore.prospected": "Mica", - "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.shale_monazite_ore.prospected": "Monazite", - "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", - "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", - "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.shale_nickel_ore.prospected": "Nickel", - "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", - "block.gtceu.shale_olivine_ore.prospected": "Olivine", - "block.gtceu.shale_opal_ore.prospected": "Opal", - "block.gtceu.shale_palladium_ore.prospected": "Palladium", - "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.shale_platinum_ore.prospected": "Platinum", - "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", - "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", - "block.gtceu.shale_powellite_ore.prospected": "Powellite", - "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", - "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", - "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", - "block.gtceu.shale_realgar_ore.prospected": "Realgar", - "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.shale_redstone_ore.prospected": "Redstone", - "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.shale_ruby_ore.prospected": "Ruby", - "block.gtceu.shale_salt_ore.prospected": "Salt", - "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", - "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", - "block.gtceu.shale_silver_ore.prospected": "Silver", - "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", - "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", - "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", - "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", - "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", - "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", - "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", - "block.gtceu.shale_talc_ore.prospected": "Talc", - "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", - "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.shale_thorium_ore.prospected": "Thorium", - "block.gtceu.shale_tin_ore.prospected": "Tin", - "block.gtceu.shale_topaz_ore.prospected": "Topaz", - "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.shale_trona_ore.prospected": "Trona", - "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", - "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", - "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", - "block.gtceu.slate_almandine_ore.prospected": "Almandine", - "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.slate_alunite_ore.prospected": "Alunite", - "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.slate_apatite_ore.prospected": "Apatite", - "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.slate_barite_ore.prospected": "Barite", - "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.slate_borax_ore.prospected": "Borax", - "block.gtceu.slate_bornite_ore.prospected": "Bornite", - "block.gtceu.slate_calcite_ore.prospected": "Calcite", - "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.slate_chromite_ore.prospected": "Chromite", - "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.slate_coal_ore.prospected": "Coal", - "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.slate_copper_ore.prospected": "Copper", - "block.gtceu.slate_diamond_ore.prospected": "Diamond", - "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.slate_emerald_ore.prospected": "Emerald", - "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.slate_galena_ore.prospected": "Galena", - "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.slate_goethite_ore.prospected": "Goethite", - "block.gtceu.slate_gold_ore.prospected": "Gold", - "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.slate_graphite_ore.prospected": "Graphite", - "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.slate_grossular_ore.prospected": "Grossular", - "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.slate_hematite_ore.prospected": "Hematite", - "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.slate_iron_ore.prospected": "Iron", - "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.slate_lapis_ore.prospected": "Lapis", - "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.slate_lead_ore.prospected": "Lead", - "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.slate_lithium_ore.prospected": "Lithium", - "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.slate_malachite_ore.prospected": "Malachite", - "block.gtceu.slate_mica_ore.prospected": "Mica", - "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.slate_monazite_ore.prospected": "Monazite", - "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.slate_nickel_ore.prospected": "Nickel", - "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.slate_olivine_ore.prospected": "Olivine", - "block.gtceu.slate_opal_ore.prospected": "Opal", - "block.gtceu.slate_palladium_ore.prospected": "Palladium", - "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.slate_platinum_ore.prospected": "Platinum", - "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.slate_powellite_ore.prospected": "Powellite", - "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.slate_realgar_ore.prospected": "Realgar", - "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.slate_redstone_ore.prospected": "Redstone", - "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.slate_ruby_ore.prospected": "Ruby", - "block.gtceu.slate_salt_ore.prospected": "Salt", - "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.slate_silver_ore.prospected": "Silver", - "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.slate_talc_ore.prospected": "Talc", - "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.slate_thorium_ore.prospected": "Thorium", - "block.gtceu.slate_tin_ore.prospected": "Tin", - "block.gtceu.slate_topaz_ore.prospected": "Topaz", - "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.slate_trona_ore.prospected": "Trona", - "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", - "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", - "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", - "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.deepslate_barite_ore.prospected": "Barite", - "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.deepslate_borax_ore.prospected": "Borax", - "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", - "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", - "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", - "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.deepslate_coal_ore.prospected": "Coal", - "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.deepslate_copper_ore.prospected": "Copper", - "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", - "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", - "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.deepslate_galena_ore.prospected": "Galena", - "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", - "block.gtceu.deepslate_gold_ore.prospected": "Gold", - "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", - "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", - "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", - "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.deepslate_iron_ore.prospected": "Iron", - "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", - "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.deepslate_lead_ore.prospected": "Lead", - "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", - "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", - "block.gtceu.deepslate_mica_ore.prospected": "Mica", - "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", - "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", - "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", - "block.gtceu.deepslate_opal_ore.prospected": "Opal", - "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", - "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", - "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", - "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", - "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", - "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", - "block.gtceu.deepslate_salt_ore.prospected": "Salt", - "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.deepslate_silver_ore.prospected": "Silver", - "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.deepslate_talc_ore.prospected": "Talc", - "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", - "block.gtceu.deepslate_tin_ore.prospected": "Tin", - "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", - "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.deepslate_trona_ore.prospected": "Trona", - "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", - "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", - "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", - "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", - "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", - "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", - "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", - "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", - "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", - "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", - "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", - "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", - "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", - "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", - "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", - "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", - "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", - "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", - "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", - "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", - "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", - "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", - "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", - "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", - "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", - "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", - "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", - "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", - "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", - "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", - "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", - "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", - "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", - "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", - "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", - "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", - "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", - "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", - "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", - "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", - "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", - "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", - "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", - "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", - "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dripstone_barite_ore.prospected": "Barite", - "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dripstone_borax_ore.prospected": "Borax", - "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", - "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", - "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", - "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dripstone_coal_ore.prospected": "Coal", - "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dripstone_copper_ore.prospected": "Copper", - "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", - "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", - "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dripstone_galena_ore.prospected": "Galena", - "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", - "block.gtceu.dripstone_gold_ore.prospected": "Gold", - "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", - "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", - "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", - "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dripstone_iron_ore.prospected": "Iron", - "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", - "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dripstone_lead_ore.prospected": "Lead", - "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", - "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", - "block.gtceu.dripstone_mica_ore.prospected": "Mica", - "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", - "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", - "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", - "block.gtceu.dripstone_opal_ore.prospected": "Opal", - "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", - "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", - "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", - "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", - "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", - "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", - "block.gtceu.dripstone_salt_ore.prospected": "Salt", - "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dripstone_silver_ore.prospected": "Silver", - "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dripstone_talc_ore.prospected": "Talc", - "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", - "block.gtceu.dripstone_tin_ore.prospected": "Tin", - "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", - "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dripstone_trona_ore.prospected": "Trona", - "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", - "fluid.tfc.salt_water": "Sea Water", - "item.tfc.bucket.salt_water": "Sea Water Bucket", - "item.tfc.powder.saltpeter": "Saltpeter Powder", - "item.tfc.powder.sulfur": "Sulfur Powder", - "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", - "metal.tfg.redstone": "Redstone", - "metal.tfg.red_alloy": "Red Alloy", - "metal.tfg.tin_alloy": "Tin Alloy" + "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", + "block.tfc.fluid.salt_water": "Sea Water", + "block.tfc.cauldron.salt_water": "Sea Water Cauldron", + "block.gtceu.andesite_almandine_ore.prospected": "Almandine", + "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.andesite_alunite_ore.prospected": "Alunite", + "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.andesite_apatite_ore.prospected": "Apatite", + "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.andesite_barite_ore.prospected": "Barite", + "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.andesite_borax_ore.prospected": "Borax", + "block.gtceu.andesite_bornite_ore.prospected": "Bornite", + "block.gtceu.andesite_calcite_ore.prospected": "Calcite", + "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.andesite_chromite_ore.prospected": "Chromite", + "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.andesite_coal_ore.prospected": "Coal", + "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.andesite_copper_ore.prospected": "Copper", + "block.gtceu.andesite_diamond_ore.prospected": "Diamond", + "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.andesite_emerald_ore.prospected": "Emerald", + "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.andesite_galena_ore.prospected": "Galena", + "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.andesite_goethite_ore.prospected": "Goethite", + "block.gtceu.andesite_gold_ore.prospected": "Gold", + "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.andesite_graphite_ore.prospected": "Graphite", + "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.andesite_grossular_ore.prospected": "Grossular", + "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.andesite_hematite_ore.prospected": "Hematite", + "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.andesite_iron_ore.prospected": "Iron", + "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.andesite_lapis_ore.prospected": "Lapis", + "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.andesite_lead_ore.prospected": "Lead", + "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.andesite_lithium_ore.prospected": "Lithium", + "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.andesite_malachite_ore.prospected": "Malachite", + "block.gtceu.andesite_mica_ore.prospected": "Mica", + "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.andesite_monazite_ore.prospected": "Monazite", + "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.andesite_nickel_ore.prospected": "Nickel", + "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.andesite_olivine_ore.prospected": "Olivine", + "block.gtceu.andesite_opal_ore.prospected": "Opal", + "block.gtceu.andesite_palladium_ore.prospected": "Palladium", + "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.andesite_platinum_ore.prospected": "Platinum", + "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.andesite_powellite_ore.prospected": "Powellite", + "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.andesite_realgar_ore.prospected": "Realgar", + "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.andesite_redstone_ore.prospected": "Redstone", + "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.andesite_ruby_ore.prospected": "Ruby", + "block.gtceu.andesite_salt_ore.prospected": "Salt", + "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.andesite_silver_ore.prospected": "Silver", + "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.andesite_talc_ore.prospected": "Talc", + "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.andesite_thorium_ore.prospected": "Thorium", + "block.gtceu.andesite_tin_ore.prospected": "Tin", + "block.gtceu.andesite_topaz_ore.prospected": "Topaz", + "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.andesite_trona_ore.prospected": "Trona", + "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.basalt_almandine_ore.prospected": "Almandine", + "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", + "block.gtceu.basalt_alunite_ore.prospected": "Alunite", + "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", + "block.gtceu.basalt_apatite_ore.prospected": "Apatite", + "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", + "block.gtceu.basalt_barite_ore.prospected": "Barite", + "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", + "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", + "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", + "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", + "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.basalt_borax_ore.prospected": "Borax", + "block.gtceu.basalt_bornite_ore.prospected": "Bornite", + "block.gtceu.basalt_calcite_ore.prospected": "Calcite", + "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.basalt_chromite_ore.prospected": "Chromite", + "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.basalt_coal_ore.prospected": "Coal", + "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", + "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", + "block.gtceu.basalt_copper_ore.prospected": "Copper", + "block.gtceu.basalt_diamond_ore.prospected": "Diamond", + "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", + "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", + "block.gtceu.basalt_emerald_ore.prospected": "Emerald", + "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.basalt_galena_ore.prospected": "Galena", + "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", + "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.basalt_goethite_ore.prospected": "Goethite", + "block.gtceu.basalt_gold_ore.prospected": "Gold", + "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.basalt_graphite_ore.prospected": "Graphite", + "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.basalt_grossular_ore.prospected": "Grossular", + "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", + "block.gtceu.basalt_hematite_ore.prospected": "Hematite", + "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.basalt_iron_ore.prospected": "Iron", + "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", + "block.gtceu.basalt_lapis_ore.prospected": "Lapis", + "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", + "block.gtceu.basalt_lead_ore.prospected": "Lead", + "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.basalt_lithium_ore.prospected": "Lithium", + "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", + "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", + "block.gtceu.basalt_malachite_ore.prospected": "Malachite", + "block.gtceu.basalt_mica_ore.prospected": "Mica", + "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.basalt_monazite_ore.prospected": "Monazite", + "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", + "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", + "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.basalt_nickel_ore.prospected": "Nickel", + "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", + "block.gtceu.basalt_olivine_ore.prospected": "Olivine", + "block.gtceu.basalt_opal_ore.prospected": "Opal", + "block.gtceu.basalt_palladium_ore.prospected": "Palladium", + "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.basalt_platinum_ore.prospected": "Platinum", + "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", + "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", + "block.gtceu.basalt_powellite_ore.prospected": "Powellite", + "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", + "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", + "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", + "block.gtceu.basalt_realgar_ore.prospected": "Realgar", + "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.basalt_redstone_ore.prospected": "Redstone", + "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.basalt_ruby_ore.prospected": "Ruby", + "block.gtceu.basalt_salt_ore.prospected": "Salt", + "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", + "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", + "block.gtceu.basalt_silver_ore.prospected": "Silver", + "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", + "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", + "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", + "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", + "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", + "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", + "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", + "block.gtceu.basalt_talc_ore.prospected": "Talc", + "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", + "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.basalt_thorium_ore.prospected": "Thorium", + "block.gtceu.basalt_tin_ore.prospected": "Tin", + "block.gtceu.basalt_topaz_ore.prospected": "Topaz", + "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.basalt_trona_ore.prospected": "Trona", + "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", + "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", + "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chalk_almandine_ore.prospected": "Almandine", + "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chalk_alunite_ore.prospected": "Alunite", + "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chalk_apatite_ore.prospected": "Apatite", + "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chalk_barite_ore.prospected": "Barite", + "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chalk_borax_ore.prospected": "Borax", + "block.gtceu.chalk_bornite_ore.prospected": "Bornite", + "block.gtceu.chalk_calcite_ore.prospected": "Calcite", + "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chalk_chromite_ore.prospected": "Chromite", + "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chalk_coal_ore.prospected": "Coal", + "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chalk_copper_ore.prospected": "Copper", + "block.gtceu.chalk_diamond_ore.prospected": "Diamond", + "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chalk_emerald_ore.prospected": "Emerald", + "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chalk_galena_ore.prospected": "Galena", + "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chalk_goethite_ore.prospected": "Goethite", + "block.gtceu.chalk_gold_ore.prospected": "Gold", + "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chalk_graphite_ore.prospected": "Graphite", + "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chalk_grossular_ore.prospected": "Grossular", + "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chalk_hematite_ore.prospected": "Hematite", + "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chalk_iron_ore.prospected": "Iron", + "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chalk_lapis_ore.prospected": "Lapis", + "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chalk_lead_ore.prospected": "Lead", + "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chalk_lithium_ore.prospected": "Lithium", + "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chalk_malachite_ore.prospected": "Malachite", + "block.gtceu.chalk_mica_ore.prospected": "Mica", + "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chalk_monazite_ore.prospected": "Monazite", + "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chalk_nickel_ore.prospected": "Nickel", + "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chalk_olivine_ore.prospected": "Olivine", + "block.gtceu.chalk_opal_ore.prospected": "Opal", + "block.gtceu.chalk_palladium_ore.prospected": "Palladium", + "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chalk_platinum_ore.prospected": "Platinum", + "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chalk_powellite_ore.prospected": "Powellite", + "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chalk_realgar_ore.prospected": "Realgar", + "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chalk_redstone_ore.prospected": "Redstone", + "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chalk_ruby_ore.prospected": "Ruby", + "block.gtceu.chalk_salt_ore.prospected": "Salt", + "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chalk_silver_ore.prospected": "Silver", + "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chalk_talc_ore.prospected": "Talc", + "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chalk_thorium_ore.prospected": "Thorium", + "block.gtceu.chalk_tin_ore.prospected": "Tin", + "block.gtceu.chalk_topaz_ore.prospected": "Topaz", + "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chalk_trona_ore.prospected": "Trona", + "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chert_almandine_ore.prospected": "Almandine", + "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chert_alunite_ore.prospected": "Alunite", + "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chert_apatite_ore.prospected": "Apatite", + "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chert_barite_ore.prospected": "Barite", + "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chert_borax_ore.prospected": "Borax", + "block.gtceu.chert_bornite_ore.prospected": "Bornite", + "block.gtceu.chert_calcite_ore.prospected": "Calcite", + "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chert_chromite_ore.prospected": "Chromite", + "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chert_coal_ore.prospected": "Coal", + "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chert_copper_ore.prospected": "Copper", + "block.gtceu.chert_diamond_ore.prospected": "Diamond", + "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chert_emerald_ore.prospected": "Emerald", + "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chert_galena_ore.prospected": "Galena", + "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chert_goethite_ore.prospected": "Goethite", + "block.gtceu.chert_gold_ore.prospected": "Gold", + "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chert_graphite_ore.prospected": "Graphite", + "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chert_grossular_ore.prospected": "Grossular", + "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chert_hematite_ore.prospected": "Hematite", + "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chert_iron_ore.prospected": "Iron", + "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chert_lapis_ore.prospected": "Lapis", + "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chert_lead_ore.prospected": "Lead", + "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chert_lithium_ore.prospected": "Lithium", + "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chert_malachite_ore.prospected": "Malachite", + "block.gtceu.chert_mica_ore.prospected": "Mica", + "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chert_monazite_ore.prospected": "Monazite", + "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chert_nickel_ore.prospected": "Nickel", + "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chert_olivine_ore.prospected": "Olivine", + "block.gtceu.chert_opal_ore.prospected": "Opal", + "block.gtceu.chert_palladium_ore.prospected": "Palladium", + "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chert_platinum_ore.prospected": "Platinum", + "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chert_powellite_ore.prospected": "Powellite", + "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chert_realgar_ore.prospected": "Realgar", + "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chert_redstone_ore.prospected": "Redstone", + "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chert_ruby_ore.prospected": "Ruby", + "block.gtceu.chert_salt_ore.prospected": "Salt", + "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chert_silver_ore.prospected": "Silver", + "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chert_talc_ore.prospected": "Talc", + "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chert_thorium_ore.prospected": "Thorium", + "block.gtceu.chert_tin_ore.prospected": "Tin", + "block.gtceu.chert_topaz_ore.prospected": "Topaz", + "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chert_trona_ore.prospected": "Trona", + "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", + "block.gtceu.claystone_almandine_ore.prospected": "Almandine", + "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.claystone_alunite_ore.prospected": "Alunite", + "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.claystone_apatite_ore.prospected": "Apatite", + "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.claystone_barite_ore.prospected": "Barite", + "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.claystone_borax_ore.prospected": "Borax", + "block.gtceu.claystone_bornite_ore.prospected": "Bornite", + "block.gtceu.claystone_calcite_ore.prospected": "Calcite", + "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.claystone_chromite_ore.prospected": "Chromite", + "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.claystone_coal_ore.prospected": "Coal", + "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.claystone_copper_ore.prospected": "Copper", + "block.gtceu.claystone_diamond_ore.prospected": "Diamond", + "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.claystone_emerald_ore.prospected": "Emerald", + "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.claystone_galena_ore.prospected": "Galena", + "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.claystone_goethite_ore.prospected": "Goethite", + "block.gtceu.claystone_gold_ore.prospected": "Gold", + "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.claystone_graphite_ore.prospected": "Graphite", + "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.claystone_grossular_ore.prospected": "Grossular", + "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.claystone_hematite_ore.prospected": "Hematite", + "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.claystone_iron_ore.prospected": "Iron", + "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.claystone_lapis_ore.prospected": "Lapis", + "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.claystone_lead_ore.prospected": "Lead", + "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.claystone_lithium_ore.prospected": "Lithium", + "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.claystone_malachite_ore.prospected": "Malachite", + "block.gtceu.claystone_mica_ore.prospected": "Mica", + "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.claystone_monazite_ore.prospected": "Monazite", + "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.claystone_nickel_ore.prospected": "Nickel", + "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.claystone_olivine_ore.prospected": "Olivine", + "block.gtceu.claystone_opal_ore.prospected": "Opal", + "block.gtceu.claystone_palladium_ore.prospected": "Palladium", + "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.claystone_platinum_ore.prospected": "Platinum", + "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.claystone_powellite_ore.prospected": "Powellite", + "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.claystone_realgar_ore.prospected": "Realgar", + "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.claystone_redstone_ore.prospected": "Redstone", + "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.claystone_ruby_ore.prospected": "Ruby", + "block.gtceu.claystone_salt_ore.prospected": "Salt", + "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.claystone_silver_ore.prospected": "Silver", + "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.claystone_talc_ore.prospected": "Talc", + "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.claystone_thorium_ore.prospected": "Thorium", + "block.gtceu.claystone_tin_ore.prospected": "Tin", + "block.gtceu.claystone_topaz_ore.prospected": "Topaz", + "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.claystone_trona_ore.prospected": "Trona", + "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", + "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", + "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", + "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.conglomerate_barite_ore.prospected": "Barite", + "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.conglomerate_borax_ore.prospected": "Borax", + "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", + "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", + "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", + "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.conglomerate_coal_ore.prospected": "Coal", + "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.conglomerate_copper_ore.prospected": "Copper", + "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", + "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", + "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.conglomerate_galena_ore.prospected": "Galena", + "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", + "block.gtceu.conglomerate_gold_ore.prospected": "Gold", + "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", + "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", + "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", + "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.conglomerate_iron_ore.prospected": "Iron", + "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", + "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.conglomerate_lead_ore.prospected": "Lead", + "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", + "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", + "block.gtceu.conglomerate_mica_ore.prospected": "Mica", + "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", + "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", + "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", + "block.gtceu.conglomerate_opal_ore.prospected": "Opal", + "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", + "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", + "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", + "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", + "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", + "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", + "block.gtceu.conglomerate_salt_ore.prospected": "Salt", + "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.conglomerate_silver_ore.prospected": "Silver", + "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.conglomerate_talc_ore.prospected": "Talc", + "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", + "block.gtceu.conglomerate_tin_ore.prospected": "Tin", + "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", + "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.conglomerate_trona_ore.prospected": "Trona", + "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dacite_almandine_ore.prospected": "Almandine", + "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dacite_alunite_ore.prospected": "Alunite", + "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dacite_apatite_ore.prospected": "Apatite", + "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dacite_barite_ore.prospected": "Barite", + "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dacite_borax_ore.prospected": "Borax", + "block.gtceu.dacite_bornite_ore.prospected": "Bornite", + "block.gtceu.dacite_calcite_ore.prospected": "Calcite", + "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dacite_chromite_ore.prospected": "Chromite", + "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dacite_coal_ore.prospected": "Coal", + "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dacite_copper_ore.prospected": "Copper", + "block.gtceu.dacite_diamond_ore.prospected": "Diamond", + "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dacite_emerald_ore.prospected": "Emerald", + "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dacite_galena_ore.prospected": "Galena", + "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dacite_goethite_ore.prospected": "Goethite", + "block.gtceu.dacite_gold_ore.prospected": "Gold", + "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dacite_graphite_ore.prospected": "Graphite", + "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dacite_grossular_ore.prospected": "Grossular", + "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dacite_hematite_ore.prospected": "Hematite", + "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dacite_iron_ore.prospected": "Iron", + "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dacite_lapis_ore.prospected": "Lapis", + "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dacite_lead_ore.prospected": "Lead", + "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dacite_lithium_ore.prospected": "Lithium", + "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dacite_malachite_ore.prospected": "Malachite", + "block.gtceu.dacite_mica_ore.prospected": "Mica", + "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dacite_monazite_ore.prospected": "Monazite", + "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dacite_nickel_ore.prospected": "Nickel", + "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dacite_olivine_ore.prospected": "Olivine", + "block.gtceu.dacite_opal_ore.prospected": "Opal", + "block.gtceu.dacite_palladium_ore.prospected": "Palladium", + "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dacite_platinum_ore.prospected": "Platinum", + "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dacite_powellite_ore.prospected": "Powellite", + "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dacite_realgar_ore.prospected": "Realgar", + "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dacite_redstone_ore.prospected": "Redstone", + "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dacite_ruby_ore.prospected": "Ruby", + "block.gtceu.dacite_salt_ore.prospected": "Salt", + "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dacite_silver_ore.prospected": "Silver", + "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dacite_talc_ore.prospected": "Talc", + "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dacite_thorium_ore.prospected": "Thorium", + "block.gtceu.dacite_tin_ore.prospected": "Tin", + "block.gtceu.dacite_topaz_ore.prospected": "Topaz", + "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dacite_trona_ore.prospected": "Trona", + "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.diorite_almandine_ore.prospected": "Almandine", + "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.diorite_alunite_ore.prospected": "Alunite", + "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.diorite_apatite_ore.prospected": "Apatite", + "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.diorite_barite_ore.prospected": "Barite", + "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.diorite_borax_ore.prospected": "Borax", + "block.gtceu.diorite_bornite_ore.prospected": "Bornite", + "block.gtceu.diorite_calcite_ore.prospected": "Calcite", + "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.diorite_chromite_ore.prospected": "Chromite", + "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.diorite_coal_ore.prospected": "Coal", + "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.diorite_copper_ore.prospected": "Copper", + "block.gtceu.diorite_diamond_ore.prospected": "Diamond", + "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.diorite_emerald_ore.prospected": "Emerald", + "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.diorite_galena_ore.prospected": "Galena", + "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.diorite_goethite_ore.prospected": "Goethite", + "block.gtceu.diorite_gold_ore.prospected": "Gold", + "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.diorite_graphite_ore.prospected": "Graphite", + "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.diorite_grossular_ore.prospected": "Grossular", + "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.diorite_hematite_ore.prospected": "Hematite", + "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.diorite_iron_ore.prospected": "Iron", + "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.diorite_lapis_ore.prospected": "Lapis", + "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.diorite_lead_ore.prospected": "Lead", + "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.diorite_lithium_ore.prospected": "Lithium", + "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.diorite_malachite_ore.prospected": "Malachite", + "block.gtceu.diorite_mica_ore.prospected": "Mica", + "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.diorite_monazite_ore.prospected": "Monazite", + "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.diorite_nickel_ore.prospected": "Nickel", + "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.diorite_olivine_ore.prospected": "Olivine", + "block.gtceu.diorite_opal_ore.prospected": "Opal", + "block.gtceu.diorite_palladium_ore.prospected": "Palladium", + "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.diorite_platinum_ore.prospected": "Platinum", + "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.diorite_powellite_ore.prospected": "Powellite", + "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.diorite_realgar_ore.prospected": "Realgar", + "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.diorite_redstone_ore.prospected": "Redstone", + "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.diorite_ruby_ore.prospected": "Ruby", + "block.gtceu.diorite_salt_ore.prospected": "Salt", + "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.diorite_silver_ore.prospected": "Silver", + "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.diorite_talc_ore.prospected": "Talc", + "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.diorite_thorium_ore.prospected": "Thorium", + "block.gtceu.diorite_tin_ore.prospected": "Tin", + "block.gtceu.diorite_topaz_ore.prospected": "Topaz", + "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.diorite_trona_ore.prospected": "Trona", + "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", + "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", + "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", + "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dolomite_barite_ore.prospected": "Barite", + "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dolomite_borax_ore.prospected": "Borax", + "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", + "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", + "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", + "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dolomite_coal_ore.prospected": "Coal", + "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dolomite_copper_ore.prospected": "Copper", + "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", + "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", + "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dolomite_galena_ore.prospected": "Galena", + "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", + "block.gtceu.dolomite_gold_ore.prospected": "Gold", + "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", + "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", + "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", + "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dolomite_iron_ore.prospected": "Iron", + "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", + "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dolomite_lead_ore.prospected": "Lead", + "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", + "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", + "block.gtceu.dolomite_mica_ore.prospected": "Mica", + "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", + "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", + "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", + "block.gtceu.dolomite_opal_ore.prospected": "Opal", + "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", + "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", + "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", + "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", + "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", + "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", + "block.gtceu.dolomite_salt_ore.prospected": "Salt", + "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dolomite_silver_ore.prospected": "Silver", + "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dolomite_talc_ore.prospected": "Talc", + "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", + "block.gtceu.dolomite_tin_ore.prospected": "Tin", + "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", + "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dolomite_trona_ore.prospected": "Trona", + "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", + "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", + "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", + "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gabbro_barite_ore.prospected": "Barite", + "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gabbro_borax_ore.prospected": "Borax", + "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", + "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", + "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", + "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gabbro_coal_ore.prospected": "Coal", + "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gabbro_copper_ore.prospected": "Copper", + "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", + "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", + "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gabbro_galena_ore.prospected": "Galena", + "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", + "block.gtceu.gabbro_gold_ore.prospected": "Gold", + "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", + "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", + "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", + "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gabbro_iron_ore.prospected": "Iron", + "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", + "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gabbro_lead_ore.prospected": "Lead", + "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", + "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", + "block.gtceu.gabbro_mica_ore.prospected": "Mica", + "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", + "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", + "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", + "block.gtceu.gabbro_opal_ore.prospected": "Opal", + "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", + "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", + "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", + "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", + "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", + "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", + "block.gtceu.gabbro_salt_ore.prospected": "Salt", + "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gabbro_silver_ore.prospected": "Silver", + "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gabbro_talc_ore.prospected": "Talc", + "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", + "block.gtceu.gabbro_tin_ore.prospected": "Tin", + "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", + "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gabbro_trona_ore.prospected": "Trona", + "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", + "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", + "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", + "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gneiss_barite_ore.prospected": "Barite", + "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gneiss_borax_ore.prospected": "Borax", + "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", + "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", + "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", + "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gneiss_coal_ore.prospected": "Coal", + "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gneiss_copper_ore.prospected": "Copper", + "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", + "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", + "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gneiss_galena_ore.prospected": "Galena", + "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", + "block.gtceu.gneiss_gold_ore.prospected": "Gold", + "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", + "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", + "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", + "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gneiss_iron_ore.prospected": "Iron", + "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", + "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gneiss_lead_ore.prospected": "Lead", + "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", + "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", + "block.gtceu.gneiss_mica_ore.prospected": "Mica", + "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", + "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", + "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", + "block.gtceu.gneiss_opal_ore.prospected": "Opal", + "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", + "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", + "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", + "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", + "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", + "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", + "block.gtceu.gneiss_salt_ore.prospected": "Salt", + "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gneiss_silver_ore.prospected": "Silver", + "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gneiss_talc_ore.prospected": "Talc", + "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", + "block.gtceu.gneiss_tin_ore.prospected": "Tin", + "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", + "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gneiss_trona_ore.prospected": "Trona", + "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", + "block.gtceu.granite_almandine_ore.prospected": "Almandine", + "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.granite_alunite_ore.prospected": "Alunite", + "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.granite_apatite_ore.prospected": "Apatite", + "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.granite_barite_ore.prospected": "Barite", + "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.granite_borax_ore.prospected": "Borax", + "block.gtceu.granite_bornite_ore.prospected": "Bornite", + "block.gtceu.granite_calcite_ore.prospected": "Calcite", + "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.granite_chromite_ore.prospected": "Chromite", + "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.granite_coal_ore.prospected": "Coal", + "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.granite_copper_ore.prospected": "Copper", + "block.gtceu.granite_diamond_ore.prospected": "Diamond", + "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.granite_emerald_ore.prospected": "Emerald", + "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.granite_galena_ore.prospected": "Galena", + "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.granite_goethite_ore.prospected": "Goethite", + "block.gtceu.granite_gold_ore.prospected": "Gold", + "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.granite_graphite_ore.prospected": "Graphite", + "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.granite_grossular_ore.prospected": "Grossular", + "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.granite_hematite_ore.prospected": "Hematite", + "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.granite_iron_ore.prospected": "Iron", + "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.granite_lapis_ore.prospected": "Lapis", + "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.granite_lead_ore.prospected": "Lead", + "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.granite_lithium_ore.prospected": "Lithium", + "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.granite_malachite_ore.prospected": "Malachite", + "block.gtceu.granite_mica_ore.prospected": "Mica", + "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.granite_monazite_ore.prospected": "Monazite", + "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.granite_nickel_ore.prospected": "Nickel", + "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.granite_olivine_ore.prospected": "Olivine", + "block.gtceu.granite_opal_ore.prospected": "Opal", + "block.gtceu.granite_palladium_ore.prospected": "Palladium", + "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.granite_platinum_ore.prospected": "Platinum", + "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.granite_powellite_ore.prospected": "Powellite", + "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.granite_realgar_ore.prospected": "Realgar", + "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.granite_redstone_ore.prospected": "Redstone", + "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.granite_ruby_ore.prospected": "Ruby", + "block.gtceu.granite_salt_ore.prospected": "Salt", + "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.granite_silver_ore.prospected": "Silver", + "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.granite_talc_ore.prospected": "Talc", + "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.granite_thorium_ore.prospected": "Thorium", + "block.gtceu.granite_tin_ore.prospected": "Tin", + "block.gtceu.granite_topaz_ore.prospected": "Topaz", + "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.granite_trona_ore.prospected": "Trona", + "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.limestone_almandine_ore.prospected": "Almandine", + "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.limestone_alunite_ore.prospected": "Alunite", + "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.limestone_apatite_ore.prospected": "Apatite", + "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.limestone_barite_ore.prospected": "Barite", + "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.limestone_borax_ore.prospected": "Borax", + "block.gtceu.limestone_bornite_ore.prospected": "Bornite", + "block.gtceu.limestone_calcite_ore.prospected": "Calcite", + "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.limestone_chromite_ore.prospected": "Chromite", + "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.limestone_coal_ore.prospected": "Coal", + "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.limestone_copper_ore.prospected": "Copper", + "block.gtceu.limestone_diamond_ore.prospected": "Diamond", + "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.limestone_emerald_ore.prospected": "Emerald", + "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.limestone_galena_ore.prospected": "Galena", + "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.limestone_goethite_ore.prospected": "Goethite", + "block.gtceu.limestone_gold_ore.prospected": "Gold", + "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.limestone_graphite_ore.prospected": "Graphite", + "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.limestone_grossular_ore.prospected": "Grossular", + "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.limestone_hematite_ore.prospected": "Hematite", + "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.limestone_iron_ore.prospected": "Iron", + "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.limestone_lapis_ore.prospected": "Lapis", + "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.limestone_lead_ore.prospected": "Lead", + "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.limestone_lithium_ore.prospected": "Lithium", + "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.limestone_malachite_ore.prospected": "Malachite", + "block.gtceu.limestone_mica_ore.prospected": "Mica", + "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.limestone_monazite_ore.prospected": "Monazite", + "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.limestone_nickel_ore.prospected": "Nickel", + "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.limestone_olivine_ore.prospected": "Olivine", + "block.gtceu.limestone_opal_ore.prospected": "Opal", + "block.gtceu.limestone_palladium_ore.prospected": "Palladium", + "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.limestone_platinum_ore.prospected": "Platinum", + "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.limestone_powellite_ore.prospected": "Powellite", + "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.limestone_realgar_ore.prospected": "Realgar", + "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.limestone_redstone_ore.prospected": "Redstone", + "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.limestone_ruby_ore.prospected": "Ruby", + "block.gtceu.limestone_salt_ore.prospected": "Salt", + "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.limestone_silver_ore.prospected": "Silver", + "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.limestone_talc_ore.prospected": "Talc", + "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.limestone_thorium_ore.prospected": "Thorium", + "block.gtceu.limestone_tin_ore.prospected": "Tin", + "block.gtceu.limestone_topaz_ore.prospected": "Topaz", + "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.limestone_trona_ore.prospected": "Trona", + "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.marble_almandine_ore.prospected": "Almandine", + "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", + "block.gtceu.marble_alunite_ore.prospected": "Alunite", + "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", + "block.gtceu.marble_apatite_ore.prospected": "Apatite", + "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", + "block.gtceu.marble_barite_ore.prospected": "Barite", + "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", + "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", + "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", + "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", + "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.marble_borax_ore.prospected": "Borax", + "block.gtceu.marble_bornite_ore.prospected": "Bornite", + "block.gtceu.marble_calcite_ore.prospected": "Calcite", + "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.marble_chromite_ore.prospected": "Chromite", + "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.marble_coal_ore.prospected": "Coal", + "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", + "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", + "block.gtceu.marble_copper_ore.prospected": "Copper", + "block.gtceu.marble_diamond_ore.prospected": "Diamond", + "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", + "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", + "block.gtceu.marble_emerald_ore.prospected": "Emerald", + "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.marble_galena_ore.prospected": "Galena", + "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", + "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.marble_goethite_ore.prospected": "Goethite", + "block.gtceu.marble_gold_ore.prospected": "Gold", + "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.marble_graphite_ore.prospected": "Graphite", + "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.marble_grossular_ore.prospected": "Grossular", + "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", + "block.gtceu.marble_hematite_ore.prospected": "Hematite", + "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.marble_iron_ore.prospected": "Iron", + "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", + "block.gtceu.marble_lapis_ore.prospected": "Lapis", + "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", + "block.gtceu.marble_lead_ore.prospected": "Lead", + "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.marble_lithium_ore.prospected": "Lithium", + "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", + "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", + "block.gtceu.marble_malachite_ore.prospected": "Malachite", + "block.gtceu.marble_mica_ore.prospected": "Mica", + "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.marble_monazite_ore.prospected": "Monazite", + "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", + "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", + "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.marble_nickel_ore.prospected": "Nickel", + "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", + "block.gtceu.marble_olivine_ore.prospected": "Olivine", + "block.gtceu.marble_opal_ore.prospected": "Opal", + "block.gtceu.marble_palladium_ore.prospected": "Palladium", + "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.marble_platinum_ore.prospected": "Platinum", + "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", + "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", + "block.gtceu.marble_powellite_ore.prospected": "Powellite", + "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", + "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", + "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", + "block.gtceu.marble_realgar_ore.prospected": "Realgar", + "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.marble_redstone_ore.prospected": "Redstone", + "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.marble_ruby_ore.prospected": "Ruby", + "block.gtceu.marble_salt_ore.prospected": "Salt", + "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", + "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", + "block.gtceu.marble_silver_ore.prospected": "Silver", + "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", + "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", + "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", + "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", + "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", + "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", + "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", + "block.gtceu.marble_talc_ore.prospected": "Talc", + "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", + "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.marble_thorium_ore.prospected": "Thorium", + "block.gtceu.marble_tin_ore.prospected": "Tin", + "block.gtceu.marble_topaz_ore.prospected": "Topaz", + "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.marble_trona_ore.prospected": "Trona", + "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", + "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", + "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", + "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", + "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", + "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", + "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.phyllite_barite_ore.prospected": "Barite", + "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.phyllite_borax_ore.prospected": "Borax", + "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", + "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", + "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", + "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.phyllite_coal_ore.prospected": "Coal", + "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.phyllite_copper_ore.prospected": "Copper", + "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", + "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", + "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.phyllite_galena_ore.prospected": "Galena", + "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", + "block.gtceu.phyllite_gold_ore.prospected": "Gold", + "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", + "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", + "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", + "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.phyllite_iron_ore.prospected": "Iron", + "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", + "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.phyllite_lead_ore.prospected": "Lead", + "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", + "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", + "block.gtceu.phyllite_mica_ore.prospected": "Mica", + "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", + "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", + "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", + "block.gtceu.phyllite_opal_ore.prospected": "Opal", + "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", + "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", + "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", + "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", + "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", + "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", + "block.gtceu.phyllite_salt_ore.prospected": "Salt", + "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.phyllite_silver_ore.prospected": "Silver", + "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.phyllite_talc_ore.prospected": "Talc", + "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", + "block.gtceu.phyllite_tin_ore.prospected": "Tin", + "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", + "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.phyllite_trona_ore.prospected": "Trona", + "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", + "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", + "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", + "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.quartzite_barite_ore.prospected": "Barite", + "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.quartzite_borax_ore.prospected": "Borax", + "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", + "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", + "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", + "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.quartzite_coal_ore.prospected": "Coal", + "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.quartzite_copper_ore.prospected": "Copper", + "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", + "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", + "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.quartzite_galena_ore.prospected": "Galena", + "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", + "block.gtceu.quartzite_gold_ore.prospected": "Gold", + "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", + "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", + "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", + "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.quartzite_iron_ore.prospected": "Iron", + "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", + "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.quartzite_lead_ore.prospected": "Lead", + "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", + "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", + "block.gtceu.quartzite_mica_ore.prospected": "Mica", + "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", + "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", + "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", + "block.gtceu.quartzite_opal_ore.prospected": "Opal", + "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", + "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", + "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", + "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", + "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", + "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", + "block.gtceu.quartzite_salt_ore.prospected": "Salt", + "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.quartzite_silver_ore.prospected": "Silver", + "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.quartzite_talc_ore.prospected": "Talc", + "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", + "block.gtceu.quartzite_tin_ore.prospected": "Tin", + "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", + "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.quartzite_trona_ore.prospected": "Trona", + "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", + "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", + "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", + "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.rhyolite_barite_ore.prospected": "Barite", + "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.rhyolite_borax_ore.prospected": "Borax", + "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", + "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", + "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", + "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.rhyolite_coal_ore.prospected": "Coal", + "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.rhyolite_copper_ore.prospected": "Copper", + "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", + "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", + "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.rhyolite_galena_ore.prospected": "Galena", + "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", + "block.gtceu.rhyolite_gold_ore.prospected": "Gold", + "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", + "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", + "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", + "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.rhyolite_iron_ore.prospected": "Iron", + "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", + "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.rhyolite_lead_ore.prospected": "Lead", + "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", + "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", + "block.gtceu.rhyolite_mica_ore.prospected": "Mica", + "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", + "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", + "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", + "block.gtceu.rhyolite_opal_ore.prospected": "Opal", + "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", + "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", + "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", + "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", + "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", + "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", + "block.gtceu.rhyolite_salt_ore.prospected": "Salt", + "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.rhyolite_silver_ore.prospected": "Silver", + "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.rhyolite_talc_ore.prospected": "Talc", + "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", + "block.gtceu.rhyolite_tin_ore.prospected": "Tin", + "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", + "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.rhyolite_trona_ore.prospected": "Trona", + "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.schist_almandine_ore.prospected": "Almandine", + "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", + "block.gtceu.schist_alunite_ore.prospected": "Alunite", + "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", + "block.gtceu.schist_apatite_ore.prospected": "Apatite", + "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", + "block.gtceu.schist_barite_ore.prospected": "Barite", + "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", + "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", + "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", + "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", + "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.schist_borax_ore.prospected": "Borax", + "block.gtceu.schist_bornite_ore.prospected": "Bornite", + "block.gtceu.schist_calcite_ore.prospected": "Calcite", + "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.schist_chromite_ore.prospected": "Chromite", + "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.schist_coal_ore.prospected": "Coal", + "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", + "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", + "block.gtceu.schist_copper_ore.prospected": "Copper", + "block.gtceu.schist_diamond_ore.prospected": "Diamond", + "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", + "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", + "block.gtceu.schist_emerald_ore.prospected": "Emerald", + "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.schist_galena_ore.prospected": "Galena", + "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", + "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.schist_goethite_ore.prospected": "Goethite", + "block.gtceu.schist_gold_ore.prospected": "Gold", + "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.schist_graphite_ore.prospected": "Graphite", + "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.schist_grossular_ore.prospected": "Grossular", + "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", + "block.gtceu.schist_hematite_ore.prospected": "Hematite", + "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.schist_iron_ore.prospected": "Iron", + "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", + "block.gtceu.schist_lapis_ore.prospected": "Lapis", + "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", + "block.gtceu.schist_lead_ore.prospected": "Lead", + "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.schist_lithium_ore.prospected": "Lithium", + "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", + "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", + "block.gtceu.schist_malachite_ore.prospected": "Malachite", + "block.gtceu.schist_mica_ore.prospected": "Mica", + "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.schist_monazite_ore.prospected": "Monazite", + "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", + "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", + "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.schist_nickel_ore.prospected": "Nickel", + "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", + "block.gtceu.schist_olivine_ore.prospected": "Olivine", + "block.gtceu.schist_opal_ore.prospected": "Opal", + "block.gtceu.schist_palladium_ore.prospected": "Palladium", + "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.schist_platinum_ore.prospected": "Platinum", + "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", + "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", + "block.gtceu.schist_powellite_ore.prospected": "Powellite", + "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", + "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", + "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", + "block.gtceu.schist_realgar_ore.prospected": "Realgar", + "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.schist_redstone_ore.prospected": "Redstone", + "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.schist_ruby_ore.prospected": "Ruby", + "block.gtceu.schist_salt_ore.prospected": "Salt", + "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", + "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", + "block.gtceu.schist_silver_ore.prospected": "Silver", + "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", + "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", + "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", + "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", + "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", + "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", + "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", + "block.gtceu.schist_talc_ore.prospected": "Talc", + "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", + "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.schist_thorium_ore.prospected": "Thorium", + "block.gtceu.schist_tin_ore.prospected": "Tin", + "block.gtceu.schist_topaz_ore.prospected": "Topaz", + "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.schist_trona_ore.prospected": "Trona", + "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", + "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", + "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", + "block.gtceu.shale_almandine_ore.prospected": "Almandine", + "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", + "block.gtceu.shale_alunite_ore.prospected": "Alunite", + "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", + "block.gtceu.shale_apatite_ore.prospected": "Apatite", + "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", + "block.gtceu.shale_barite_ore.prospected": "Barite", + "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", + "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", + "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", + "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", + "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.shale_borax_ore.prospected": "Borax", + "block.gtceu.shale_bornite_ore.prospected": "Bornite", + "block.gtceu.shale_calcite_ore.prospected": "Calcite", + "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.shale_chromite_ore.prospected": "Chromite", + "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.shale_coal_ore.prospected": "Coal", + "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", + "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", + "block.gtceu.shale_copper_ore.prospected": "Copper", + "block.gtceu.shale_diamond_ore.prospected": "Diamond", + "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", + "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", + "block.gtceu.shale_emerald_ore.prospected": "Emerald", + "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.shale_galena_ore.prospected": "Galena", + "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", + "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.shale_goethite_ore.prospected": "Goethite", + "block.gtceu.shale_gold_ore.prospected": "Gold", + "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.shale_graphite_ore.prospected": "Graphite", + "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.shale_grossular_ore.prospected": "Grossular", + "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", + "block.gtceu.shale_hematite_ore.prospected": "Hematite", + "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.shale_iron_ore.prospected": "Iron", + "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", + "block.gtceu.shale_lapis_ore.prospected": "Lapis", + "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", + "block.gtceu.shale_lead_ore.prospected": "Lead", + "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.shale_lithium_ore.prospected": "Lithium", + "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", + "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", + "block.gtceu.shale_malachite_ore.prospected": "Malachite", + "block.gtceu.shale_mica_ore.prospected": "Mica", + "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.shale_monazite_ore.prospected": "Monazite", + "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", + "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", + "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.shale_nickel_ore.prospected": "Nickel", + "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", + "block.gtceu.shale_olivine_ore.prospected": "Olivine", + "block.gtceu.shale_opal_ore.prospected": "Opal", + "block.gtceu.shale_palladium_ore.prospected": "Palladium", + "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.shale_platinum_ore.prospected": "Platinum", + "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", + "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", + "block.gtceu.shale_powellite_ore.prospected": "Powellite", + "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", + "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", + "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", + "block.gtceu.shale_realgar_ore.prospected": "Realgar", + "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.shale_redstone_ore.prospected": "Redstone", + "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.shale_ruby_ore.prospected": "Ruby", + "block.gtceu.shale_salt_ore.prospected": "Salt", + "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", + "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", + "block.gtceu.shale_silver_ore.prospected": "Silver", + "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", + "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", + "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", + "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", + "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", + "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", + "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", + "block.gtceu.shale_talc_ore.prospected": "Talc", + "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", + "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.shale_thorium_ore.prospected": "Thorium", + "block.gtceu.shale_tin_ore.prospected": "Tin", + "block.gtceu.shale_topaz_ore.prospected": "Topaz", + "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.shale_trona_ore.prospected": "Trona", + "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", + "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", + "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", + "block.gtceu.slate_almandine_ore.prospected": "Almandine", + "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.slate_alunite_ore.prospected": "Alunite", + "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.slate_apatite_ore.prospected": "Apatite", + "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.slate_barite_ore.prospected": "Barite", + "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.slate_borax_ore.prospected": "Borax", + "block.gtceu.slate_bornite_ore.prospected": "Bornite", + "block.gtceu.slate_calcite_ore.prospected": "Calcite", + "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.slate_chromite_ore.prospected": "Chromite", + "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.slate_coal_ore.prospected": "Coal", + "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.slate_copper_ore.prospected": "Copper", + "block.gtceu.slate_diamond_ore.prospected": "Diamond", + "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.slate_emerald_ore.prospected": "Emerald", + "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.slate_galena_ore.prospected": "Galena", + "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.slate_goethite_ore.prospected": "Goethite", + "block.gtceu.slate_gold_ore.prospected": "Gold", + "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.slate_graphite_ore.prospected": "Graphite", + "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.slate_grossular_ore.prospected": "Grossular", + "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.slate_hematite_ore.prospected": "Hematite", + "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.slate_iron_ore.prospected": "Iron", + "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.slate_lapis_ore.prospected": "Lapis", + "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.slate_lead_ore.prospected": "Lead", + "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.slate_lithium_ore.prospected": "Lithium", + "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.slate_malachite_ore.prospected": "Malachite", + "block.gtceu.slate_mica_ore.prospected": "Mica", + "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.slate_monazite_ore.prospected": "Monazite", + "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.slate_nickel_ore.prospected": "Nickel", + "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.slate_olivine_ore.prospected": "Olivine", + "block.gtceu.slate_opal_ore.prospected": "Opal", + "block.gtceu.slate_palladium_ore.prospected": "Palladium", + "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.slate_platinum_ore.prospected": "Platinum", + "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.slate_powellite_ore.prospected": "Powellite", + "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.slate_realgar_ore.prospected": "Realgar", + "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.slate_redstone_ore.prospected": "Redstone", + "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.slate_ruby_ore.prospected": "Ruby", + "block.gtceu.slate_salt_ore.prospected": "Salt", + "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.slate_silver_ore.prospected": "Silver", + "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.slate_talc_ore.prospected": "Talc", + "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.slate_thorium_ore.prospected": "Thorium", + "block.gtceu.slate_tin_ore.prospected": "Tin", + "block.gtceu.slate_topaz_ore.prospected": "Topaz", + "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.slate_trona_ore.prospected": "Trona", + "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", + "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", + "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", + "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.deepslate_barite_ore.prospected": "Barite", + "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.deepslate_borax_ore.prospected": "Borax", + "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", + "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", + "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", + "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.deepslate_coal_ore.prospected": "Coal", + "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.deepslate_copper_ore.prospected": "Copper", + "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", + "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", + "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.deepslate_galena_ore.prospected": "Galena", + "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", + "block.gtceu.deepslate_gold_ore.prospected": "Gold", + "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", + "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", + "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", + "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.deepslate_iron_ore.prospected": "Iron", + "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", + "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.deepslate_lead_ore.prospected": "Lead", + "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", + "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", + "block.gtceu.deepslate_mica_ore.prospected": "Mica", + "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", + "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", + "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", + "block.gtceu.deepslate_opal_ore.prospected": "Opal", + "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", + "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", + "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", + "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", + "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", + "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", + "block.gtceu.deepslate_salt_ore.prospected": "Salt", + "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.deepslate_silver_ore.prospected": "Silver", + "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.deepslate_talc_ore.prospected": "Talc", + "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", + "block.gtceu.deepslate_tin_ore.prospected": "Tin", + "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", + "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.deepslate_trona_ore.prospected": "Trona", + "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", + "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", + "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", + "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", + "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", + "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", + "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", + "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", + "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", + "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", + "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", + "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", + "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", + "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", + "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", + "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", + "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", + "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", + "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", + "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", + "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", + "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", + "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", + "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", + "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", + "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", + "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", + "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", + "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", + "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", + "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", + "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", + "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", + "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", + "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", + "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", + "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", + "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", + "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", + "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", + "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", + "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", + "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", + "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", + "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dripstone_barite_ore.prospected": "Barite", + "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dripstone_borax_ore.prospected": "Borax", + "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", + "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", + "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", + "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dripstone_coal_ore.prospected": "Coal", + "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dripstone_copper_ore.prospected": "Copper", + "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", + "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", + "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dripstone_galena_ore.prospected": "Galena", + "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", + "block.gtceu.dripstone_gold_ore.prospected": "Gold", + "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", + "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", + "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", + "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dripstone_iron_ore.prospected": "Iron", + "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", + "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dripstone_lead_ore.prospected": "Lead", + "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", + "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", + "block.gtceu.dripstone_mica_ore.prospected": "Mica", + "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", + "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", + "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", + "block.gtceu.dripstone_opal_ore.prospected": "Opal", + "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", + "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", + "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", + "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", + "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", + "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", + "block.gtceu.dripstone_salt_ore.prospected": "Salt", + "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dripstone_silver_ore.prospected": "Silver", + "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dripstone_talc_ore.prospected": "Talc", + "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", + "block.gtceu.dripstone_tin_ore.prospected": "Tin", + "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", + "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dripstone_trona_ore.prospected": "Trona", + "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", + "fluid.tfc.salt_water": "Sea Water", + "item.tfc.bucket.salt_water": "Sea Water Bucket", + "item.tfc.powder.saltpeter": "Saltpeter Powder", + "item.tfc.powder.sulfur": "Sulfur Powder", + "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", + "metal.tfg.redstone": "Redstone", + "metal.tfg.red_alloy": "Red Alloy", + "metal.tfg.tin_alloy": "Tin Alloy", + "trim_material.tfc.almandine_tfc": "Almandine", + "trim_material.tfc.andradite_tfc": "Andradite", + "trim_material.tfc.blue_topaz_tfc": "Blue Topaz", + "trim_material.tfc.cinnabar_tfc": "Cinnabar", + "trim_material.tfc.coal_tfc": "Coal", + "trim_material.tfc.diamond_tfc": "Diamond", + "trim_material.tfc.emerald_tfc": "Emerald", + "trim_material.tfc.green_sapphire_tfc": "Green Sapphire", + "trim_material.tfc.grossular_tfc": "Grossular", + "trim_material.tfc.rutile_tfc": "Rutile", + "trim_material.tfc.lazurite_tfc": "Lazurite", + "trim_material.tfc.pyrope_tfc": "Pyrope", + "trim_material.tfc.rock_salt_tfc": "Rock Salt", + "trim_material.tfc.ruby_tfc": "Ruby", + "trim_material.tfc.salt_tfc": "salt", + "trim_material.tfc.sapphire_tfc": "Sapphire", + "trim_material.tfc.sodalite_tfc": "Sodalite", + "trim_material.tfc.coke_tfc": "Coke", + "trim_material.tfc.spessartine_tfc": "Spessartine", + "trim_material.tfc.topaz_tfc": "Topaz", + "trim_material.tfc.uvarovite_tfc": "Uvarovite", + "trim_material.tfc.nether_quartz_tfc": "Nether Quartz", + "trim_material.tfc.certus_quartz_tfc": "Certus Quartz", + "trim_material.tfc.quartzite_tfc": "Quartzite", + "trim_material.tfc.realgar_tfc": "Realgar", + "trim_material.tfc.malachite_tfc": "Malachite", + "trim_material.tfc.glass_tfc": "Glass", + "trim_material.tfc.olivine_tfc": "Olivine", + "trim_material.tfc.opal_tfc": "Opal", + "trim_material.tfc.amethyst_tfc": "Amethyst", + "trim_material.tfc.lapis_tfc": "Lapis", + "trim_material.tfc.apatite_tfc": "Apatite", + "trim_material.tfc.red_garnet_tfc": "Red Garnet", + "trim_material.tfc.yellow_garnet_tfc": "Yellow Garnet", + "trim_material.tfc.monazite_tfc": "Monazite", + "trim_material.tfc.rose_quartz_tfc": "Rose Quartz", + "trim_material.tfc.fluix_tfc": "Fluix", + "trim_material.tfc.silver_tfc": "Silver", + "trim_material.tfc.sterling_silver_tfc": "Sterling Silver", + "trim_material.tfc.gold_tfc": "Gold", + "trim_material.tfc.rose_gold_tfc": "Rose Gold", + "trim_material.tfc.nickel_tfc": "Nickel", + "trim_material.tfc.platinum_tfc": "Platinum", + "trim_material.tfc.titanium_tfc": "Titanium", + "trim_material.tfc.bismuth_tfc": "Bismuth", + "trim_material.tfc.neutronium_tfc": "Neutronium", + "trim_material.tfc.pyrite_tfc": "Pyrite", + "trim_material.tfc.redx_tfc": "RedX" } \ No newline at end of file From bff1604f5d28276b88f9fa462e60e28194dac434 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 18:22:47 +0100 Subject: [PATCH 37/80] added missing ULV bus/hatch recipes, fixed LV ones --- config/gtceu.yaml | 2 +- .../gregtech/recipes.machines.js | 48 +++++++++++++++++++ .../gregtech/recipes.removes.js | 3 ++ 3 files changed, 52 insertions(+), 1 deletion(-) diff --git a/config/gtceu.yaml b/config/gtceu.yaml index acc5d5331..7cbef731e 100644 --- a/config/gtceu.yaml +++ b/config/gtceu.yaml @@ -40,7 +40,7 @@ recipes: # Whether to make miscellaneous recipes harder. # Default: false - hardMiscRecipes: true + hardMiscRecipes: false # Whether to make Glass related recipes harder. Default: true hardGlassRecipes: true diff --git a/kubejs/server_scripts/gregtech/recipes.machines.js b/kubejs/server_scripts/gregtech/recipes.machines.js index 9c6a6e520..d1b104513 100644 --- a/kubejs/server_scripts/gregtech/recipes.machines.js +++ b/kubejs/server_scripts/gregtech/recipes.machines.js @@ -581,6 +581,54 @@ function registerGTCEuMachineRecipes(event) { //#endregion + //#region ULV Hatches + + event.recipes.shaped('gtceu:ulv_input_bus', [ + 'CAC', + 'CBC', + 'CDC' + ], { + A: '#forge:chests/wooden', + B: 'gtceu:ulv_machine_hull', + C: 'tfc:glue', + D: '#forge:tools/wrenches' + }).id('gtceu:shaped/ulv_input_bus') + + event.recipes.shaped('gtceu:ulv_output_bus', [ + 'CDC', + 'CBC', + 'CAC' + ], { + A: '#forge:chests/wooden', + B: 'gtceu:ulv_machine_hull', + C: 'tfc:glue', + D: '#forge:tools/wrenches' + }).id('gtceu:shaped/ulv_output_bus') + + event.recipes.shaped('gtceu:ulv_input_hatch', [ + 'CAC', + 'CBC', + 'CDC' + ], { + A: '#forge:glass', + B: 'gtceu:ulv_machine_hull', + C: 'tfc:glue', + D: '#forge:tools/wrenches' + }).id('gtceu:shaped/ulv_input_hatch') + + event.recipes.shaped('gtceu:ulv_output_hatch', [ + 'CDC', + 'CBC', + 'CAC' + ], { + A: '#forge:glass', + B: 'gtceu:ulv_machine_hull', + C: 'tfc:glue', + D: '#forge:tools/wrenches' + }).id('gtceu:shaped/ulv_output_hatch') + + //#endregion + //#region Long distance pipes event.recipes.gtceu.assembler('long_distance_item_pipe') diff --git a/kubejs/server_scripts/gregtech/recipes.removes.js b/kubejs/server_scripts/gregtech/recipes.removes.js index 0ba83cb63..87bbfe62a 100644 --- a/kubejs/server_scripts/gregtech/recipes.removes.js +++ b/kubejs/server_scripts/gregtech/recipes.removes.js @@ -2,6 +2,9 @@ function removeGTCEURecipes(event) { + event.replaceInput({ input: 'gtceu:wood_drum' }, 'gtceu:wood_drum', 'minecraft:glass') + event.replaceInput({ input: 'minecraft:chest' }, 'minecraft:chest', '#forge:chests/wooden') + global.GTCEU_DISABLED_ITEMS.forEach(item => { event.remove({ input: item }) event.remove({ output: item }) From bc26664aa0a896f223b0a3bbc78a415f49a22507 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 18:23:41 +0100 Subject: [PATCH 38/80] more glue for the glue gods --- kubejs/server_scripts/gregtech/recipes.js | 7 +++++++ kubejs/server_scripts/vintage_improvements/recipes.js | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/kubejs/server_scripts/gregtech/recipes.js b/kubejs/server_scripts/gregtech/recipes.js index 945066891..94042afbd 100644 --- a/kubejs/server_scripts/gregtech/recipes.js +++ b/kubejs/server_scripts/gregtech/recipes.js @@ -961,6 +961,13 @@ const registerGTCEURecipes = (event) => { .duration(100) .EUt(GTValues.VA[GTValues.ULV]) + event.recipes.gtceu.centrifuge('tfg:centrifuge_rosin') + .itemInputs('tfg:conifer_rosin') + .outputFluids(Fluid.of('gtceu:glue', 50)) + .itemOutputs('2x #forge:dusts/carbon') + .chancedOutput('gtceu:plant_ball', 1000, 850) + .duration(400) + .EUt(GTValues.VA[GTValues.ULV]) event.recipes.createSequencedAssembly([ 'gtceu:ulv_voltage_coil', diff --git a/kubejs/server_scripts/vintage_improvements/recipes.js b/kubejs/server_scripts/vintage_improvements/recipes.js index 76dde34b8..c35cfd5ea 100644 --- a/kubejs/server_scripts/vintage_improvements/recipes.js +++ b/kubejs/server_scripts/vintage_improvements/recipes.js @@ -539,6 +539,14 @@ function registerVintageImprovementsRecipes(event) { processingTime: 200 }).id('tfg:vi/vacuumizing/glue_from_resin') + event.custom({ + type: 'vintageimprovements:vacuumizing', + ingredients: [{ item: 'tfg:conifer_rosin' }], + results: [{ fluid: 'gtceu:glue', amount: 50 }], + heatRequirement: "heated", + processingTime: 200 + }).id('tfg:vi/vacuumizing/glue_from_rosin') + event.custom({ type: 'vintageimprovements:vacuumizing', ingredients: [{ item: 'minecraft:bone_meal' }, { fluid: 'tfc:limewater', amount: 500 }], From f3aebd0bc8e0ec6e1d33904661f79a60958b8a63 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 18:39:57 +0100 Subject: [PATCH 39/80] deleted multiblock dilemma chapter --- .../quests/chapters/multiblock_dilemma.snbt | 220 ------------------ 1 file changed, 220 deletions(-) delete mode 100644 config/ftbquests/quests/chapters/multiblock_dilemma.snbt diff --git a/config/ftbquests/quests/chapters/multiblock_dilemma.snbt b/config/ftbquests/quests/chapters/multiblock_dilemma.snbt deleted file mode 100644 index 53dd8fc3c..000000000 --- a/config/ftbquests/quests/chapters/multiblock_dilemma.snbt +++ /dev/null @@ -1,220 +0,0 @@ -{ - default_hide_dependency_lines: false - default_quest_shape: "" - filename: "multiblock_dilemma" - group: "19428C6E7A36D463" - icon: "gtceu:electric_blast_furnace" - id: "41FEC6178ABF1998" - order_index: 2 - quest_links: [ - { - id: "787AC5F1A89ABE41" - linked_quest: "1E9BE8D3F8A602DC" - x: 4.5d - y: 0.0d - } - { - id: "5A1F54545034FC9F" - linked_quest: "3568BC9742092FC5" - x: 6.0d - y: 0.0d - } - { - id: "29EFA88DBC897F46" - linked_quest: "05ADBAE5B6F38956" - x: 7.5d - y: 0.0d - } - { - id: "1C71CBF1424099CE" - linked_quest: "10987A49F647279E" - shape: "rsquare" - x: 9.0d - y: 0.0d - } - { - id: "421BA5ADC26DFB19" - linked_quest: "4AEAC79007790BD8" - shape: "rsquare" - x: 10.5d - y: 0.0d - } - { - id: "27D3C414C3E19143" - linked_quest: "1BE779AF4487E3EB" - shape: "rsquare" - x: 10.5d - y: 1.5d - } - { - id: "7E75AAD105D31F26" - linked_quest: "07906458E1A15683" - shape: "rsquare" - x: 9.0d - y: 1.5d - } - { - id: "321893F87228A360" - linked_quest: "16E7CAC7BC8BFD8E" - shape: "rsquare" - x: 7.5d - y: 1.5d - } - { - id: "7888064372044AD3" - linked_quest: "6DDDE2268B691F74" - shape: "rsquare" - x: 6.0d - y: 1.5d - } - { - id: "5D2C26C1501A2CE1" - linked_quest: "2655B72C9FF3B372" - shape: "rsquare" - x: 4.5d - y: 1.5d - } - { - id: "2637BCFD9681EABF" - linked_quest: "53DC6E32C41C94C3" - x: 3.0d - y: 1.5d - } - { - id: "3003AF60FECF2899" - linked_quest: "33263404ED38C6D2" - shape: "rsquare" - x: 1.5d - y: 1.5d - } - { - id: "7D7392009AC28773" - linked_quest: "1BB40CCF17D00719" - shape: "rsquare" - x: 3.0d - y: 0.0d - } - { - id: "026F45422E5639EB" - linked_quest: "48141DBA683F6B5A" - x: 4.5d - y: 3.0d - } - { - id: "6F23E13DC672A3F5" - linked_quest: "24866E83B280C9AB" - shape: "rsquare" - x: 6.0d - y: 3.0d - } - { - id: "0096F2E970A04203" - linked_quest: "6958029B5514D4EC" - x: 7.5d - y: 3.0d - } - { - id: "0205B65B6C2405A2" - linked_quest: "528CE69DA4358B2E" - x: 9.0d - y: 3.0d - } - { - id: "2206AD45E6B2389C" - linked_quest: "77B7B1EDD19831E0" - x: 10.5d - y: 3.0d - } - { - icon: { - Count: 1 - id: "gtceu:turbine_rotor" - tag: { - GT.PartStats: { - Material: "neutronium" - } - } - } - id: "454772220042D94B" - linked_quest: "188A8C3DD38C2762" - shape: "rsquare" - x: 10.5d - y: 4.5d - } - { - id: "7B3367C356023F61" - linked_quest: "4E9DED9569AA17F5" - x: 9.0d - y: 4.5d - } - { - id: "246855660369CA56" - linked_quest: "0F539EC8D2361791" - shape: "rsquare" - x: 7.5d - y: 4.5d - } - { - id: "278D7192878C56AC" - linked_quest: "189F84D6C76CDC8B" - shape: "rsquare" - x: 6.0d - y: 4.5d - } - { - id: "18F88B89C6DD238E" - linked_quest: "1137D2BA7E03D685" - x: 4.5d - y: 4.5d - } - { - id: "052E542D4D30CC93" - linked_quest: "466AC4DD902115EF" - shape: "rsquare" - x: 3.0d - y: 4.5d - } - { - id: "6DA657FC3F725B0C" - linked_quest: "1AD309112ADD8D8D" - shape: "rsquare" - x: 1.5d - y: 4.5d - } - { - id: "26A69E20AEC61DF1" - linked_quest: "249FA99AADAC3710" - shape: "rsquare" - x: 1.5d - y: 0.0d - } - { - id: "7D67FF93BFAF6A4A" - linked_quest: "328CFD483C26EA44" - shape: "rsquare" - x: 1.5d - y: 6.0d - } - { - id: "1D2DEC9BC14B9F64" - linked_quest: "546CC03435E763CF" - x: 7.5d - y: 6.0d - } - { - id: "0BAD33188878F715" - linked_quest: "24366846FDA52CE3" - x: 9.0d - y: 6.0d - } - { - id: "2B1E630DF1ED5624" - linked_quest: "023FF9633765A0EB" - x: 10.5d - y: 6.0d - } - ] - quests: [ ] - subtitle: ["A handy reference of all the multiblocks"] - title: "Multiblock Dilemma" -} From a9faa552f46b80bf75fea5bd8ca3bc571571d5b4 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 18:47:10 +0100 Subject: [PATCH 40/80] missed a removal --- kubejs/server_scripts/endermanoverhaul/recipes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/kubejs/server_scripts/endermanoverhaul/recipes.js b/kubejs/server_scripts/endermanoverhaul/recipes.js index 5701fa39f..90c2ec970 100644 --- a/kubejs/server_scripts/endermanoverhaul/recipes.js +++ b/kubejs/server_scripts/endermanoverhaul/recipes.js @@ -3,5 +3,6 @@ function registerEndermanOverhaulRecipes(event) { event.remove({ id: 'endermanoverhaul:corrupted_shield' }) + event.remove({ id: 'endermanoverhaul:corrupted_blade' }) } \ No newline at end of file From 5df8384508daef05f32b4025a8f0de1bdd5b37cd Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 18:54:01 +0100 Subject: [PATCH 41/80] added missing circuits to progression quest --- .../quests/chapters/progression.snbt | 100 +++++++++++------- 1 file changed, 62 insertions(+), 38 deletions(-) diff --git a/config/ftbquests/quests/chapters/progression.snbt b/config/ftbquests/quests/chapters/progression.snbt index cd9b367f9..0f5c92e47 100644 --- a/config/ftbquests/quests/chapters/progression.snbt +++ b/config/ftbquests/quests/chapters/progression.snbt @@ -12,7 +12,7 @@ } } id: "28EBC0FF82EFD94B" - order_index: 3 + order_index: 2 quest_links: [ { id: "77A0335E38D755CA" @@ -20,7 +20,7 @@ shape: "rsquare" size: 0.8d x: 0.0d - y: 1.0d + y: 2.0d } { id: "750818879C23F373" @@ -28,7 +28,7 @@ shape: "rsquare" size: 0.8d x: 1.0d - y: 2.0d + y: 3.0d } { id: "0074100DE2B5BE5A" @@ -36,7 +36,7 @@ shape: "rsquare" size: 0.8d x: 2.0d - y: 0.0d + y: 1.0d } { id: "1C05814535C12FED" @@ -44,7 +44,7 @@ shape: "rsquare" size: 0.75d x: 1.0d - y: 1.0d + y: 2.0d } { id: "513A34184609CA31" @@ -52,7 +52,7 @@ shape: "rsquare" size: 0.75d x: 1.0d - y: 0.0d + y: 1.0d } { id: "22CF428EE30F5B4B" @@ -60,7 +60,7 @@ shape: "rsquare" size: 0.8d x: 2.0d - y: 1.0d + y: 2.0d } { id: "33618A4FD8ED62D7" @@ -68,7 +68,7 @@ shape: "rsquare" size: 0.75d x: 2.0d - y: 2.0d + y: 3.0d } { id: "2B8FBCD290196265" @@ -76,7 +76,7 @@ shape: "rsquare" size: 0.8d x: 2.0d - y: 4.0d + y: 5.0d } { id: "0E8AC841C484408C" @@ -84,7 +84,7 @@ shape: "rsquare" size: 0.8d x: 2.0d - y: -1.0d + y: 0.0d } { id: "6ABFBA6855A6E7E9" @@ -92,7 +92,7 @@ shape: "rsquare" size: 0.8d x: 3.0d - y: 2.0d + y: 3.0d } { id: "629EAE6BC0519572" @@ -100,7 +100,7 @@ shape: "rsquare" size: 0.75d x: 3.0d - y: 3.0d + y: 4.0d } { id: "59568D32C47265ED" @@ -108,7 +108,7 @@ shape: "rsquare" size: 0.75d x: 3.0d - y: 4.0d + y: 5.0d } { id: "42DA2C0B99DB2545" @@ -116,7 +116,7 @@ shape: "rsquare" size: 0.8d x: 3.0d - y: 5.0d + y: 6.0d } { id: "39C4E4082B9B5731" @@ -124,7 +124,7 @@ shape: "rsquare" size: 0.8d x: 4.0d - y: 3.0d + y: 4.0d } { id: "346904314F61ABDB" @@ -132,7 +132,7 @@ shape: "rsquare" size: 0.75d x: 4.0d - y: 4.0d + y: 5.0d } { id: "1C0407D7B45603FC" @@ -140,7 +140,7 @@ shape: "rsquare" size: 0.75d x: 4.0d - y: 5.0d + y: 6.0d } { id: "20BCF31B1430ECFC" @@ -148,7 +148,7 @@ shape: "rsquare" size: 0.8d x: 4.0d - y: 6.0d + y: 7.0d } { id: "384FE989BF9BD89D" @@ -156,7 +156,7 @@ shape: "rsquare" size: 0.8d x: 6.0d - y: 5.0d + y: 6.0d } { id: "3DD1B0AE6630A8E5" @@ -164,7 +164,7 @@ shape: "rsquare" size: 0.8d x: 6.0d - y: 6.0d + y: 7.0d } { id: "519774012E47875A" @@ -172,7 +172,7 @@ shape: "rsquare" size: 0.8d x: 6.0d - y: 7.0d + y: 8.0d } { id: "0B488F9F519FBA61" @@ -180,7 +180,7 @@ shape: "rsquare" size: 0.8d x: 6.0d - y: 8.0d + y: 9.0d } { id: "025C3D8C61A9C011" @@ -188,7 +188,7 @@ shape: "rsquare" size: 0.8d x: 5.0d - y: 4.0d + y: 5.0d } { id: "54F1B023BEC98314" @@ -196,7 +196,7 @@ shape: "rsquare" size: 0.75d x: 5.0d - y: 5.0d + y: 6.0d } { id: "4EABE2BF51A06FC8" @@ -204,7 +204,7 @@ shape: "rsquare" size: 0.75d x: 5.0d - y: 6.0d + y: 7.0d } { id: "607E9492E895927E" @@ -212,7 +212,7 @@ shape: "rsquare" size: 0.8d x: 5.0d - y: 7.0d + y: 8.0d } { id: "709FB8C1561E7BB8" @@ -308,7 +308,31 @@ shape: "rsquare" size: 0.8d x: 2.0d - y: 3.0d + y: 4.0d + } + { + id: "1E40A675803FC0EE" + linked_quest: "033E74BC588E7EAD" + shape: "rsquare" + size: 0.8d + x: 0.0d + y: -1.0d + } + { + id: "086F15BC0794B952" + linked_quest: "3D8174C64DDC268B" + shape: "rsquare" + size: 0.8d + x: 0.0d + y: 1.0d + } + { + id: "3D882E672333DFDB" + linked_quest: "2C35D4E01AEC02AA" + shape: "rsquare" + size: 0.8d + x: 0.0d + y: 0.0d } ] quests: [ @@ -477,8 +501,8 @@ progression_mode: "linear" size: 0.85d title: "&8ULV&r Circuits" - x: -1.0d - y: -1.0d + x: -1.0 + y: 0.0d } { dependencies: [ @@ -501,7 +525,7 @@ size: 0.85d title: "&7LV&r Circuits" x: -1.0d - y: 0.0d + y: 1.0d } { dependencies: [ @@ -521,7 +545,7 @@ size: 0.85d title: "&bMV&r Circuits" x: -1.0d - y: 1.0d + y: 2.0d } { dependencies: [ @@ -541,7 +565,7 @@ size: 0.85d title: "&6HV&r Circuits" x: -1.0d - y: 2.0d + y: 3.0d } { dependencies: [ @@ -560,7 +584,7 @@ size: 0.85d title: "&5EV&r Circuits" x: -1.0d - y: 3.0d + y: 4.0d } { dependencies: [ @@ -581,7 +605,7 @@ size: 0.85d title: "&1IV&r Circuits" x: -1.0d - y: 4.0d + y: 5.0d } { dependencies: [ @@ -606,7 +630,7 @@ size: 0.85d title: "&dLuV&r Circuits" x: -1.0d - y: 5.0d + y: 6.0d } { dependencies: [ @@ -622,7 +646,7 @@ size: 0.85d title: "&cZPM&r Circuits" x: -1.0d - y: 6.0d + y: 7.0d } { dependencies: [ @@ -637,7 +661,7 @@ size: 0.85d title: "&3UV&r Circuits" x: -1.0d - y: 7.0d + y: 8.0d } { dependencies: ["3B49BD004F38E1A2"] @@ -653,7 +677,7 @@ size: 0.85d title: "&4UHV&r Circuits" x: -1.0d - y: 8.0d + y: 9.0d } { dependencies: ["5B2696206205CB2E"] From 9eccbdcfa37edaea625ed885466ab126eca0bd4d Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 19:13:42 +0100 Subject: [PATCH 42/80] added anvils to the progression chapter --- .../quests/chapters/progression.snbt | 108 ++++++++++++------ 1 file changed, 75 insertions(+), 33 deletions(-) diff --git a/config/ftbquests/quests/chapters/progression.snbt b/config/ftbquests/quests/chapters/progression.snbt index 0f5c92e47..90759569a 100644 --- a/config/ftbquests/quests/chapters/progression.snbt +++ b/config/ftbquests/quests/chapters/progression.snbt @@ -217,90 +217,90 @@ { id: "709FB8C1561E7BB8" linked_quest: "1646BF9194100E57" - x: -1.0d - y: -5.0d + x: -0.99d + y: -5.12d } { id: "499941B0EDEFBF54" linked_quest: "1C55AE6AD5BDE304" - x: 0.0d - y: -5.0d + x: 0.010000000000000009d + y: -5.12d } { id: "10F2DA9FCC5E3860" linked_quest: "6B08799BCFD01D3D" - x: 1.0d - y: -5.0d + x: 1.01d + y: -5.12d } { id: "72CBEEAD5A41685E" linked_quest: "069FD86133D7D582" - x: 2.0d - y: -5.0d + x: 2.01d + y: -5.12d } { id: "76C69275A82861C8" linked_quest: "7A1E3C3A2D699C5B" - x: 3.0d - y: -5.0d + x: 3.01d + y: -5.12d } { id: "6C144735C40EE615" linked_quest: "2FCBA0D780DBDA9E" - x: 4.0d - y: -5.0d + x: 4.01d + y: -5.12d } { id: "5FDCCB7CE9DACB34" linked_quest: "4C7C0F6A6598BC24" - x: 5.0d - y: -5.0d + x: 5.01d + y: -5.12d } { id: "4ACE1AFCEDC37A05" linked_quest: "6AF3A40BC9CE7122" - x: 6.0d - y: -5.0d + x: 6.01d + y: -5.12d } { id: "1EA07F998161450C" linked_quest: "30A6EDDF25A5E5F8" shape: "rsquare" size: 0.66d - x: 2.0d - y: -4.0d + x: 2.01d + y: -4.12d } { id: "532482B324E31386" linked_quest: "1776FA1F3255731E" shape: "rsquare" size: 0.66d - x: 3.0d - y: -4.0d + x: 3.01d + y: -4.12d } { id: "0F86FC5CD130B2E1" linked_quest: "78277DBC07D3C45C" shape: "rsquare" size: 0.66d - x: 4.0d - y: -4.0d + x: 4.01d + y: -4.12d } { id: "7D227159C48FAB94" linked_quest: "0DC999F79A685194" shape: "rsquare" size: 0.66d - x: 5.0d - y: -4.0d + x: 5.01d + y: -4.12d } { id: "718938D16A6098A7" linked_quest: "35F13B6D60361904" shape: "rsquare" size: 0.66d - x: 6.0d - y: -4.0d + x: 6.01d + y: -4.12d } { id: "713A4F2E798A8BDB" @@ -334,6 +334,48 @@ x: 0.0d y: 0.0d } + { + id: "54253615E949F3FD" + linked_quest: "48A8E3210B2BAE1C" + size: 0.85d + x: 0.0d + y: -7.6499999999999995d + } + { + id: "6DE3523492F7488F" + linked_quest: "3C173357029AB649" + size: 0.85d + x: 1.0d + y: -7.6499999999999995d + } + { + id: "15C67D0A68F367B8" + linked_quest: "174DA15847665CF8" + size: 0.85d + x: 1.9999999999999998d + y: -7.6499999999999995d + } + { + id: "3FB2B4E7A1EA2511" + linked_quest: "04DE7C58F20B535A" + size: 0.85d + x: 3.0d + y: -7.6499999999999995d + } + { + id: "6DE6915952A42CFE" + linked_quest: "52DAF93E2F3D688A" + size: 0.85d + x: 4.0d + y: -7.6499999999999995d + } + { + id: "51370C0C07149D25" + linked_quest: "56CA2EB7812529C5" + size: 0.85d + x: 5.0d + y: -7.6499999999999995d + } ] quests: [ { @@ -501,7 +543,7 @@ progression_mode: "linear" size: 0.85d title: "&8ULV&r Circuits" - x: -1.0 + x: -1.0d y: 0.0d } { @@ -689,8 +731,8 @@ item: "gtceu:cupronickel_ingot" type: "item" }] - x: -1.0d - y: -4.0d + x: -0.99d + y: -4.12d } { dependencies: [ @@ -705,8 +747,8 @@ item: "gtceu:kanthal_ingot" type: "item" }] - x: 0.0d - y: -4.0d + x: 0.010000000000000009d + y: -4.12d } { dependencies: ["6958029B5514D4EC"] @@ -718,8 +760,8 @@ item: "gtceu:nichrome_ingot" type: "item" }] - x: 1.0d - y: -4.0d + x: 1.01d + y: -4.12d } ] subtitle: ["A step forward is always rewarding"] From f6121eb23ca735eeb53e6c5e55ad54f48a40b815 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Apr 2025 19:13:51 +0100 Subject: [PATCH 43/80] fixed crash when making a new world --- kubejs/startup_scripts/tfc/tag_prefixes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/startup_scripts/tfc/tag_prefixes.js b/kubejs/startup_scripts/tfc/tag_prefixes.js index d3a4026f5..81a1f11e9 100644 --- a/kubejs/startup_scripts/tfc/tag_prefixes.js +++ b/kubejs/startup_scripts/tfc/tag_prefixes.js @@ -2,7 +2,7 @@ const registerTFCTagPrefixes = (event) => { - TagPrefix.ORES.remove(TagPrefix.ore) + TagPrefix.ORES.remove(TagPrefix.oreDeepslate) TagPrefix.ORES.remove(TagPrefix.oreTuff) TagPrefix.ORES.remove(TagPrefix.oreSand) From e83105577029116d5db758e0637572f7705e9618 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sun, 27 Apr 2025 12:06:54 +0500 Subject: [PATCH 44/80] Update CHANGELOG.md --- CHANGELOG.md | 115 ++++++++++++++++++++++++++------------------------- 1 file changed, 58 insertions(+), 57 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14bf6f5eb..e1dd61c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,65 +2,66 @@ ## [Unreleased] ### Changes -- Fixed mining machines not working -- Fixed kaolin clay not generating in the overworld -- Updated field guide for 0.9 (oosyrag) -- Added speed boost to nanosuit leggings (SverhRazum-Nah) -- Updated max capacity of small vessel and crucible to be multiples of 144 (oosyrag) -- Added support for more armor trims from gems (Redeix) -- Added fishing nets (Redeix) -- Added more cloth alternatives (Redeix) -- Fixed milk curdling and olive oil recipes to be consistent with barrels/vats (TomPlop) -- Added universal circuits (from monifactory) for easier ae2 pattern upgrading (TomPlop) -- Added brine and vinegar recipes to GT machines (TomPlop) -- Increased Astikor Carts item size limit (Redeix) -- Changed some quests based on feedback -- Added recipes for digger helmet upgrades -- You can no longer use a blowpipe to hold hot ingots, but tongs have been buffed 6x instead -- You can no longer pick up regular ice with a saw to prevent moving around water sources, but you can craft packed ice instead if you need to cool off -- Added a temporary fix for the ULS-MV millstones/crushing wheels voiding poor raw ores -- Added a temporary fix for the mechanical mixer needing a programmed circuit item to work (craft them out of sticks) -- Fixed a duping exploit involving metal plated blocks -- Fixed some recipes that were using the wrong wrench tag -- Added an earlier way to get paracetamol (cures gregtech hazards) -- Removed recipes for firmalife sprinklers. Use GT pipes instead, those count as greenhouse walls now, and put your sprinklers on drums/fluid tanks/barrels -- Buffed the mixer glowstone recipe -- Nerfed kapok growth speed a little -- Added recipes to turn more things into biomass -- Added recipe to turn saplings into sticks -- Changed mud brick recipes to not require mortar any more -- Fixed not being able to pick up spring water or put it in a mixing bowl -- Changed rotation speed controller recipe -- Now you can put many more things on tool racks -- Buffed some nether mob loot tables -- Buffed piglin bartering table -- Buffed string from cobwebs, TFC shears now work on them too -- The overworld graphite vein now spawns in every stone type -- Granitic/basaltic mineral sand is now usable for iron in primitive age -- Fixed butchery knives missing anvil recipes -- Added recipes to craft GT's marble blocks -- Added assembler recipes for create deco's bricks, and made vanilla bricks consistent (4 instead of 1 per craft) -- Doubled the amount of train tracks you get per craft -- Fixed red alloy/tin alloy double ingots not needing to be heated for anvil recipes -- Long distance item/fluid pipes now need HV -- Kaolin patches now spawn less often in lush cave biomes -- Hid the xp bar because xp isn't used for anything -- Fixed visual workbench not working with tfc workbenches -- Removed adjustable chain gearshift and half of create:connected because they let you get around greate's restrictions -- Added recipe for vanilla campfire for people who like smoke particles -- Fixed AoE tools in bastion chests not having the AoE property -- Fixed various decorative glass block/pane recipes to be consistent -- Bricks and flagstones now use a cutter instead of an assembler -- Slimeballs now smelt into glue -- Removed some more duplicate recipes for vanilla items -- Hid some more things in JEI that aren't craftable -- Added fishing nets in many tiers for scooping fishies -- Added nylon string and fabric +- Fixed mining machines not working. +- Fixed kaolin clay not generating in the overworld. +- Updated field guide for 0.9 (oosyrag). +- Added speed boost to nanosuit leggings (SverhRazum-Nah). +- Updated max capacity of small vessel and crucible to be multiples of 144 (oosyrag). +- Added support for more armor trims from gems (Redeix). +- Added fishing nets (Redeix). +- Added more cloth alternatives (Redeix). +- Fixed milk curdling and olive oil recipes to be consistent with barrels/vats (TomPlop). +- Added universal circuits (from monifactory) for easier ae2 pattern upgrading (TomPlop). +- Added brine and vinegar recipes to GT machines (TomPlop). +- Increased Astikor Carts item size limit (Redeix). +- Changed some quests based on feedback. +- Added recipes for digger helmet upgrades. +- You can no longer use a blowpipe to hold hot ingots, but tongs have been buffed 6x instead. +- You can no longer pick up regular ice with a saw to prevent moving around water sources, but you can craft packed ice instead if you need to cool off. +- Added a temporary fix for the ULS-MV millstones/crushing wheels voiding poor raw ores. +- Added a temporary fix for the mechanical mixer needing a programmed circuit item to work (craft them out of sticks). +- Fixed a duping exploit involving metal plated blocks. +- Fixed some recipes that were using the wrong wrench tag. +- Added an earlier way to get paracetamol (cures gregtech hazards). +- Removed recipes for firmalife sprinklers. Use GT pipes instead, those count as greenhouse walls now, and put your sprinklers on drums/fluid tanks/barrels. +- Buffed the mixer glowstone recipe. +- Nerfed kapok growth speed a little. +- Added recipes to turn more things into biomass. +- Added recipe to turn saplings into sticks. +- Changed mud brick recipes to not require mortar any more. +- Fixed not being able to pick up spring water or put it in a mixing bowl. +- Changed rotation speed controller recipe. +- Now you can put many more things on tool racks. +- Buffed some nether mob loot tables. +- Buffed piglin bartering table. +- Buffed string from cobwebs, TFC shears now work on them too. +- The overworld graphite vein now spawns in every stone type. +- Granitic/basaltic mineral sand is now usable for iron in primitive age. +- Fixed butchery knives missing anvil recipes. +- Added recipes to craft GT's marble blocks. +- Added assembler recipes for create deco's bricks, and made vanilla bricks consistent (4 instead of 1 per craft). +- Doubled the amount of train tracks you get per craft. +- Fixed red alloy/tin alloy double ingots not needing to be heated for anvil recipes. +- Long distance item/fluid pipes now need HV. +- Kaolin patches now spawn less often in lush cave biomes. +- Hid the xp bar because xp isn't used for anything. +- Fixed visual workbench not working with tfc workbenches. +- Removed adjustable chain gearshift and half of create:connected because they let you get around greate's restrictions. +- Added recipe for vanilla campfire for people who like smoke particles. +- Fixed AoE tools in bastion chests not having the AoE property. +- Fixed various decorative glass block/pane recipes to be consistent. +- Bricks and flagstones now use a cutter instead of an assembler. +- Slimeballs now smelt into glue. +- Removed some more duplicate recipes for vanilla items. +- Hid some more things in JEI that aren't craftable. +- Added fishing nets in many tiers for scooping fishies. +- Added nylon string and fabric. - Added phantom string and fabric, created from phantom membranes--Replacing them in recipes - Added support for armor trims, fixed some broken textures, added a bunch of materials, and made a helper function. -- Added handcart recipe -- Allowed more blocks to be used as oven, forge, and bloomery insulation -- Fixed lang error with treated wood planks recipe +- Added handcart recipe. +- Allowed more blocks to be used as oven, forge, and bloomery insulation. +- Fixed lang error with treated wood planks recipe. +- Fixed bug with mmc package. ## [0.9.1] - 18.04.2025 ### Changes From fdd400c8aadb54d8b3df3c126964179f2f8ea90b Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sun, 27 Apr 2025 12:09:28 +0500 Subject: [PATCH 45/80] Update mods --- mods | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods b/mods index ffeea9861..b21a59279 160000 --- a/mods +++ b/mods @@ -1 +1 @@ -Subproject commit ffeea9861f4266858a98d7be602b11eb3b8df073 +Subproject commit b21a5927964ce125d3cd9b813f1b512d8b331425 From c1aa2dc7b7d9df26f3c688899e917f7a21ce7170 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sun, 27 Apr 2025 12:14:49 +0500 Subject: [PATCH 46/80] pakku-lock.json --- mods | 2 +- pakku-lock.json | 55 +++++++++++++++++++++++-------------------------- 2 files changed, 27 insertions(+), 30 deletions(-) diff --git a/mods b/mods index b21a59279..18f2162c9 160000 --- a/mods +++ b/mods @@ -1 +1 @@ -Subproject commit b21a5927964ce125d3cd9b813f1b512d8b331425 +Subproject commit 18f2162c995feab284ea8048b405e3efb41aff96 diff --git a/pakku-lock.json b/pakku-lock.json index 8388d237c..8e5f3d5c8 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -4444,7 +4444,7 @@ "uCACXyPoJ4iKQzNG" ], "type": "MOD", - "side": "CLIENT", + "side": "BOTH", "slug": { "curseforge": "enderman-overhaul", "modrinth": "enderman-overhaul" @@ -6174,7 +6174,7 @@ { "pakku_id": "uCACXyPoJ4iKQzNG", "type": "MOD", - "side": "CLIENT", + "side": "BOTH", "slug": { "curseforge": "geckolib", "modrinth": "geckolib" @@ -10587,7 +10587,7 @@ { "pakku_id": "pITFJNUBx59dBitK", "type": "MOD", - "side": "CLIENT", + "side": "BOTH", "slug": { "curseforge": "primitive-creatures" }, @@ -10830,7 +10830,7 @@ { "pakku_id": "J5CyvX6hIaMAyzVK", "type": "MOD", - "side": "CLIENT", + "side": "BOTH", "slug": { "curseforge": "resourceful-config", "modrinth": "resourceful-config" @@ -10891,7 +10891,7 @@ { "pakku_id": "cxgo5IyMJwtpohRH", "type": "MOD", - "side": "CLIENT", + "side": "BOTH", "slug": { "curseforge": "resourceful-lib", "modrinth": "resourceful-lib" @@ -13017,6 +13017,27 @@ "modrinth": "lNttW2Xl" }, "files": [ + { + "type": "modrinth", + "file_name": "TerraFirmaGreg-Core-Modern-0.6.2.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://cdn.modrinth.com/data/lNttW2Xl/versions/GNiiq3GB/TerraFirmaGreg-Core-Modern-0.6.2.jar", + "id": "GNiiq3GB", + "parent_id": "lNttW2Xl", + "hashes": { + "sha512": "b94362f2b923c83e6265f34b96a553356d265fa50221222ba2ab81091628e1a61cc2071b31f406d2f2823651247f2fce5b91634c78569cff861a9319ac5b4b8b", + "sha1": "cac7136e073528263a0064c3d70876a06106754a" + }, + "required_dependencies": [], + "size": 237159, + "date_published": "2025-04-27T07:12:55.828230Z" + }, { "type": "curseforge", "file_name": "TerraFirmaGreg-Core-Modern-0.6.1.jar", @@ -13040,30 +13061,6 @@ ], "size": 241598, "date_published": "2025-04-15T03:58:23.103Z" - }, - { - "type": "modrinth", - "file_name": "TerraFirmaGreg-Core-Modern-0.6.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/lNttW2Xl/versions/V5J04AzG/TerraFirmaGreg-Core-Modern-0.6.1.jar", - "id": "V5J04AzG", - "parent_id": "lNttW2Xl", - "hashes": { - "sha512": "49b5afb2a8b17309d5787a373b765cbbfb266de547bd67a91aa82ee01f14c504601b60e50ec562e1474963ec7060bc11ae246ea8e282f1eb71138f5aa820a0ef", - "sha1": "5c23bc9e7d5948142b1d45ad8fca91e6a9467bf3" - }, - "required_dependencies": [ - "JaCEZUhg", - "7tG215v7" - ], - "size": 241598, - "date_published": "2025-04-15T03:58:27.227420Z" } ] }, From 0c3b28549f333a72b679c98f1c713ccecad77cad Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sun, 27 Apr 2025 12:18:51 +0500 Subject: [PATCH 47/80] update --- CHANGELOG.md | 2 +- pakku.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1dd61c77..1bf502701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.9.2] ### Changes - Fixed mining machines not working. - Fixed kaolin clay not generating in the overworld. diff --git a/pakku.json b/pakku.json index 796b3396b..681652810 100644 --- a/pakku.json +++ b/pakku.json @@ -1,6 +1,6 @@ { "name": "TerraFirmaGreg-Modern", - "version": "0.9.1", + "version": "0.9.2", "description": "An innovative modpack that contains GregTech and TerraFirmaCraft on 1.20.x.", "author": "Exception, Xikaro", "overrides": [ From 46634beabde93bf53f89df3fdfcb7e7e1bcbada5 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sun, 27 Apr 2025 12:34:13 +0500 Subject: [PATCH 48/80] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4b4ce519..bc2d45695 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,11 +159,11 @@ jobs: version: ${{ steps.determine_version.outputs.version }} continue-on-error: true - - name: 🔍 Check if changelog is empty + - name: 🔍 Check id: check shell: bash run: | - if [ ${{ env.DEV_ENVIRONMENT || steps.changelog.outcome == 'failure' }} ]; then + if ${{ env.DEV_ENVIRONMENT == 'true' || steps.changelog.outcome == 'failure' }}; then echo "version=build_#${{ github.run_number }}" >> $GITHUB_OUTPUT echo "status=Unreleased" >> $GITHUB_OUTPUT else From 10bf9482c76071d9a5d85303d11f0941382526fd Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sun, 27 Apr 2025 12:42:36 +0500 Subject: [PATCH 49/80] Update build.yml --- .github/workflows/build.yml | 38 +++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc2d45695..f7ebc4972 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,13 +20,13 @@ jobs: name: 🖥️ Project Info runs-on: ubuntu-latest outputs: - project_version: ${{ steps.check.outputs.version }} - project_name: ${{ steps.pakku_info.outputs.name }} - project_full_name: ${{ steps.pakku_info.outputs.name }}-${{ steps.check.outputs.version }} + project_version: ${{ steps.check.outputs.project_version }} + project_name: ${{ steps.check.outputs.project_name }} + project_full_name: ${{ steps.check.outputs.project_name }}-${{ steps.check.outputs.project_version }} changelog: ${{ steps.changelog.outputs.description }} diff: ${{ steps.read_diff.outputs.diff }} - exists: ${{ steps.check_tag.outputs.exists }} - make_release: ${{ steps.check_tag.outputs.exists == 'false' && env.DEV_ENVIRONMENT == 'false' }} + exists: ${{ steps.check.outputs.exists }} + make_release: ${{ steps.check.outputs.make_release }} steps: - name: Checkout @@ -163,12 +163,18 @@ jobs: id: check shell: bash run: | - if ${{ env.DEV_ENVIRONMENT == 'true' || steps.changelog.outcome == 'failure' }}; then - echo "version=build_#${{ github.run_number }}" >> $GITHUB_OUTPUT - echo "status=Unreleased" >> $GITHUB_OUTPUT - else - echo "status=${{ env.RELEASE_TYPE }}" >> $GITHUB_OUTPUT - echo "version=${{ steps.pakku_info.outputs.version }}" >> $GITHUB_OUTPUT + echo "make_release=${{ steps.check_tag.outputs.exists == 'false' && env.DEV_ENVIRONMENT == 'false' }}" >> $GITHUB_OUTPUT + echo "exists=${{ steps.check_tag.outputs.exists }}" >> $GITHUB_OUTPUT + + echo "project_name=${{ steps.pakku_info.outputs.value }}" >> $GITHUB_OUTPUT + echo "project_version=${{ steps.pakku_info.outputs.version }}" >> $GITHUB_OUTPUT + echo "release_type=${{ env.RELEASE_TYPE }}" >> $GITHUB_OUTPUT + + echo "minecraft_version=${{ steps.pakku_lock_info.outputs.mc_versions }}" >> $GITHUB_OUTPUT + + if ${{ env.DEV_ENVIRONMENT == 'true' }}; then + echo "project_version=build_#${{ github.run_number }}" >> $GITHUB_OUTPUT + echo "release_type=Unreleased" >> $GITHUB_OUTPUT fi - name: 📄 Format diff @@ -185,14 +191,14 @@ jobs: uses: WcAServices/markdown-template-action@v1.1.1 with: template: | - 📃 **Name**: ${{ steps.pakku_info.outputs.name }} - 📃 **Release**: `${{ steps.check.outputs.version }}` + 📃 **Name**: ${{ steps.check.outputs.project_name }} + 📃 **Release**: `${{ steps.check.outputs.project_version }}` 📃 **Release Type**: `${{ steps.check.outputs.status }}` - 📃 **Game Version**: `${{ steps.pakku_lock_info.outputs.mc_versions }}` + 📃 **Game Version**: `${{ steps.check.outputs.minecraft_version }}` 📃 **Dev Environment**: `${{ env.DEV_ENVIRONMENT }}` - 📃 **Tag Exists**: `${{ steps.check_tag.outputs.exists }}` - 📃 **Make Release**: `${{ steps.check_tag.outputs.exists == 'false' && env.DEV_ENVIRONMENT == 'false' }}` + 📃 **Tag Exists**: `${{ steps.check.outputs.exists }}` + 📃 **Make Release**: `${{ steps.check.outputs.make_release }}` ${{ steps.changelog.outputs.description }} From 8b9b00964614ceb8bf7cea536d193bfe4e85e115 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sun, 27 Apr 2025 12:44:17 +0500 Subject: [PATCH 50/80] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7ebc4972..baa9f0ccf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -193,7 +193,7 @@ jobs: template: | 📃 **Name**: ${{ steps.check.outputs.project_name }} 📃 **Release**: `${{ steps.check.outputs.project_version }}` - 📃 **Release Type**: `${{ steps.check.outputs.status }}` + 📃 **Release Type**: `${{ steps.check.outputs.release_type }}` 📃 **Game Version**: `${{ steps.check.outputs.minecraft_version }}` 📃 **Dev Environment**: `${{ env.DEV_ENVIRONMENT }}` From 0cc983613f18f648c548a5061ed7d4172336ffdc Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sun, 27 Apr 2025 12:46:58 +0500 Subject: [PATCH 51/80] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index baa9f0ccf..64caa5df7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,7 +145,7 @@ jobs: id: determine_version shell: bash run: | - if [ ${{ env.DEV_ENVIRONMENT }} ]; then + if ${{ env.DEV_ENVIRONMENT == 'true' }}; then echo "version=unreleased" >> $GITHUB_OUTPUT else echo "version=${{ steps.pakku_info.outputs.version }}" >> $GITHUB_OUTPUT @@ -172,7 +172,7 @@ jobs: echo "minecraft_version=${{ steps.pakku_lock_info.outputs.mc_versions }}" >> $GITHUB_OUTPUT - if ${{ env.DEV_ENVIRONMENT == 'true' }}; then + if ${{ env.DEV_ENVIRONMENT == 'true' && steps.changelog.outcome == 'failure' }}; then echo "project_version=build_#${{ github.run_number }}" >> $GITHUB_OUTPUT echo "release_type=Unreleased" >> $GITHUB_OUTPUT fi From 84014d405e9b783b0526963d9cef66ae58d0bf9e Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sun, 27 Apr 2025 12:49:52 +0500 Subject: [PATCH 52/80] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64caa5df7..11049d162 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -166,7 +166,7 @@ jobs: echo "make_release=${{ steps.check_tag.outputs.exists == 'false' && env.DEV_ENVIRONMENT == 'false' }}" >> $GITHUB_OUTPUT echo "exists=${{ steps.check_tag.outputs.exists }}" >> $GITHUB_OUTPUT - echo "project_name=${{ steps.pakku_info.outputs.value }}" >> $GITHUB_OUTPUT + echo "project_name=${{ steps.pakku_info.outputs.name }}" >> $GITHUB_OUTPUT echo "project_version=${{ steps.pakku_info.outputs.version }}" >> $GITHUB_OUTPUT echo "release_type=${{ env.RELEASE_TYPE }}" >> $GITHUB_OUTPUT From 7eeb2584459ef1eff8938cabcd17613c368306d4 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 27 Apr 2025 11:30:20 +0100 Subject: [PATCH 53/80] changed Caelum to be on the server too, since tfc-caelum is also a server mod --- pakku-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pakku-lock.json b/pakku-lock.json index 8388d237c..96668a2ee 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -1892,7 +1892,7 @@ { "pakku_id": "vBb8GNgsYQrf2uAx", "type": "MOD", - "side": "CLIENT", + "side": "BOTH", "slug": { "curseforge": "caelum", "modrinth": "caelum" From 323bd1d04fc7d21a51f2d1be182923fd0ab001f9 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 27 Apr 2025 12:15:47 +0100 Subject: [PATCH 54/80] added caelum + tfc-caelum to pakku --- pakku.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pakku.json b/pakku.json index 681652810..b1c344387 100644 --- a/pakku.json +++ b/pakku.json @@ -219,6 +219,12 @@ }, "particular-reforged": { "side": "BOTH" + }, + "caelum": { + "side": "BOTH" + }, + "tfc-caelum": { + "side": "BOTH" } } } \ No newline at end of file From c1c9382d26e998ec8c0aef105644e99d5cd4168a Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 27 Apr 2025 17:11:32 +0100 Subject: [PATCH 55/80] fixed stress levels on the rolling mill --- config/createaddition-common.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/createaddition-common.toml b/config/createaddition-common.toml index ec628d986..dd18e3100 100644 --- a/config/createaddition-common.toml +++ b/config/createaddition-common.toml @@ -46,7 +46,7 @@ rolling_mill_processing_duration = 400 #Rolling Mill base stress impact. #Range: 0 ~ 1024 - rolling_mill_stress = 16 + rolling_mill_stress = 1 #Wires [wires] From f16f525f05ffcccb21a49c518a4412fe85def4e1 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 27 Apr 2025 17:11:41 +0100 Subject: [PATCH 56/80] fixed lang files for universal circuits --- kubejs/assets/tfg/lang/en_us.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 911fc3ad2..58da9d294 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -192,16 +192,16 @@ "item.tfg.aluminium_hull_reinforcement": "Aluminium Hull Reinforcement", "item.tfg.stainless_steel_hull_reinforcement": "Stainless Steel Hull Reinforcement", "item.tfg.titanium_hull_reinforcement": "Titanium Hull Reinforcement", - "item.ulv_universal_circuit": "ULV Universal Circuit", - "item.lv_universal_circuit": "LV Universal Circuit", - "item.mv_universal_circuit": "MV Universal Circuit", - "item.hv_universal_circuit": "HV Universal Circuit", - "item.ev_universal_circuit": "EV Universal Circuit", - "item.iv_universal_circuit": "IV Universal Circuit", - "item.luv_universal_circuit": "LuV Universal Circuit", - "item.zpm_universal_circuit": "ZPM Universal Circuit", - "item.uv_universal_circuit": "UV Universal Circuit", - "item.uhv_universal_circuit": "UHV Universal Circuit", + "item.tfg.ulv_universal_circuit": "ULV Universal Circuit", + "item.tfg.lv_universal_circuit": "LV Universal Circuit", + "item.tfg.mv_universal_circuit": "MV Universal Circuit", + "item.tfg.hv_universal_circuit": "HV Universal Circuit", + "item.tfg.ev_universal_circuit": "EV Universal Circuit", + "item.tfg.iv_universal_circuit": "IV Universal Circuit", + "item.tfg.luv_universal_circuit": "LuV Universal Circuit", + "item.tfg.zpm_universal_circuit": "ZPM Universal Circuit", + "item.tfg.uv_universal_circuit": "UV Universal Circuit", + "item.tfg.uhv_universal_circuit": "UHV Universal Circuit", "material.tfg.latex": "Latex", "material.tfg.vulcanized_latex": "Vulcanized Latex", "material.tfg.fluix": "Fluix", From a69e32beace6e7e1af7e777cb511d26483d01be7 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 27 Apr 2025 17:12:25 +0100 Subject: [PATCH 57/80] changed early game recipes to use small gears instead of large, to avoid duping, and make cogs easier --- kubejs/server_scripts/create/recipes.js | 4 +-- .../create_additions/recipes.js | 2 +- .../create_horse_power/recipes.js | 6 ++-- kubejs/server_scripts/greate/recipes.js | 16 ++++----- .../greate/recipes.recycling.js | 8 ++--- kubejs/server_scripts/tfc/recipes.metals.js | 33 ++++--------------- kubejs/startup_scripts/gtceu/materials.js | 3 +- 7 files changed, 27 insertions(+), 45 deletions(-) diff --git a/kubejs/server_scripts/create/recipes.js b/kubejs/server_scripts/create/recipes.js index baa860369..f755ae809 100644 --- a/kubejs/server_scripts/create/recipes.js +++ b/kubejs/server_scripts/create/recipes.js @@ -267,14 +267,14 @@ const registerCreateRecipes = (event) => { A: '#forge:screws/wrought_iron', B: '#forge:plates/brass', C: '#forge:rods/black_steel', - D: '#forge:gears/steel', + D: '#forge:small_gears/steel', E: '#forge:tools/hammers', F: '#forge:storage_blocks/copper', G: '#forge:tools/screwdrivers', }).id('tfg:create/shaped/steam_engine') event.recipes.gtceu.assembler('tfg:create/steam_engine') - .itemInputs('2x #forge:screws/wrought_iron', '#forge:plates/brass', '2x #forge:rods/red_steel', '#forge:gears/steel', '#forge:storage_blocks/copper') + .itemInputs('2x #forge:screws/wrought_iron', '#forge:plates/brass', '2x #forge:rods/red_steel', '#forge:small_gears/steel', '#forge:storage_blocks/copper') .circuit(3) .itemOutputs('create:steam_engine') .duration(200) diff --git a/kubejs/server_scripts/create_additions/recipes.js b/kubejs/server_scripts/create_additions/recipes.js index 6b1de2743..d175cd9ab 100644 --- a/kubejs/server_scripts/create_additions/recipes.js +++ b/kubejs/server_scripts/create_additions/recipes.js @@ -13,7 +13,7 @@ const registerCreateAdditionsRecipes = (event) => { ], { A: 'create:precision_mechanism', B: 'greate:steel_shaft', - C: '#forge:gears/black_steel', + C: '#forge:double_plates/black_steel', D: '#gtceu:circuits/ulv', E: 'gtceu:ulv_machine_hull' }).id('tfg:create_additions/shaped/rolling_mill') diff --git a/kubejs/server_scripts/create_horse_power/recipes.js b/kubejs/server_scripts/create_horse_power/recipes.js index 865f155d6..652bfb2b2 100644 --- a/kubejs/server_scripts/create_horse_power/recipes.js +++ b/kubejs/server_scripts/create_horse_power/recipes.js @@ -11,7 +11,7 @@ function registerCreateHorsePowerBlockRecipes(event) { 'CCC' ], { A: '#forge:fences/wooden', - B: '#forge:gears/bronze', + B: '#forge:small_gears/bronze', C: '#tfc:rock/raw', D: '#forge:tools/hammers', E: '#tfc:chisels' @@ -25,7 +25,7 @@ function registerCreateHorsePowerBlockRecipes(event) { 'CCC' ], { A: '#forge:fences/wooden', - B: '#forge:gears/bismuth_bronze', + B: '#forge:small_gears/bismuth_bronze', C: '#tfc:rock/raw', D: '#forge:tools/hammers', E: '#tfc:chisels' @@ -39,7 +39,7 @@ function registerCreateHorsePowerBlockRecipes(event) { 'CCC' ], { A: '#forge:fences/wooden', - B: '#forge:gears/black_bronze', + B: '#forge:small_gears/black_bronze', C: '#tfc:rock/raw', D: '#forge:tools/hammers', E: '#tfc:chisels' diff --git a/kubejs/server_scripts/greate/recipes.js b/kubejs/server_scripts/greate/recipes.js index 09b318c39..44ae555e0 100644 --- a/kubejs/server_scripts/greate/recipes.js +++ b/kubejs/server_scripts/greate/recipes.js @@ -61,22 +61,22 @@ function registerGreateRecipes(event) { // TODO: recycling recipes for these? event.shapeless('greate:steel_cogwheel', ['greate:steel_shaft', '#forge:small_gears/wrought_iron', '#forge:tools/wrenches']) .id('greate:shapeless/steel_cogwheel') - event.shapeless('greate:large_steel_cogwheel', ['greate:steel_shaft', '#forge:gears/wrought_iron', '#forge:tools/wrenches']) + event.shapeless('greate:large_steel_cogwheel', ['greate:steel_shaft', '#forge:small_gears/wrought_iron','#forge:small_gears/wrought_iron', '#forge:tools/wrenches']) .id('greate:shapeless/large_steel_cogwheel'); event.shapeless('greate:aluminium_cogwheel', ['greate:aluminium_shaft', '#forge:small_gears/steel', '#forge:tools/wrenches']) .id('greate:shapeless/aluminium_cogwheel') - event.shapeless('greate:large_aluminium_cogwheel', ['greate:aluminium_shaft', '#forge:gears/steel', '#forge:tools/wrenches']) + event.shapeless('greate:large_aluminium_cogwheel', ['greate:aluminium_shaft', '#forge:small_gears/steel', '#forge:small_gears/steel', '#forge:tools/wrenches']) .id('greate:shapeless/large_aluminium_cogwheel'); event.shapeless('greate:stainless_steel_cogwheel', ['greate:stainless_steel_shaft', '#forge:small_gears/aluminium', '#forge:tools/wrenches']) .id('greate:shapeless/stainless_steel_cogwheel') - event.shapeless('greate:large_stainless_steel_cogwheel', ['greate:stainless_steel_shaft', '#forge:gears/aluminium', '#forge:tools/wrenches']) + event.shapeless('greate:large_stainless_steel_cogwheel', ['greate:stainless_steel_shaft', '#forge:small_gears/aluminium', '#forge:small_gears/aluminium', '#forge:tools/wrenches']) .id('greate:shapeless/large_stainless_steel_cogwheel'); event.shapeless('greate:titanium_cogwheel', ['greate:titanium_shaft', '#forge:small_gears/stainless_steel', '#forge:tools/wrenches']) .id('greate:shapeless/titanium_cogwheel') - event.shapeless('greate:large_titanium_cogwheel', ['greate:titanium_shaft', '#forge:gears/stainless_steel', '#forge:tools/wrenches']) + event.shapeless('greate:large_titanium_cogwheel', ['greate:titanium_shaft', '#forge:small_gears/stainless_steel', '#forge:small_gears/stainless_steel', '#forge:tools/wrenches']) .id('greate:shapeless/large_titanium_cogwheel'); // #endregion @@ -90,7 +90,7 @@ function registerGreateRecipes(event) { ], { A: 'tfc:quern', B: 'tfc:handstone', - C: '#forge:gears/bronze', + C: '#forge:small_gears/bronze', D: '#forge:tools/hammers', E: '#forge:tools/saws' }).id('greate:shaped/andesite_alloy_millstone') @@ -102,7 +102,7 @@ function registerGreateRecipes(event) { ], { A: 'tfc:quern', B: 'tfc:handstone', - C: '#forge:gears/bismuth_bronze', + C: '#forge:small_gears/bismuth_bronze', D: '#forge:tools/hammers', E: '#forge:tools/saws' }).id('greate:shaped/andesite_alloy_millstone2') @@ -114,7 +114,7 @@ function registerGreateRecipes(event) { ], { A: 'tfc:quern', B: 'tfc:handstone', - C: '#forge:gears/black_bronze', + C: '#forge:small_gears/black_bronze', D: '#forge:tools/hammers', E: '#forge:tools/saws' }).id('greate:shaped/andesite_alloy_millstone3') @@ -126,7 +126,7 @@ function registerGreateRecipes(event) { ], { A: '#forge:smooth_stone', B: 'gtceu:treated_wood_slab', - C: '#forge:gears/steel', + C: '#forge:small_gears/steel', D: '#forge:tools/hammers', E: '#forge:tools/wrenches', F: '#forge:dusts/diamond' diff --git a/kubejs/server_scripts/greate/recipes.recycling.js b/kubejs/server_scripts/greate/recipes.recycling.js index b38223a16..3ee3cf82a 100644 --- a/kubejs/server_scripts/greate/recipes.recycling.js +++ b/kubejs/server_scripts/greate/recipes.recycling.js @@ -76,25 +76,25 @@ function registerGreateRecyclingRecipes(event) { event.shapeless('#forge:small_gears/wrought_iron', ['greate:steel_cogwheel'])) event.recipes.tfc.extra_products_shapeless_crafting('greate:steel_shaft', - event.shapeless('#forge:gears/wrought_iron', ['greate:large_steel_cogwheel'])) + event.shapeless('2x #forge:small_gears/wrought_iron', ['greate:large_steel_cogwheel'])) event.recipes.tfc.extra_products_shapeless_crafting('greate:aluminium_shaft', event.shapeless('#forge:small_gears/steel', ['greate:aluminium_cogwheel'])) event.recipes.tfc.extra_products_shapeless_crafting('greate:aluminium_shaft', - event.shapeless('#forge:gears/steel', ['greate:large_aluminium_cogwheel'])) + event.shapeless('2x #forge:small_gears/steel', ['greate:large_aluminium_cogwheel'])) event.recipes.tfc.extra_products_shapeless_crafting('greate:stainless_steel_shaft', event.shapeless('#forge:small_gears/aluminium', ['greate:stainless_steel_cogwheel'])) event.recipes.tfc.extra_products_shapeless_crafting('greate:stainless_steel_shaft', - event.shapeless('#forge:gears/aluminium', ['greate:large_stainless_steel_cogwheel'])) + event.shapeless('2x #forge:small_gears/aluminium', ['greate:large_stainless_steel_cogwheel'])) event.recipes.tfc.extra_products_shapeless_crafting('greate:titanium_shaft', event.shapeless('#forge:small_gears/stainless_steel', ['greate:titanium_cogwheel'])) event.recipes.tfc.extra_products_shapeless_crafting('greate:titanium_shaft', - event.shapeless('#forge:gears/stainless_steel', ['greate:large_titanium_cogwheel'])) + event.shapeless('2x #forge:small_gears/stainless_steel', ['greate:large_titanium_cogwheel'])) // #endregion diff --git a/kubejs/server_scripts/tfc/recipes.metals.js b/kubejs/server_scripts/tfc/recipes.metals.js index a8617193c..70d220efe 100644 --- a/kubejs/server_scripts/tfc/recipes.metals.js +++ b/kubejs/server_scripts/tfc/recipes.metals.js @@ -272,32 +272,7 @@ function registerTFCMetalsRecipes(event) { .tier(5) .id('tfc:anvil/blue_steel_ingot') - // Gears - event.recipes.tfc.anvil('gtceu:bronze_gear', '#forge:double_plates/bronze', ['punch_last', 'shrink_any', 'draw_any']) - .tier(2) - .id('tfc:anvil/bronze_gear') - event.recipes.tfc.anvil('gtceu:black_bronze_gear', '#forge:double_plates/black_bronze', ['punch_last', 'shrink_any', 'draw_any']) - .tier(2) - .id('tfc:anvil/black_bronze_gear') - event.recipes.tfc.anvil('gtceu:bismuth_bronze_gear', '#forge:double_plates/bismuth_bronze', ['punch_last', 'shrink_any', 'draw_any']) - .tier(2) - .id('tfc:anvil/bismuth_bronze_gear') - event.recipes.tfc.anvil('gtceu:wrought_iron_gear', '#forge:double_plates/wrought_iron', ['punch_last', 'shrink_any', 'draw_any']) - .tier(3) - .id('tfc:anvil/wrought_iron_gear') - event.recipes.tfc.anvil('gtceu:steel_gear', '#forge:double_plates/steel', ['punch_last', 'shrink_any', 'draw_any']) - .tier(4) - .id('tfc:anvil/steel_gear') - event.recipes.tfc.anvil('gtceu:black_steel_gear', '#forge:double_plates/black_steel', ['punch_last', 'shrink_any', 'draw_any']) - .tier(5) - .id('tfc:anvil/black_steel_gear') - event.recipes.tfc.anvil('gtceu:red_steel_gear', '#forge:double_plates/red_steel', ['punch_last', 'shrink_any', 'draw_any']) - .tier(6) - .id('tfc:anvil/red_steel_gear') - event.recipes.tfc.anvil('gtceu:blue_steel_gear', '#forge:double_plates/blue_steel', ['punch_last', 'shrink_any', 'draw_any']) - .tier(6) - .id('tfc:anvil/blue_steel_gear') - + // Small Gears event.recipes.tfc.anvil('gtceu:small_wrought_iron_gear', '#forge:ingots/wrought_iron', ['hit_last', 'shrink_second_last', 'draw_third_last']) .tier(3) .id('tfc:anvil/small_wrought_iron_gear') @@ -310,6 +285,12 @@ function registerTFCMetalsRecipes(event) { event.recipes.tfc.anvil('gtceu:small_bronze_gear', '#forge:ingots/bronze', ['hit_last', 'shrink_second_last', 'draw_third_last']) .tier(2) .id('tfc:anvil/small_bronze_gear') + event.recipes.tfc.anvil('gtceu:small_bismuth_bronze_gear', '#forge:ingots/bismuth_bronze', ['hit_last', 'shrink_second_last', 'draw_third_last']) + .tier(2) + .id('tfc:anvil/small_bismuth_bronze_gear') + event.recipes.tfc.anvil('gtceu:small_black_bronze_gear', '#forge:ingots/black_bronze', ['hit_last', 'shrink_second_last', 'draw_third_last']) + .tier(2) + .id('tfc:anvil/small_black_bronze_gear') // Cast iron -> Raw Iron Bloom event.recipes.tfc.bloomery('tfc:raw_iron_bloom', 'minecraft:charcoal', Fluid.of('gtceu:iron', 144), 15000) diff --git a/kubejs/startup_scripts/gtceu/materials.js b/kubejs/startup_scripts/gtceu/materials.js index ac24ae217..5deb267fd 100644 --- a/kubejs/startup_scripts/gtceu/materials.js +++ b/kubejs/startup_scripts/gtceu/materials.js @@ -187,7 +187,8 @@ const registerGTCEuMaterialModification = (event) => { GTMaterials.Wood.addFlags(GENERATE_SMALL_GEAR); GTMaterials.Brass.addFlags(GENERATE_SMALL_GEAR, GENERATE_RING); - GTMaterials.BismuthBronze.addFlags(GENERATE_GEAR); + GTMaterials.BlackBronze.addFlags(GENERATE_SMALL_GEAR); + GTMaterials.BismuthBronze.addFlags(GENERATE_SMALL_GEAR); GTMaterials.Nickel.addFlags(GENERATE_ROD, GENERATE_LONG_ROD); GTMaterials.BlackSteel.addFlags(GENERATE_LONG_ROD, GENERATE_BOLT_SCREW, GENERATE_SMALL_GEAR); From 1a811cff188e73ba34be722e090ef5175a5e5a31 Mon Sep 17 00:00:00 2001 From: NobleWasTaken <137561393+NobleWasTaken@users.noreply.github.com> Date: Mon, 28 Apr 2025 05:33:32 -0400 Subject: [PATCH 58/80] Update carryon-common.toml Carry On's config doesn't seem to work with tags (#), so I explicitly added the framedblocks chest and the tfc chests to the whitelist. I also removed storage drawers since they aren't in use. Signed-off-by: NobleWasTaken <137561393+NobleWasTaken@users.noreply.github.com> --- config/carryon-common.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/carryon-common.toml b/config/carryon-common.toml index 3f35a27b2..d34082042 100644 --- a/config/carryon-common.toml +++ b/config/carryon-common.toml @@ -59,7 +59,7 @@ #Entities that CAN be picked up (useWhitelistEntities must be true) allowedEntities = ["tfc:turkey", "tfc:dog", "tfc:isopod", "tfc:lobster", "tfc:frog", "tfc:penguin", "tfc:turtle", "tfc:horseshoe_crab", "tfc:crayfish", "tfc:grouse", "tfc:pheasant", "tfc:peafowl", "tfc:rat", "tfc:cat", "tfc:chicken", "tfc:duck", "tfc:quail", "tfc:rabbit"] #Blocks that CAN be picked up (useWhitelistBlocks must be true) - allowedBlocks = ["#forge:chests/wooden", "#storagedrawers:drawers"] + allowedBlocks = ["framedblocks:framed_chest", "tfc:wood/chest/*", "tfc:wood/trapped_chest/*", "#forge:chests/wooden"] #Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true) allowedStacking = [] From 1d47b73d4d72ccf56d8264469886c3af044ce2f5 Mon Sep 17 00:00:00 2001 From: Redeix Date: Mon, 28 Apr 2025 13:16:17 -0500 Subject: [PATCH 59/80] - Missed this commit last time oops --- config/tfcastikorcarts-common.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tfcastikorcarts-common.toml b/config/tfcastikorcarts-common.toml index fbc9f46a5..f202e1249 100644 --- a/config/tfcastikorcarts-common.toml +++ b/config/tfcastikorcarts-common.toml @@ -11,7 +11,7 @@ # # The largest (inclusive) size of an item that is allowed in a supply cart. #Allowed Values: TINY, VERY_SMALL, SMALL, NORMAL, LARGE, VERY_LARGE, HUGE - maxItemSize = "VERY_LARGE" + maxItemSize = "HUGE" # # Can the animal cart pick up players by pushing it into them? canPushIntoPlayers = true From 79ac1b67995231c1b863b3af4b9a5b74350624aa Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 00:14:32 +0100 Subject: [PATCH 60/80] Fixed nano legs buff from also removing speed buff, for now --- kubejs/server_scripts/gregtech/events.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kubejs/server_scripts/gregtech/events.js b/kubejs/server_scripts/gregtech/events.js index 15e518992..a9a17beae 100644 --- a/kubejs/server_scripts/gregtech/events.js +++ b/kubejs/server_scripts/gregtech/events.js @@ -1,9 +1,6 @@ PlayerEvents.tick((event) => { const { player } = event; - if (player.age % 100 != 0) return; - if (player.legsArmorItem == 'gtceu:nanomuscle_leggings') { + if (player.age % 100 == 0 && player.legsArmorItem == 'gtceu:nanomuscle_leggings') { player.potionEffects.add("minecraft:speed", 350, 1, true, false); - } else { - player.removeEffect("minecraft:speed"); } }); From 70a9dfd9209c561a9a47a91e5d22274276782953 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 00:15:21 +0100 Subject: [PATCH 61/80] Added recycling recipes for your old molds --- kubejs/server_scripts/minecraft/recipes.js | 63 ++++++++++--------- kubejs/server_scripts/tfc/recipes.machines.js | 31 +++++++++ kubejs/startup_scripts/gtceu/constants.js | 4 ++ 3 files changed, 67 insertions(+), 31 deletions(-) diff --git a/kubejs/server_scripts/minecraft/recipes.js b/kubejs/server_scripts/minecraft/recipes.js index 64f81f999..20e19bfb2 100644 --- a/kubejs/server_scripts/minecraft/recipes.js +++ b/kubejs/server_scripts/minecraft/recipes.js @@ -348,7 +348,7 @@ const registerMinecraftRecipes = (event) => { C: '#tfc:rock/smooth' }).id('tfg:shaped/comparator_nether_quartz'); - event.replaceInput({id: 'gtceu:shaped/redstone_lamp' }, 'minecraft:glass_pane', '#forge:glass_panes') + event.replaceInput({ id: 'gtceu:shaped/redstone_lamp' }, 'minecraft:glass_pane', '#forge:glass_panes') event.recipes.gtceu.assembler('redstone_lamp') .itemInputs('1x #forge:glass', '1x minecraft:glowstone', '1x #forge:rods/red_alloy') .itemOutputs('minecraft:redstone_lamp') @@ -950,38 +950,38 @@ const registerMinecraftRecipes = (event) => { //#region Campfire event.shaped('minecraft:campfire', [ - ' A ', - 'ABA', - 'CDC' - ], { - A: 'minecraft:blaze_rod', - B: 'minecraft:blaze_powder', - C: '#forge:ingots/blue_steel', - D: '#forge:storage_blocks/charcoal', - }).id('tfg:campfire_charcoal') + ' A ', + 'ABA', + 'CDC' + ], { + A: 'minecraft:blaze_rod', + B: 'minecraft:blaze_powder', + C: '#forge:ingots/blue_steel', + D: '#forge:storage_blocks/charcoal', + }).id('tfg:campfire_charcoal') event.shaped('minecraft:campfire', [ - ' A ', - 'ABA', - 'CDC' - ], { - A: 'minecraft:blaze_rod', - B: 'minecraft:blaze_powder', - C: '#forge:ingots/blue_steel', - D: '#forge:storage_blocks/coal', - }).id('tfg:campfire_coal') + ' A ', + 'ABA', + 'CDC' + ], { + A: 'minecraft:blaze_rod', + B: 'minecraft:blaze_powder', + C: '#forge:ingots/blue_steel', + D: '#forge:storage_blocks/coal', + }).id('tfg:campfire_coal') //#endregion - //#region Smithing Table - event.shaped('minecraft:smithing_table', [ - 'C ', - 'BB ', - 'AA ' - ], { - A: '#minecraft:planks', - B: ChemicalHelper.get(TagPrefix.plate, GTMaterials.Lead, 1), - C: '#forge:tools/hammers' - }).id('minecraft:shapeless/smithing_table') + //#region Smithing Table + event.shaped('minecraft:smithing_table', [ + 'C ', + 'BB ', + 'AA ' + ], { + A: '#minecraft:planks', + B: ChemicalHelper.get(TagPrefix.plate, GTMaterials.Lead, 1), + C: '#forge:tools/hammers' + }).id('minecraft:shapeless/smithing_table') event.recipes.gtceu.assembler('minecraft:assembler/smithing_table') .itemInputs('2x #minecraft:planks', ChemicalHelper.get(TagPrefix.plate, GTMaterials.Lead, 2)) @@ -990,6 +990,7 @@ const registerMinecraftRecipes = (event) => { .duration(60) .EUt(GTValues.VA[GTValues.ULV]) //#endregion - - event.smelting('tfc:glue', 'minecraft:slime_ball').id('tfg:smelting/slime_to_glue') + + event.smelting('tfc:glue', 'minecraft:slime_ball') + .id('tfg:smelting/slime_to_glue') } diff --git a/kubejs/server_scripts/tfc/recipes.machines.js b/kubejs/server_scripts/tfc/recipes.machines.js index 3d92f1b3c..e391944e1 100644 --- a/kubejs/server_scripts/tfc/recipes.machines.js +++ b/kubejs/server_scripts/tfc/recipes.machines.js @@ -466,4 +466,35 @@ function registerTFCMachineRecipes(event) { // Jute Fiber generateMixerRecipe(event, 'tfc:jute', Fluid.of('minecraft:water', 200), 'tfc:jute_fiber', null, [], 100, 4, 16, 'tfg:tfc/jute_fiber') + + // Ceramic Recycling + event.recipes.gtceu.macerator('tfg:sherd_to_brick_dust') + .itemInputs('firmalife:pottery_sherd') + .itemOutputs('5x #forge:dusts/brick') + .duration(20) + .EUt(2) + + event.recipes.gtceu.macerator('tfg:ceramic_molds') + .itemInputs('#tfc:fired_molds') + .itemOutputs('2x #forge:dusts/brick') + .duration(20) + .EUt(2) + + event.recipes.gtceu.macerator('tfg:large_vessels') + .itemInputs('#tfc:fired_large_vessels') + .itemOutputs('5x #forge:dusts/brick') + .duration(20) + .EUt(2) + + event.recipes.gtceu.macerator('tfg:casting_channel') + .itemInputs('tfcchannelcasting:channel') + .itemOutputs('1x #forge:dusts/brick') + .duration(20) + .EUt(2) + + event.recipes.gtceu.macerator('tfg:mold_table') + .itemInputs('tfcchannelcasting:mold_table') + .itemOutputs('5x #forge:dusts/brick') + .duration(20) + .EUt(2) } diff --git a/kubejs/startup_scripts/gtceu/constants.js b/kubejs/startup_scripts/gtceu/constants.js index 2b99e1bd1..edc6dbcdb 100644 --- a/kubejs/startup_scripts/gtceu/constants.js +++ b/kubejs/startup_scripts/gtceu/constants.js @@ -34,6 +34,10 @@ global.GTCEU_DISABLED_ITEMS = [ 'gtceu:flint_knife', 'gtceu:firebrick', 'gtceu:firebricks', + 'gtceu:fireclay_dust', + 'gtceu:small_fireclay_dust', + 'gtceu:tiny_fireclay_dust', + 'gtceu:compressed_fireclay', 'gtceu:wood_drum', 'gtceu:primitive_blast_furnace', 'gtceu:iron_pickaxe', From 87f67c8be505293132b6ea56622b440f58a269e0 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 00:15:59 +0100 Subject: [PATCH 62/80] lowered recipe speed of bulk washing --- defaultconfigs/create-server.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaultconfigs/create-server.toml b/defaultconfigs/create-server.toml index e0cb19ac7..b58523206 100644 --- a/defaultconfigs/create-server.toml +++ b/defaultconfigs/create-server.toml @@ -130,7 +130,7 @@ #. #Game ticks required for a Fan-based processing recipe to take effect. #Range: > 0 - fanProcessingTime = 3200 + fanProcessingTime = 400 #. #Moving Contraptions From 389c6d4ef5275e6009f8c421c095eaaa60b7f7bf Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 00:16:16 +0100 Subject: [PATCH 63/80] Added more details to ore hazards field guide entry --- .../en_us/entries/tfg_ores/hazards.json | 169 +++++++++--------- 1 file changed, 87 insertions(+), 82 deletions(-) diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/hazards.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/hazards.json index c96eab0f8..d632b7a9a 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/hazards.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/hazards.json @@ -1,84 +1,89 @@ { - "name": "Hazardous Materials", - "icon": "gtceu:raw_plutonium", - "category": "tfc:tfg_ores", - "priority": true, - "sortnum": 1, - "read_by_default": true, - "pages": [ - { - "type": "patchouli:spotlight", - "title": "Hazardous Materials", - "item": "gtceu:raw_plutonium", - "text": "Some ores and dusts are hazardous and can cause negative effects or even kill you if they are carried in your inventory.$(br2)Certain equipment such as $(thing)masks$(), $(thing)gloves$(), and $(thing)hazardous material suits$() later on can be used to conter these effects" - }, - { "type": "patchouli:crafting", "title": "Face Mask", "recipe": "gtceu:shaped/face_mask" }, - { - "type": "patchouli:spotlight", - "item": "gtceu:rubber_gloves", - "title": "Rubber gloves", - "link_recipes": true, - "text": "Rubber gloves can be made from $(l:mechanics/leather_making)leather$()." - }, - { - "type": "tfc:knapping_recipe", - "recipe": "tfchotornot:leather_knapping/mittens", - "text": "First knap the leather into mittens." - }, - { - "type": "tfc:sealed_barrel_recipe", - "recipe": "tfg:sealed_barrel/prepared_leather_gloves", - "text": "Mittens are then soaked in $(thing)Vinegar$(), a mixture of fruit and alcohol." - }, - { - "type": "patchouli:spotlight", - "item": "tfg:latex_soaked_gloves", - "text": "Prepared leather gloves are then heated in a $(thing)vat$() with $(thing)Vulcanized Latex$(), a mixture of latex and wood ash." - }, - { - "type": "patchouli:spotlight", - "item": "gtceu:rubber_gloves", - "text": "Finally, the latex-soaked gloves are heated in an $(l:firmalife/oven)Oven$()." - }, - { - "type": "patchouli:spotlight", - "title": "Rocks", - "item": { "tag": "tfc:rock_knapping" }, - "text": "The easiest way to prevent hazardous items from entering your inventory is to not pick them up at all.$(br)Filling your inventory with $(thing)Rocks$(), for example, will let you pick and choose which items you want to pick up, letting you deal with the hazardous ones all at once later." - }, - { - "type": "patchouli:spotlight", - "title": "Containers", - "text": "Hazardous materials only deal damage while they are in your $(thing)inventory$(), but that doesn't apply to other containers!$(br)Hazardous materials will not deal damage while they are in another container such as a $(l:tfg_tips/inventory_management)Backpack$() or $(l:getting_started/pottery#vessel)Vessel$(). $(thing)Right-clicking$() while holding a vessel will allow direct transfer of it's contents to and from containers", - "item": "sophisticatedbackpacks:backpack,tfc:ceramic/vessel,tfc:ceramic/large_vessel" - }, - { - "type": "patchouli:spotlight", - "title": "Spring Water", - "item": "tfc:bucket/spring_water", - "text": "Standing in $(thing)Spring Water$() will provide a slow $(thing)Regeneration$() effect." - }, - { - "type": "patchouli:spotlight", - "title": "Aged Alcohol", - "text": "$(thing)Aged Alcohol$() will give potion buffs, some of which you might find useful.$(br2)You can drink them with a $(l:getting_started/pottery#jug)Jug$() or $(l:waterflasks/recipes)Flask$().", - "item": "tfcagedalcohol:bucket/aged_beer,tfcagedalcohol:bucket/aged_cider,tfcagedalcohol:bucket/aged_rum,tfcagedalcohol:bucket/aged_sake,tfcagedalcohol:bucket/aged_vodka,tfcagedalcohol:bucket/aged_whiskey,tfcagedalcohol:bucket/aged_corn_whiskey,tfcagedalcohol:bucket/aged_rye_whiskey" - }, - { - "type": "patchouli:text", - "text": "Aged Beer: Absorption II (20:00)$(br2)Aged Cider: Speed (5:20)$(br2)Aged Rum: Speed II (2:40)$(br2)Aged Sake: Resistance (5:20)$(br2)Aged Vodka: Resistance II (2:40)$(br2)Aged Corn Whiskey: Haste (5:20)$(br2)Aged Rye Whiskey: Haste (5:20)$(br2)Aged Whiskey: Haste II (2:40)" - }, - { - "type": "patchouli:spotlight", - "item": { "tag": "tfc:foods" }, - "title": "Nutrition", - "text": "Eating better foods with more $(l:getting_started/food_and_water#nutrients)nutrition$() will raise your maximum HP by a significant amount.$(br2)$(l:mechanics/pot#soup)Soups$(), $(l:mechanics/sandwiches)Sandwiches$(), and $(l:mechanics/salad)Salads$() are great for this." - }, - { - "type": "patchouli:spotlight", - "title": "Bed", - "item": { "tag": "minecraft:beds" }, - "text": "If all else fails, bringing along a bed to respawn is a good idea.$(br2)If you don't have access to $(thing)Wool$() or $(thing)String$(), you can also make a $(l:getting_started/a_place_to_sleep)Thatch Bed$()." - } - ] + "name": "Hazardous Materials", + "icon": "gtceu:raw_plutonium", + "category": "tfc:tfg_ores", + "priority": true, + "sortnum": 1, + "read_by_default": true, + "pages": [ + { + "type": "patchouli:spotlight", + "title": "Hazardous Materials", + "item": "gtceu:raw_plutonium", + "text": "Some ores and dusts are hazardous and can cause negative effects or even kill you if they are carried in your inventory.$(br2)Certain equipment such as $(thing)masks$(), $(thing)gloves$(), and $(thing)hazardous material suits$() later on can be used to counter these effects." + }, + { + "type": "patchouli:crafting", + "title": "Face Mask", + "recipe": "gtceu:shaped/face_mask", + "text": "The $(thing)Face Mask$() provides protection from any $(item)Inhalation$() hazards, such as Arsenicosis." + }, + { + "type": "patchouli:spotlight", + "item": "gtceu:rubber_gloves", + "title": "Rubber gloves", + "link_recipes": true, + "text": "Rubber gloves can either be made from $(l:mechanics/leather_making)Leather$() and $(l:arborfirmacraft/making_rubber)Latex$(), or out of Rubber Sheets. They provide protection from any $(item)Skin Contact$() hazards, such as Berylliosis." + }, + { + "type": "tfc:knapping_recipe", + "recipe": "tfchotornot:leather_knapping/mittens", + "text": "First, knap the leather into mittens." + }, + { + "type": "tfc:sealed_barrel_recipe", + "recipe": "tfg:sealed_barrel/prepared_leather_gloves", + "text": "Mittens are then soaked in $(thing)Vinegar$(), a mixture of fruit and alcohol." + }, + { + "type": "patchouli:spotlight", + "item": "tfg:latex_soaked_gloves", + "text": "Prepared leather gloves are then heated in a $(thing)vat$() with $(thing)Vulcanized Latex$(), a mixture of latex and wood ash." + }, + { + "type": "patchouli:spotlight", + "item": "gtceu:rubber_gloves", + "text": "Finally, the latex-soaked gloves are heated in an $(l:firmalife/oven)Oven$()." + }, + { + "type": "patchouli:spotlight", + "title": "Rocks", + "item": { "tag": "tfc:rock_knapping" }, + "text": "The easiest way to prevent hazardous items from entering your inventory is to not pick them up at all.$(br)Filling your inventory with $(thing)Rocks$(), for example, will let you pick and choose which items you want to pick up, letting you deal with the hazardous ones all at once later." + }, + { + "type": "patchouli:spotlight", + "title": "Containers", + "text": "Hazardous materials only deal damage while they are in your $(thing)inventory$(), but that doesn't apply to other containers!$(br)Hazardous materials will not deal damage while they are in another container such as a $(l:tfg_tips/inventory_management)Backpack$() or $(l:getting_started/pottery#vessel)Vessel$(). $(thing)Right-clicking$() while holding a vessel will allow direct transfer of it's contents to and from containers", + "item": "sophisticatedbackpacks:backpack,tfc:ceramic/vessel,tfc:ceramic/large_vessel" + }, + { + "type": "patchouli:spotlight", + "title": "Spring Water", + "item": "tfc:bucket/spring_water", + "text": "Standing in $(thing)Spring Water$() will provide a slow $(thing)Regeneration$() effect." + }, + { + "type": "patchouli:spotlight", + "title": "Aged Alcohol", + "text": "$(thing)Aged Alcohol$() will give potion buffs, some of which you might find useful.$(br2)You can drink them with a $(l:getting_started/pottery#jug)Jug$() or $(l:waterflasks/recipes)Flask$().", + "item": "tfcagedalcohol:bucket/aged_beer,tfcagedalcohol:bucket/aged_cider,tfcagedalcohol:bucket/aged_rum,tfcagedalcohol:bucket/aged_sake,tfcagedalcohol:bucket/aged_vodka,tfcagedalcohol:bucket/aged_whiskey,tfcagedalcohol:bucket/aged_corn_whiskey,tfcagedalcohol:bucket/aged_rye_whiskey" + }, + { + "type": "patchouli:text", + "text": "Aged Beer: Absorption II (20:00)$(br2)Aged Cider: Speed (5:20)$(br2)Aged Rum: Speed II (2:40)$(br2)Aged Sake: Resistance (5:20)$(br2)Aged Vodka: Resistance II (2:40)$(br2)Aged Corn Whiskey: Haste (5:20)$(br2)Aged Rye Whiskey: Haste (5:20)$(br2)Aged Whiskey: Haste II (2:40)" + }, + { + "type": "patchouli:spotlight", + "item": { "tag": "tfc:foods" }, + "title": "Nutrition", + "text": "Eating better foods with more $(l:getting_started/food_and_water#nutrients)nutrition$() will raise your maximum HP by a significant amount.$(br2)$(l:mechanics/pot#soup)Soups$(), $(l:mechanics/sandwiches)Sandwiches$(), and $(l:mechanics/salad)Salads$() are great for this." + }, + { + "type": "patchouli:spotlight", + "title": "Bed", + "item": { "tag": "minecraft:beds" }, + "text": "If all else fails, bringing along a bed to respawn is a good idea.$(br2)If you don't have access to $(thing)Wool$() or $(thing)String$(), you can also make a $(l:getting_started/a_place_to_sleep)Thatch Bed$()." + } + ] } From 9e05ae7929c10773ab12cd439cced96cb5f70421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:18:51 +0000 Subject: [PATCH 64/80] Bump actions/download-artifact in the dependencies group Bumps the dependencies group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4.2.1 to 4.3.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.2.1...v4.3.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11049d162..68cbbb831 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -365,7 +365,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: 📦 Download artifact - uses: actions/download-artifact@v4.2.1 + uses: actions/download-artifact@v4.3.0 with: merge-multiple: true @@ -439,7 +439,7 @@ jobs: fi - name: 📦 Download artifact - uses: actions/download-artifact@v4.2.1 + uses: actions/download-artifact@v4.3.0 with: merge-multiple: true @@ -489,7 +489,7 @@ jobs: fi - name: 📦 Download artifact - uses: actions/download-artifact@v4.2.1 + uses: actions/download-artifact@v4.3.0 with: merge-multiple: true From 4fb23f4e945ee9941f49d2bec1d2ff7c85d02ed3 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 00:21:58 +0100 Subject: [PATCH 65/80] will you leave me alone if I submit these, ftbquests? --- .../quests/chapters/ore_processing.snbt | 13 +++++- .../quests/chapters/questssteam_age.snbt | 11 ++++- .../quests/chapters/questsstoneage.snbt | 45 +++++++++++++++++-- 3 files changed, 63 insertions(+), 6 deletions(-) diff --git a/config/ftbquests/quests/chapters/ore_processing.snbt b/config/ftbquests/quests/chapters/ore_processing.snbt index b567a0bb4..045f6027a 100644 --- a/config/ftbquests/quests/chapters/ore_processing.snbt +++ b/config/ftbquests/quests/chapters/ore_processing.snbt @@ -3,9 +3,18 @@ default_quest_shape: "" filename: "ore_processing" group: "19428C6E7A36D463" - icon: "gtceu:crushed_iron_ore" + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:crushed_iron_ore" + } id: "24C1683140DBB5F2" - order_index: 4 + order_index: 3 quest_links: [ ] quests: [ { diff --git a/config/ftbquests/quests/chapters/questssteam_age.snbt b/config/ftbquests/quests/chapters/questssteam_age.snbt index a11160062..29d5fa410 100644 --- a/config/ftbquests/quests/chapters/questssteam_age.snbt +++ b/config/ftbquests/quests/chapters/questssteam_age.snbt @@ -971,7 +971,16 @@ ] dependency_requirement: "one_completed" description: ["{quests.steam_age.red_alloy.desc}"] - icon: "gtceu:red_alloy_ingot" + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:red_alloy_ingot" + } id: "781C6AD30194CB45" shape: "square" size: 1.0d diff --git a/config/ftbquests/quests/chapters/questsstoneage.snbt b/config/ftbquests/quests/chapters/questsstoneage.snbt index c32d21551..372346e1a 100644 --- a/config/ftbquests/quests/chapters/questsstoneage.snbt +++ b/config/ftbquests/quests/chapters/questsstoneage.snbt @@ -306,6 +306,12 @@ ] icon: { Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } id: "gtceu:copper_saw" tag: { DisallowContainerItem: 0b @@ -1316,6 +1322,12 @@ ] icon: { Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } id: "gtceu:copper_pickaxe" tag: { DisallowContainerItem: 0b @@ -2079,7 +2091,16 @@ { dependencies: ["5E186CD5E83BFDF0"] description: ["{quests.stone_age.crush_ore.desc}"] - icon: "gtceu:crushed_copper_ore" + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:crushed_copper_ore" + } id: "2621BF784BEB7033" subtitle: "{quests.stone_age.crush_ore.subtitle}" tasks: [{ @@ -2101,7 +2122,16 @@ { dependencies: ["2621BF784BEB7033"] description: ["{quests.stone_age.crush_crushed_ore.desc}"] - icon: "gtceu:impure_copper_dust" + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:impure_copper_dust" + } id: "050444CE0EA04FDF" subtitle: "{quests.stone_age.crush_crushed_ore.subtitle}" tasks: [ @@ -2138,7 +2168,16 @@ { dependencies: ["050444CE0EA04FDF"] description: ["{quests.stone_age.clean_dust.desc}"] - icon: "gtceu:copper_dust" + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:copper_dust" + } id: "3462FD6E24F9BE0B" subtitle: "{quests.stone_age.clean_dust.subtitle}" tasks: [{ From 34d18f5c58f6cee6588dd37b4eddf1a9a937de01 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 00:47:41 +0100 Subject: [PATCH 66/80] more create SU adjustments --- defaultconfigs/create-server.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/defaultconfigs/create-server.toml b/defaultconfigs/create-server.toml index b58523206..a5f58a5e5 100644 --- a/defaultconfigs/create-server.toml +++ b/defaultconfigs/create-server.toml @@ -249,13 +249,13 @@ [kinetics.stressValues.v2.impact] display_board = 0.0 deployer = 0.25 - mechanical_piston = 0.5 + mechanical_piston = 0.25 millstone = 65535.0 - mechanical_bearing = 1.0 + mechanical_bearing = 0.5 clockwork_bearing = 0.5 cuckoo_clock = 0.125 speedometer = 0.0 - copper_backtank = 0.5 + copper_backtank = 0.25 mechanical_saw = 65535.0 flywheel = 0.0 encased_chain_drive = 0.0 @@ -266,14 +266,14 @@ crushing_wheel = 65535.0 mechanical_mixer = 65535.0 gantry_shaft = 0.0 - rope_pulley = 0.5 + rope_pulley = 0.125 rotation_speed_controller = 0.0 - mechanical_arm = 0.5 - netherite_backtank = 0.5 + mechanical_arm = 0.25 + netherite_backtank = 0.25 andesite_encased_shaft = 65535.0 mechanical_press = 65535.0 large_cogwheel = 65535.0 - mechanical_drill = 0.5 + mechanical_drill = 0.25 andesite_encased_large_cogwheel = 65535.0 brass_encased_large_cogwheel = 65535.0 mysterious_cuckoo_clock = 0.125 @@ -281,8 +281,8 @@ shaft = 65535.0 brass_encased_shaft = 65535.0 gearshift = 0.0 - turntable = 0.5 - sticky_mechanical_piston = 0.5 + turntable = 0.25 + sticky_mechanical_piston = 0.25 sequenced_gearshift = 0.0 weighted_ejector = 0.25 cogwheel = 65535.0 @@ -290,8 +290,8 @@ belt = 65535.0 brass_encased_cogwheel = 65535.0 gearbox = 0.0 - hose_pulley = 0.5 - elevator_pulley = 0.5 + hose_pulley = 0.25 + elevator_pulley = 0.125 mechanical_crafter = 0.125 #. From b1dfc5c379286d96fdf2c60b0805bf73f12ec96c Mon Sep 17 00:00:00 2001 From: Redeix Date: Mon, 28 Apr 2025 19:38:29 -0500 Subject: [PATCH 67/80] - Added recipe to separate fertilizer into pure sources, and mix them back together. - Added recipes to sew hides together and cut them apart. --- CHANGELOG.md | 2 + kubejs/server_scripts/tfc/recipes.js | 74 +++++++++++++++++++ kubejs/server_scripts/tfc/recipes.machines.js | 3 + 3 files changed, 79 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bf502701..1d81d7377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,8 @@ - Allowed more blocks to be used as oven, forge, and bloomery insulation. - Fixed lang error with treated wood planks recipe. - Fixed bug with mmc package. +- Added recipe to separate fertilizer into pure sources, and mix them back together. +- Added recipes to sew hides together and cut them apart. ## [0.9.1] - 18.04.2025 ### Changes diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index f59f52eb7..274f75e06 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -238,4 +238,78 @@ const registerTFCRecipes = (event) => { event.recipes.shapeless('gtceu:small_brass_gear', [ 'tfc:brass_mechanisms' ]).id('tfg:replace_brass_mechanisms') event.replaceInput({ input: 'tfc:brass_mechanisms' }, 'tfc:brass_mechanisms', 'gtceu:small_brass_gear') + // Fertilizers + event.recipes.gtceu.centrifuge('tfg:gtceu/centrifuge/pure_fertilizers') + .itemInputs('1x gtceu:fertilizer') + .itemOutputs('1x tfc:pure_nitrogen', '1x tfc:pure_potassium', '1x tfc:pure_phosphorus') + .duration(340) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.mixer('tfg:tfc/mixer/fertilizer') + .itemInputs('1x tfc:pure_nitrogen', '1x tfc:pure_potassium', '1x tfc:pure_phosphorus', ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.Clay, 1)) + .itemOutputs('1x gtceu:fertilizer') + .duration(160) + .EUt(GTValues.VA[GTValues.ULV]) + + //Hide Sewing + const stages = [ + 'raw', + 'soaked', + 'scraped', + 'prepared', + 'sheepskin' + ]; + + const sizes = [ + 'small', + 'medium', + 'large' + ]; + + stages.forEach((stage) => { + sizes.forEach((size, index) => { + // Find the next larger size. + const nextLarger = sizes[index + 1]; + + // If a larger size exists, sew the hides together. + if (nextLarger) { + event.recipes.tfc.damage_inputs_shapeless_crafting( + event.shapeless(`1x tfc:${nextLarger}_${stage}_hide`, [ + `2x tfc:${size}_${stage}_hide`, + '#tfc:sewing_needles', + '#forge:string', + 'tfc:glue' + ]).id(`tfg:tfc/${size}_to_${nextLarger}_${stage}_hide`) + ) + + event.recipes.gtceu.assembler(`tfg:gtceu/assembler/${size}_to_${nextLarger}_${stage}_hide`) + .inputFluids(Fluid.of('gtceu:glue', 25)) + .itemOutputs(`1x tfc:${nextLarger}_${stage}_hide`) + .itemInputs(`2x tfc:${size}_${stage}_hide`) + .duration(60) + .circuit(7) + .EUt(GTValues.VA[GTValues.ULV]) + } + + // Find the next smaller size. + const nextSmaller = sizes[index - 1]; + + // If a smaller size exists, cut the hide. + if (nextSmaller) { + event.recipes.tfc.damage_inputs_shapeless_crafting( + event.shapeless(`2x tfc:${nextSmaller}_${stage}_hide`, [ + `1x tfc:${size}_${stage}_hide`, + '#forge:shears' + ]).id(`tfg:tfc/${size}_to_${nextSmaller}_${stage}_hide`) + ) + + event.recipes.gtceu.assembler(`tfg:gtceu/assembler/${size}_to_${nextSmaller}_${stage}_hide`) + .itemOutputs(`2x tfc:${nextSmaller}_${stage}_hide`) + .itemInputs(`1x tfc:${size}_${stage}_hide`) + .duration(60) + .circuit(4) + .EUt(GTValues.VA[GTValues.ULV]) + } + }); + }); } diff --git a/kubejs/server_scripts/tfc/recipes.machines.js b/kubejs/server_scripts/tfc/recipes.machines.js index 3d92f1b3c..2a37bf77f 100644 --- a/kubejs/server_scripts/tfc/recipes.machines.js +++ b/kubejs/server_scripts/tfc/recipes.machines.js @@ -409,6 +409,7 @@ function registerTFCMachineRecipes(event) { .itemInputs('tfc:small_sheepskin_hide') .itemOutputs('tfc:wool') .duration(100) + .circuit(3) .EUt(4) // 1x Medium SheepSkin -> 1x Wool @@ -416,6 +417,7 @@ function registerTFCMachineRecipes(event) { .itemInputs('tfc:medium_sheepskin_hide') .itemOutputs('2x tfc:wool') .duration(100) + .circuit(3) .EUt(4) // 1x Large SheepSkin -> 1x Wool @@ -423,6 +425,7 @@ function registerTFCMachineRecipes(event) { .itemInputs('tfc:large_sheepskin_hide') .itemOutputs('3x tfc:wool') .duration(100) + .circuit(3) .EUt(4) // Wool Yarn From 4a19732784014f68a2a882e83874e8ac0bd82222 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 13:26:22 +0100 Subject: [PATCH 68/80] ore basics + hazards field guide entry tweaks --- .../en_us/entries/tfg_ores/hazards.json | 4 +- .../en_us/entries/tfg_ores/ore_basics.json | 82 +++++++++---------- .../ru_ru/entries/tfg_ores/hazards.json | 2 +- .../ru_ru/entries/tfg_ores/ore_basics.json | 2 +- .../uk_ua/entries/tfg_ores/hazards.json | 2 +- .../uk_ua/entries/tfg_ores/ore_basics.json | 2 +- 6 files changed, 47 insertions(+), 47 deletions(-) diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/hazards.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/hazards.json index d632b7a9a..72ee80fd1 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/hazards.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/hazards.json @@ -1,6 +1,6 @@ { "name": "Hazardous Materials", - "icon": "gtceu:raw_plutonium", + "icon": "createdeco:decal_skull", "category": "tfc:tfg_ores", "priority": true, "sortnum": 1, @@ -9,7 +9,7 @@ { "type": "patchouli:spotlight", "title": "Hazardous Materials", - "item": "gtceu:raw_plutonium", + "item": "gtceu:cobaltite_dust", "text": "Some ores and dusts are hazardous and can cause negative effects or even kill you if they are carried in your inventory.$(br2)Certain equipment such as $(thing)masks$(), $(thing)gloves$(), and $(thing)hazardous material suits$() later on can be used to counter these effects." }, { diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/ore_basics.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/ore_basics.json index c3ddc1f80..0e6c5c688 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/ore_basics.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/ore_basics.json @@ -1,43 +1,43 @@ { - "name": "Mining in TFG", - "icon": "gtceu:pyrite_dust", - "category": "tfc:tfg_ores", - "priority": true, - "sortnum": 0, - "pages": [ - { - "type": "patchouli:text", - "text": "You will need a $(thing)pickaxe$() or $(thing)mining hammer$() to mine ores.$(br2)A regular $(thing)hammer$() can also break stone type blocks quickly, but will not result in dropped ores. It can still be useful for $(l:getting_started/primitive_anvils#raw_rock)extracting$() stone blocks however." - }, - { - "type": "patchouli:crafting", - "recipe": "gtceu:shaped/pickaxe_copper", - "recipe2": "gtceu:shaped/mining_hammer_copper" - }, - { - "type": "patchouli:spotlight", - "title": "Pickaxe", - "text": "Breaking an ore block with a pickaxe will yield $(thing)raw ores$() (poor, normal, or rich), as well as some stone dust. These are not worth much mB each and you will need multiple to make a single ingot, however some other minerals are only useable in this state, such as $(thing)coal$().", - "item": { "tag": "minecraft:pickaxes" } - }, - { - "type": "patchouli:spotlight", - "title": "Mining Hammer", - "text": "These are basically a pickaxe with a 3x3 range, and will yield $(thing)raw ores$() as well. Also good for clearing stone after you've hammered the ores out!$(br2)Holding $(thing)sneak$() will only break a single block at a time.", - "item": { "tag": "forge:tools/mining_hammers" } - }, - { - "type": "patchouli:spotlight", - "title": "Basic ore processing", - "anchor": "processing", - "item": "gtceu:crushed_copper_ore", - "text": "Processing ores will result in much greater amounts of usable metal. The first step is to use a $(l:mechanics/quern)Quern$() to crush the raw ore. This step can be automated in the future with improved machines such as the $(thing)Millstone$(), $(thing)Crushing Wheel$(), $(thing)Macerator$(), and $(thing)Forge Hammer$()." - }, - { - "type": "patchouli:crafting", - "title": "Purifying dust", - "recipe": "gtceu:shapeless/crushed_ore_to_dust_copper", - "text": "To make your crushed ores melt into even more mB, first place them in a crafting grid along with a $(thing)Hammer$(). This will produce $(thing)Impure Dust$(). To purify the dust, throw it in water or $(item)$(k:key.use)$() a $(thing)Cauldron$() filled with water." - } - ] + "name": "Mining in TFG", + "icon": "minecraft:diamond_pickaxe", + "category": "tfc:tfg_ores", + "priority": true, + "sortnum": 0, + "pages": [ + { + "type": "patchouli:text", + "text": "You will need a $(thing)pickaxe$() or $(thing)mining hammer$() to mine ores.$(br2)A regular $(thing)hammer$() can also break stone type blocks quickly, but will not result in dropped ores. It can still be useful for $(l:getting_started/primitive_anvils#raw_rock)extracting$() stone blocks however." + }, + { + "type": "patchouli:crafting", + "recipe": "gtceu:shaped/pickaxe_copper", + "recipe2": "gtceu:shaped/mining_hammer_copper" + }, + { + "type": "patchouli:spotlight", + "title": "Pickaxe", + "text": "Breaking an ore block with a pickaxe will yield $(thing)raw ores$() (poor, normal, or rich), as well as some stone dust. These are not worth much mB each and you will need multiple to make a single ingot, however some other minerals are only useable in this state, such as $(thing)coal$().", + "item": { "tag": "minecraft:pickaxes" } + }, + { + "type": "patchouli:spotlight", + "title": "Mining Hammer", + "text": "These are basically a pickaxe with a 3x3 range, and will yield $(thing)raw ores$() as well. Also good for clearing stone after you've hammered the ores out!$(br2)Holding $(thing)sneak$() will only break a single block at a time.", + "item": { "tag": "forge:tools/mining_hammers" } + }, + { + "type": "patchouli:spotlight", + "title": "Basic ore processing", + "anchor": "processing", + "item": "gtceu:crushed_copper_ore", + "text": "Processing ores will result in much greater amounts of usable metal. The first step is to use a $(l:mechanics/quern)Quern$() to crush the raw ore. This step can be automated in the future with improved machines such as the $(thing)Millstone$(), $(thing)Crushing Wheel$(), $(thing)Macerator$(), and $(thing)Forge Hammer$()." + }, + { + "type": "patchouli:crafting", + "title": "Purifying dust", + "recipe": "gtceu:shapeless/crushed_ore_to_dust_copper", + "text": "To make your crushed ores melt into even more mB, first place them in a crafting grid along with a $(thing)Hammer$(). This will produce $(thing)Impure Dust$(). To purify the dust, throw it in water or $(item)$(k:key.use)$() a $(thing)Cauldron$() filled with water." + } + ] } diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/hazards.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/hazards.json index bd2b5c60c..92418ecc6 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/hazards.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/hazards.json @@ -1,6 +1,6 @@ { "name": "Противодействие ядовитым рудам", - "icon": "gtceu:hazmat_headpiece", + "icon": "createdeco:decal_skull", "category": "tfc:tfg_ores", "priority": true, "sortnum": 1, diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/ore_basics.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/ore_basics.json index 010a0a4c1..c86ad2551 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/ore_basics.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/ore_basics.json @@ -1,6 +1,6 @@ { "name": "Добыча руды в TFG", - "icon": "gtceu:pyrite_dust", + "icon": "minecraft:diamond_pickaxe", "category": "tfc:tfg_ores", "priority": true, "sortnum": 0, diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/hazards.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/hazards.json index 6b98cf0c9..930f7c77c 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/hazards.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/hazards.json @@ -1,6 +1,6 @@ { "name": "Робота з Небезпеками", - "icon": "gtceu:hazmat_headpiece", + "icon": "createdeco:decal_skull", "category": "tfc:tfg_ores", "priority": true, "sortnum": 1, diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/ore_basics.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/ore_basics.json index dcc4d9cda..5a8d8f4ab 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/ore_basics.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/ore_basics.json @@ -1,6 +1,6 @@ { "name": "Видобуток у TFG", - "icon": "gtceu:pyrite_dust", + "icon": "minecraft:diamond_pickaxe", "category": "tfc:tfg_ores", "priority": true, "sortnum": 0, From 94d8004b029c3d57f97a42d2778ee09e9a56e243 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 15:16:09 +0100 Subject: [PATCH 69/80] big field guide update! all ore veins are now generated with our tool! --- .../en_us/entries/mechanics/fire_clay.json | 4 +- .../en_us/entries/mechanics/glassworking.json | 2 +- .../surface_kaolin.json | 0 .../tfg_ores/deep_garnet_amethyst.json | 56 - .../entries/tfg_ores/deep_garnet_opal.json | 56 - .../en_us/entries/tfg_ores/deep_gold.json | 56 - .../en_us/entries/tfg_ores/deep_hematite.json | 67 - .../en_us/entries/tfg_ores/deep_limonite.json | 56 - .../entries/tfg_ores/deep_magnetite.json | 67 - .../entries/tfg_ores/deep_molybdenum.json | 56 - .../en_us/entries/tfg_ores/deep_naquadah.json | 34 - .../entries/tfg_ores/deep_pitchblende.json | 34 - .../en_us/entries/tfg_ores/deep_sapphire.json | 58 - .../entries/tfg_ores/deep_scheelite.json | 45 - .../entries/tfg_ores/deep_sheldonite.json | 56 - .../en_us/entries/tfg_ores/deep_topaz.json | 56 - .../entries/tfg_ores/earth_ore_index.json | 56 + .../entries/tfg_ores/earth_vein_index.json | 3867 +++++++++++++++++ .../en_us/entries/tfg_ores/index.json | 44 - .../entries/tfg_ores/nether_ore_index.json | 56 + .../entries/tfg_ores/nether_vein_index.json | 2799 ++++++++++++ .../entries/tfg_ores/normal_apatite.json | 45 - .../tfg_ores/normal_basaltic_sands.json | 56 - .../entries/tfg_ores/normal_bauxite.json | 45 - .../entries/tfg_ores/normal_beryllium.json | 45 - .../entries/tfg_ores/normal_bismuth.json | 45 - .../entries/tfg_ores/normal_cassiterite.json | 34 - .../en_us/entries/tfg_ores/normal_coal.json | 23 - .../en_us/entries/tfg_ores/normal_copper.json | 56 - .../entries/tfg_ores/normal_garnet_tin.json | 56 - .../entries/tfg_ores/normal_garnierite.json | 67 - .../en_us/entries/tfg_ores/normal_gold.json | 56 - .../entries/tfg_ores/normal_graphite.json | 45 - .../entries/tfg_ores/normal_hematite.json | 56 - .../en_us/entries/tfg_ores/normal_lapis.json | 56 - .../entries/tfg_ores/normal_limonite.json | 56 - .../entries/tfg_ores/normal_lubricant.json | 67 - .../entries/tfg_ores/normal_magnetite.json | 45 - .../entries/tfg_ores/normal_manganese.json | 56 - .../en_us/entries/tfg_ores/normal_mica.json | 56 - .../entries/tfg_ores/normal_monazite.json | 45 - .../entries/tfg_ores/normal_oilsands.json | 23 - .../entries/tfg_ores/normal_olivine.json | 56 - .../en_us/entries/tfg_ores/normal_quartz.json | 56 - .../entries/tfg_ores/normal_redstone.json | 45 - .../en_us/entries/tfg_ores/normal_salt.json | 56 - .../entries/tfg_ores/normal_saltpeter.json | 56 - .../en_us/entries/tfg_ores/normal_silver.json | 45 - .../entries/tfg_ores/normal_sphalerite.json | 45 - .../entries/tfg_ores/normal_spodumene.json | 56 - .../en_us/entries/tfg_ores/normal_sulfur.json | 45 - .../entries/tfg_ores/normal_tetrahedrite.json | 45 - .../entries/tfg_ores/surface_bismuth.json | 45 - .../entries/tfg_ores/surface_cassiterite.json | 34 - .../entries/tfg_ores/surface_copper.json | 60 - .../entries/tfg_ores/surface_sphalerite.json | 45 - .../tfg_ores/surface_tetrahedrite.json | 45 - .../it_it/entries/mechanics/fire_clay.json | 4 +- .../tfg_ores/deep_garnet_amethyst.json | 88 - .../entries/tfg_ores/deep_garnet_opal.json | 88 - .../it_it/entries/tfg_ores/deep_gold.json | 88 - .../it_it/entries/tfg_ores/deep_hematite.json | 107 - .../it_it/entries/tfg_ores/deep_limonite.json | 88 - .../entries/tfg_ores/deep_magnetite.json | 107 - .../entries/tfg_ores/deep_molybdenum.json | 88 - .../it_it/entries/tfg_ores/deep_naquadah.json | 50 - .../entries/tfg_ores/deep_pitchblende.json | 50 - .../it_it/entries/tfg_ores/deep_sapphire.json | 90 - .../entries/tfg_ores/deep_scheelite.json | 69 - .../entries/tfg_ores/deep_sheldonite.json | 88 - .../it_it/entries/tfg_ores/deep_topaz.json | 88 - .../it_it/entries/tfg_ores/hazards.json | 71 - .../it_it/entries/tfg_ores/index.json | 43 - .../entries/tfg_ores/normal_apatite.json | 69 - .../tfg_ores/normal_basaltic_sands.json | 88 - .../entries/tfg_ores/normal_bauxite.json | 69 - .../entries/tfg_ores/normal_beryllium.json | 69 - .../entries/tfg_ores/normal_bismuth.json | 69 - .../entries/tfg_ores/normal_cassiterite.json | 50 - .../it_it/entries/tfg_ores/normal_coal.json | 31 - .../it_it/entries/tfg_ores/normal_copper.json | 88 - .../entries/tfg_ores/normal_garnet_tin.json | 88 - .../entries/tfg_ores/normal_garnierite.json | 107 - .../it_it/entries/tfg_ores/normal_gold.json | 88 - .../entries/tfg_ores/normal_graphite.json | 69 - .../entries/tfg_ores/normal_hematite.json | 88 - .../it_it/entries/tfg_ores/normal_lapis.json | 88 - .../entries/tfg_ores/normal_limonite.json | 88 - .../entries/tfg_ores/normal_lubricant.json | 107 - .../entries/tfg_ores/normal_magnetite.json | 69 - .../entries/tfg_ores/normal_manganese.json | 88 - .../it_it/entries/tfg_ores/normal_mica.json | 88 - .../entries/tfg_ores/normal_monazite.json | 69 - .../entries/tfg_ores/normal_oilsands.json | 31 - .../entries/tfg_ores/normal_olivine.json | 88 - .../it_it/entries/tfg_ores/normal_quartz.json | 88 - .../entries/tfg_ores/normal_redstone.json | 69 - .../it_it/entries/tfg_ores/normal_salt.json | 88 - .../entries/tfg_ores/normal_saltpeter.json | 88 - .../it_it/entries/tfg_ores/normal_silver.json | 69 - .../entries/tfg_ores/normal_sphalerite.json | 69 - .../entries/tfg_ores/normal_spodumene.json | 88 - .../it_it/entries/tfg_ores/normal_sulfur.json | 69 - .../entries/tfg_ores/normal_tetrahedrite.json | 69 - .../it_it/entries/tfg_ores/ore_basics.json | 59 - .../entries/tfg_ores/surface_bismuth.json | 69 - .../entries/tfg_ores/surface_cassiterite.json | 50 - .../entries/tfg_ores/surface_copper.json | 92 - .../entries/tfg_ores/surface_kaolin.json | 93 - .../entries/tfg_ores/surface_sphalerite.json | 69 - .../tfg_ores/surface_tetrahedrite.json | 69 - .../entries/the_world/ores_and_minerals.json | 13 - .../ru_ru/entries/mechanics/fire_clay.json | 4 +- .../surface_kaolin.json | 0 .../tfg_ores/deep_garnet_amethyst.json | 56 - .../entries/tfg_ores/deep_garnet_opal.json | 56 - .../ru_ru/entries/tfg_ores/deep_gold.json | 56 - .../ru_ru/entries/tfg_ores/deep_hematite.json | 67 - .../ru_ru/entries/tfg_ores/deep_limonite.json | 56 - .../entries/tfg_ores/deep_magnetite.json | 67 - .../entries/tfg_ores/deep_molybdenum.json | 56 - .../ru_ru/entries/tfg_ores/deep_naquadah.json | 34 - .../entries/tfg_ores/deep_pitchblende.json | 34 - .../ru_ru/entries/tfg_ores/deep_sapphire.json | 58 - .../entries/tfg_ores/deep_scheelite.json | 45 - .../entries/tfg_ores/deep_sheldonite.json | 56 - .../ru_ru/entries/tfg_ores/deep_topaz.json | 56 - .../entries/tfg_ores/earth_ore_index.json | 56 + .../entries/tfg_ores/earth_vein_index.json | 3867 +++++++++++++++++ .../entries/tfg_ores/nether_ore_index.json | 56 + .../entries/tfg_ores/nether_vein_index.json | 2799 ++++++++++++ .../entries/tfg_ores/normal_apatite.json | 45 - .../tfg_ores/normal_basaltic_sands.json | 56 - .../entries/tfg_ores/normal_bauxite.json | 45 - .../entries/tfg_ores/normal_beryllium.json | 45 - .../entries/tfg_ores/normal_bismuth.json | 45 - .../entries/tfg_ores/normal_cassiterite.json | 34 - .../ru_ru/entries/tfg_ores/normal_coal.json | 23 - .../ru_ru/entries/tfg_ores/normal_copper.json | 56 - .../entries/tfg_ores/normal_garnet_tin.json | 56 - .../entries/tfg_ores/normal_garnierite.json | 67 - .../ru_ru/entries/tfg_ores/normal_gold.json | 56 - .../entries/tfg_ores/normal_graphite.json | 45 - .../entries/tfg_ores/normal_hematite.json | 56 - .../ru_ru/entries/tfg_ores/normal_lapis.json | 56 - .../entries/tfg_ores/normal_limonite.json | 56 - .../entries/tfg_ores/normal_lubricant.json | 67 - .../entries/tfg_ores/normal_magnetite.json | 45 - .../entries/tfg_ores/normal_manganese.json | 56 - .../ru_ru/entries/tfg_ores/normal_mica.json | 56 - .../entries/tfg_ores/normal_monazite.json | 45 - .../entries/tfg_ores/normal_oilsands.json | 23 - .../entries/tfg_ores/normal_olivine.json | 56 - .../ru_ru/entries/tfg_ores/normal_quartz.json | 56 - .../entries/tfg_ores/normal_redstone.json | 45 - .../ru_ru/entries/tfg_ores/normal_salt.json | 56 - .../entries/tfg_ores/normal_saltpeter.json | 56 - .../ru_ru/entries/tfg_ores/normal_silver.json | 45 - .../entries/tfg_ores/normal_sphalerite.json | 45 - .../entries/tfg_ores/normal_spodumene.json | 56 - .../ru_ru/entries/tfg_ores/normal_sulfur.json | 45 - .../entries/tfg_ores/normal_tetrahedrite.json | 45 - .../entries/tfg_ores/surface_bismuth.json | 45 - .../entries/tfg_ores/surface_cassiterite.json | 34 - .../entries/tfg_ores/surface_copper.json | 56 - .../entries/tfg_ores/surface_sphalerite.json | 45 - .../tfg_ores/surface_tetrahedrite.json | 45 - .../entries/the_world/ores_and_minerals.json | 13 - .../uk_ua/entries/mechanics/fire_clay.json | 4 +- .../surface_kaolin.json | 0 .../tfg_ores/deep_garnet_amethyst.json | 88 - .../entries/tfg_ores/deep_garnet_opal.json | 88 - .../uk_ua/entries/tfg_ores/deep_gold.json | 88 - .../uk_ua/entries/tfg_ores/deep_hematite.json | 107 - .../uk_ua/entries/tfg_ores/deep_limonite.json | 88 - .../entries/tfg_ores/deep_magnetite.json | 107 - .../entries/tfg_ores/deep_molybdenum.json | 88 - .../uk_ua/entries/tfg_ores/deep_naquadah.json | 50 - .../entries/tfg_ores/deep_pitchblende.json | 50 - .../uk_ua/entries/tfg_ores/deep_sapphire.json | 90 - .../entries/tfg_ores/deep_scheelite.json | 69 - .../entries/tfg_ores/deep_sheldonite.json | 88 - .../uk_ua/entries/tfg_ores/deep_topaz.json | 88 - .../entries/tfg_ores/earth_ore_index.json | 56 + .../entries/tfg_ores/earth_vein_index.json | 3867 +++++++++++++++++ .../uk_ua/entries/tfg_ores/index.json | 43 - .../entries/tfg_ores/nether_ore_index.json | 56 + .../entries/tfg_ores/nether_vein_index.json | 2799 ++++++++++++ .../entries/tfg_ores/normal_apatite.json | 69 - .../tfg_ores/normal_basaltic_sands.json | 88 - .../entries/tfg_ores/normal_bauxite.json | 69 - .../entries/tfg_ores/normal_beryllium.json | 69 - .../entries/tfg_ores/normal_bismuth.json | 69 - .../entries/tfg_ores/normal_cassiterite.json | 50 - .../uk_ua/entries/tfg_ores/normal_coal.json | 31 - .../uk_ua/entries/tfg_ores/normal_copper.json | 88 - .../entries/tfg_ores/normal_garnet_tin.json | 88 - .../entries/tfg_ores/normal_garnierite.json | 107 - .../uk_ua/entries/tfg_ores/normal_gold.json | 88 - .../entries/tfg_ores/normal_graphite.json | 69 - .../entries/tfg_ores/normal_hematite.json | 88 - .../uk_ua/entries/tfg_ores/normal_lapis.json | 88 - .../entries/tfg_ores/normal_limonite.json | 88 - .../entries/tfg_ores/normal_lubricant.json | 107 - .../entries/tfg_ores/normal_magnetite.json | 69 - .../entries/tfg_ores/normal_manganese.json | 88 - .../uk_ua/entries/tfg_ores/normal_mica.json | 88 - .../entries/tfg_ores/normal_monazite.json | 69 - .../entries/tfg_ores/normal_oilsands.json | 31 - .../entries/tfg_ores/normal_olivine.json | 88 - .../uk_ua/entries/tfg_ores/normal_quartz.json | 88 - .../entries/tfg_ores/normal_redstone.json | 69 - .../uk_ua/entries/tfg_ores/normal_salt.json | 88 - .../entries/tfg_ores/normal_saltpeter.json | 88 - .../uk_ua/entries/tfg_ores/normal_silver.json | 69 - .../entries/tfg_ores/normal_sphalerite.json | 69 - .../entries/tfg_ores/normal_spodumene.json | 88 - .../uk_ua/entries/tfg_ores/normal_sulfur.json | 69 - .../entries/tfg_ores/normal_tetrahedrite.json | 69 - .../entries/tfg_ores/surface_bismuth.json | 69 - .../entries/tfg_ores/surface_cassiterite.json | 50 - .../entries/tfg_ores/surface_copper.json | 92 - .../entries/tfg_ores/surface_sphalerite.json | 69 - .../tfg_ores/surface_tetrahedrite.json | 69 - .../entries/the_world/ores_and_minerals.json | 13 - .../earth/vein/deep_garnet_amethyst.json | 983 ++--- .../earth/vein/deep_garnet_opal.json | 564 +-- .../earth/vein/deep_gold.json | 506 +-- .../earth/vein/deep_hematite.json | 392 +- .../earth/vein/deep_limonite.json | 215 +- .../earth/vein/deep_magnetite.json | 513 +-- .../earth/vein/deep_molybdenum.json | 506 +-- .../earth/vein/deep_pitchblende.json | 469 +- .../earth/vein/deep_sapphire.json | 322 +- .../earth/vein/deep_scheelite.json | 225 +- .../earth/vein/deep_sheldonite.json | 491 +-- .../earth/vein/deep_topaz.json | 493 +-- .../earth/vein/normal_apatite.json | 477 +- .../earth/vein/normal_basaltic_sands.json | 14 +- .../earth/vein/normal_bauxite.json | 329 +- .../earth/vein/normal_beryllium.json | 228 +- .../earth/vein/normal_bismuthinite.json | 443 +- .../earth/vein/normal_cassiterite.json | 185 +- .../earth/vein/normal_coal.json | 265 +- .../earth/vein/normal_copper.json | 288 +- .../earth/vein/normal_garnet_tin.json | 992 ++--- .../earth/vein/normal_garnierite.json | 195 +- .../earth/vein/normal_gold.json | 452 +- .../earth/vein/normal_graphite.json | 826 ++-- .../earth/vein/normal_hematite.json | 288 +- .../earth/vein/normal_lapis.json | 347 +- .../earth/vein/normal_limonite.json | 179 +- .../earth/vein/normal_lubricant.json | 13 +- .../earth/vein/normal_magnetite.json | 451 +- .../earth/vein/normal_manganese.json | 578 +-- .../earth/vein/normal_mica.json | 11 +- .../earth/vein/normal_monazite.json | 177 +- .../earth/vein/normal_oilsands.json | 257 +- .../earth/vein/normal_olivine.json | 394 +- .../earth/vein/normal_quartz.json | 247 +- .../earth/vein/normal_redstone.json | 109 +- .../earth/vein/normal_salt.json | 267 +- .../earth/vein/normal_saltpeter.json | 11 +- .../earth/vein/normal_silver.json | 155 +- .../earth/vein/normal_sphalerite.json | 524 +-- .../earth/vein/normal_spodumene.json | 495 ++- .../earth/vein/normal_sulfur.json | 248 +- .../earth/vein/normal_tetrahedrite.json | 339 +- .../earth/vein/surface_bismuthinite.json | 443 +- .../earth/vein/surface_cassiterite.json | 5 +- .../earth/vein/surface_copper.json | 258 +- .../earth/vein/surface_sphalerite.json | 444 +- .../earth/vein/surface_tetrahedrite.json | 291 +- .../nether/vein/nether_apatite.json | 171 +- .../nether/vein/nether_basaltic_sands.json | 215 +- .../nether/vein/nether_bauxite.json | 327 +- .../nether/vein/nether_beryllium.json | 307 +- .../nether/vein/nether_cassiterite.json | 325 +- .../nether/vein/nether_copper.json | 367 +- .../nether/vein/nether_garnet.json | 401 +- .../nether/vein/nether_garnet_tin.json | 645 +-- .../nether/vein/nether_garnierite.json | 311 +- .../nether/vein/nether_goethite.json | 202 + .../nether/vein/nether_gold.json | 445 +- .../nether/vein/nether_graphite.json | 401 +- .../nether/vein/nether_hematite.json | 407 +- .../nether/vein/nether_lapis.json | 295 +- .../nether/vein/nether_limonite.json | 205 - .../nether/vein/nether_lubricant.json | 597 +-- .../nether/vein/nether_magnetite.json | 407 +- .../nether/vein/nether_manganese.json | 367 +- .../nether/vein/nether_mica.json | 541 +-- .../nether/vein/nether_molybdenum.json | 445 +- .../nether/vein/nether_monazite.json | 437 +- .../nether/vein/nether_naquadah.json | 151 +- .../nether/vein/nether_olivine.json | 367 +- .../nether/vein/nether_pitchblende.json | 333 +- .../nether/vein/nether_quartz.json | 457 +- .../nether/vein/nether_redstone.json | 189 +- .../nether/vein/nether_saltpeter.json | 493 +-- .../nether/vein/nether_sapphire.json | 543 +-- .../nether/vein/nether_scheelite.json | 437 +- .../nether/vein/nether_sheldonite.json | 367 +- .../nether/vein/nether_silver.json | 251 +- .../nether/vein/nether_sphalerite.json | 327 +- .../nether/vein/nether_sulfur.json | 315 +- .../nether/vein/nether_tetrahedrite.json | 347 +- .../nether/vein/nether_topaz.json | 369 +- .../earth/vein/deep_garnet_amethyst.json | 5 +- .../earth/vein/deep_garnet_opal.json | 1 + .../placed_feature/earth/vein/deep_gold.json | 1 + .../earth/vein/deep_hematite.json | 1 + .../earth/vein/deep_limonite.json | 1 + .../earth/vein/deep_magnetite.json | 1 + .../earth/vein/deep_molybdenum.json | 1 + .../earth/vein/deep_pitchblende.json | 1 + .../earth/vein/deep_sapphire.json | 1 + .../earth/vein/deep_scheelite.json | 1 + .../earth/vein/deep_sheldonite.json | 1 + .../placed_feature/earth/vein/deep_topaz.json | 1 + .../earth/vein/normal_apatite.json | 1 + .../earth/vein/normal_basaltic_sands.json | 1 + .../earth/vein/normal_bauxite.json | 1 + .../earth/vein/normal_beryllium.json | 1 + .../earth/vein/normal_bismuthinite.json | 1 + .../earth/vein/normal_cassiterite.json | 1 + .../earth/vein/normal_coal.json | 1 + .../earth/vein/normal_copper.json | 1 + .../earth/vein/normal_garnet_tin.json | 1 + .../earth/vein/normal_garnierite.json | 1 + .../earth/vein/normal_gold.json | 1 + .../earth/vein/normal_graphite.json | 5 +- .../earth/vein/normal_hematite.json | 5 +- .../earth/vein/normal_lapis.json | 5 +- .../earth/vein/normal_limonite.json | 5 +- .../earth/vein/normal_lubricant.json | 5 +- .../earth/vein/normal_magnetite.json | 5 +- .../earth/vein/normal_manganese.json | 5 +- .../earth/vein/normal_mica.json | 5 +- .../earth/vein/normal_monazite.json | 5 +- .../earth/vein/normal_oilsands.json | 5 +- .../earth/vein/normal_olivine.json | 5 +- .../earth/vein/normal_quartz.json | 1 + .../earth/vein/normal_redstone.json | 5 +- .../earth/vein/normal_salt.json | 5 +- .../earth/vein/normal_saltpeter.json | 5 +- .../earth/vein/normal_silver.json | 5 +- .../earth/vein/normal_sphalerite.json | 5 +- .../earth/vein/normal_spodumene.json | 5 +- .../earth/vein/normal_sulfur.json | 5 +- .../earth/vein/normal_tetrahedrite.json | 5 +- .../earth/vein/surface_bismuthinite.json | 5 +- .../earth/vein/surface_cassiterite.json | 5 +- .../earth/vein/surface_copper.json | 5 +- .../earth/vein/surface_sphalerite.json | 5 +- .../earth/vein/surface_tetrahedrite.json | 5 +- .../nether/vein/nether_apatite.json | 1 + .../nether/vein/nether_basaltic_sands.json | 1 + .../nether/vein/nether_bauxite.json | 1 + .../nether/vein/nether_beryllium.json | 1 + .../nether/vein/nether_cassiterite.json | 1 + .../nether/vein/nether_copper.json | 1 + .../nether/vein/nether_garnet.json | 1 + .../nether/vein/nether_garnet_tin.json | 1 + .../nether/vein/nether_garnierite.json | 1 + .../nether/vein/nether_goethite.json | 5 + .../nether/vein/nether_gold.json | 1 + .../nether/vein/nether_graphite.json | 1 + .../nether/vein/nether_hematite.json | 1 + .../nether/vein/nether_lapis.json | 1 + .../nether/vein/nether_limonite.json | 4 - .../nether/vein/nether_lubricant.json | 1 + .../nether/vein/nether_magnetite.json | 1 + .../nether/vein/nether_manganese.json | 1 + .../nether/vein/nether_mica.json | 1 + .../nether/vein/nether_molybdenum.json | 1 + .../nether/vein/nether_monazite.json | 1 + .../nether/vein/nether_naquadah.json | 1 + .../nether/vein/nether_olivine.json | 1 + .../nether/vein/nether_pitchblende.json | 1 + .../nether/vein/nether_quartz.json | 1 + .../nether/vein/nether_redstone.json | 1 + .../nether/vein/nether_saltpeter.json | 1 + .../nether/vein/nether_sapphire.json | 1 + .../nether/vein/nether_scheelite.json | 1 + .../nether/vein/nether_sheldonite.json | 1 + .../nether/vein/nether_silver.json | 1 + .../nether/vein/nether_sphalerite.json | 1 + .../nether/vein/nether_sulfur.json | 1 + .../nether/vein/nether_tetrahedrite.json | 1 + .../nether/vein/nether_topaz.json | 1 + 391 files changed, 35345 insertions(+), 27829 deletions(-) rename kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/{tfg_ores => mechanics}/surface_kaolin.json (100%) delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_garnet_amethyst.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_garnet_opal.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_gold.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_hematite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_limonite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_magnetite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_molybdenum.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_naquadah.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_pitchblende.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_sapphire.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_scheelite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_sheldonite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_topaz.json create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_ore_index.json create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_vein_index.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/index.json create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_ore_index.json create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_vein_index.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_apatite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_basaltic_sands.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_bauxite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_beryllium.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_bismuth.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_cassiterite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_coal.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_copper.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_garnet_tin.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_garnierite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_gold.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_graphite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_hematite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_lapis.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_limonite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_lubricant.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_magnetite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_manganese.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_mica.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_monazite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_oilsands.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_olivine.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_quartz.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_redstone.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_salt.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_saltpeter.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_silver.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_sphalerite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_spodumene.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_sulfur.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_tetrahedrite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_bismuth.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_cassiterite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_copper.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_sphalerite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_tetrahedrite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_garnet_amethyst.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_garnet_opal.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_gold.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_hematite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_limonite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_magnetite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_molybdenum.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_naquadah.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_pitchblende.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_sapphire.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_scheelite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_sheldonite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_topaz.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/hazards.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/index.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_apatite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_basaltic_sands.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_bauxite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_beryllium.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_bismuth.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_cassiterite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_coal.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_copper.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_garnet_tin.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_garnierite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_gold.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_graphite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_hematite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_lapis.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_limonite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_lubricant.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_magnetite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_manganese.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_mica.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_monazite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_oilsands.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_olivine.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_quartz.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_redstone.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_salt.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_saltpeter.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_silver.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_sphalerite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_spodumene.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_sulfur.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_tetrahedrite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/ore_basics.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_bismuth.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_cassiterite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_copper.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_kaolin.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_sphalerite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_tetrahedrite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/the_world/ores_and_minerals.json rename kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/{tfg_ores => mechanics}/surface_kaolin.json (100%) delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_garnet_amethyst.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_garnet_opal.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_gold.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_hematite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_limonite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_magnetite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_molybdenum.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_naquadah.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_pitchblende.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_sapphire.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_scheelite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_sheldonite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_topaz.json create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_ore_index.json create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_vein_index.json create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_ore_index.json create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_vein_index.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_apatite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_basaltic_sands.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_bauxite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_beryllium.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_bismuth.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_cassiterite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_coal.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_copper.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_garnet_tin.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_garnierite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_gold.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_graphite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_hematite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_lapis.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_limonite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_lubricant.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_magnetite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_manganese.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_mica.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_monazite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_oilsands.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_olivine.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_quartz.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_redstone.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_salt.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_saltpeter.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_silver.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_sphalerite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_spodumene.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_sulfur.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_tetrahedrite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_bismuth.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_cassiterite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_copper.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_sphalerite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_tetrahedrite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/the_world/ores_and_minerals.json rename kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/{tfg_ores => mechanics}/surface_kaolin.json (100%) delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_garnet_amethyst.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_garnet_opal.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_gold.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_hematite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_limonite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_magnetite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_molybdenum.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_naquadah.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_pitchblende.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_sapphire.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_scheelite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_sheldonite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_topaz.json create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_ore_index.json create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_vein_index.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/index.json create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_ore_index.json create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_vein_index.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_apatite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_basaltic_sands.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_bauxite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_beryllium.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_bismuth.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_cassiterite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_coal.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_copper.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_garnet_tin.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_garnierite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_gold.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_graphite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_hematite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_lapis.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_limonite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_lubricant.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_magnetite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_manganese.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_mica.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_monazite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_oilsands.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_olivine.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_quartz.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_redstone.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_salt.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_saltpeter.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_silver.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_sphalerite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_spodumene.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_sulfur.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_tetrahedrite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_bismuth.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_cassiterite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_copper.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_sphalerite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_tetrahedrite.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/the_world/ores_and_minerals.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_goethite.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_limonite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_goethite.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_limonite.json diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/fire_clay.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/fire_clay.json index b2111550d..7620d1a73 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/fire_clay.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/fire_clay.json @@ -11,12 +11,12 @@ { "type": "patchouli:crafting", "recipe": "tfc:crafting/fire_clay", - "text": "Fire clay is made from $(l:tfg_ores/normal_graphite)graphite$() powder, crushed in a $(l:mechanics/quern)quern$(), as well as $(l:tfg_ores/surface_kaolin#powder)kaolinite$() powder" + "text": "Fire clay is made from $(l:tfg_ores/earth_vein_index#normal_graphite)graphite$() powder, crushed in a $(l:mechanics/quern)quern$(), as well as $(l:tfg_ores/surface_kaolin#powder)kaolinite$() powder" }, { "type": "tfc:heat_recipe", "recipe": "tfc:heating/kaolin_clay", - "text": "Kaolinite powder is made by heating $(l:tfg_ores/surface_kaolin)Kaolin Clay$(). However, the process is not perfect, and only 20% of clay will form powder!" + "text": "Kaolinite powder is made by heating $(l:mechanics/surface_kaolin)Kaolin Clay$(). However, the process is not perfect, and only 20% of clay will form powder!" }, { "type": "tfc:knapping_recipe", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/glassworking.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/glassworking.json index ce4f2ba8c..5477592c8 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/glassworking.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/glassworking.json @@ -25,7 +25,7 @@ "anchor": "potash", "recipe": "tfg:smelting/dried_seaweed_to_soda", "recipe2": "tfg:smelting/dried_kelp_to_soda", - "text": "A type of $(thing)Potash$() or equivalent is also required for glass batches. $(thing)Soda Ash$() can be used, which is a powder made from heating $(thing)Dried Seaweed$() or $(thing)Kelp$(). $(l:tfg_ores/normal_saltpeter)Saltpeter$() can be used as well." + "text": "A type of $(thing)Potash$() or equivalent is also required for glass batches. $(thing)Soda Ash$() can be used, which is a powder made from heating $(thing)Dried Seaweed$() or $(thing)Kelp$(). $(l:tfg_ores/earth_vein_index#normal_saltpeter)Saltpeter$() can be used as well." }, { "type": "patchouli:text", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_kaolin.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/surface_kaolin.json similarity index 100% rename from kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_kaolin.json rename to kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/surface_kaolin.json diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_garnet_amethyst.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_garnet_amethyst.json deleted file mode 100644 index 7a1c44716..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_garnet_amethyst.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Amethyst & Garnet", - "icon": "minecraft:amethyst_shard", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 230$(br)Density: 0.25$(br)Type: Disc Vein$(br)Y: -64 - 26$(br)Size: 28$(br)Height: 8$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Amethyst, Red Garnet, Yellow Garnet, Opal Buds" - }, - { - "type": "patchouli:multiblock", - "name": "Amethyst", - "multiblock": - { - "mapping": { "0": "#forge:ores/amethyst" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 65%$(br)Source of: Iron$(br)Formula: (SiO₂)₄Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Opal", - "multiblock": - { - "mapping": { "0": "#forge:ores/opal" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Formula: (SiO₂)" - }, - { - "type": "patchouli:multiblock", - "name": "Red Garnet", - "multiblock": - { - "mapping": { "0": "#forge:ores/red_garnet" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Source of: Pyrope, Almandine, Spessartine" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Garnet", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_garnet" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Andradite, Grossular, Uvarovite" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_garnet_opal.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_garnet_opal.json deleted file mode 100644 index 4eccfcda8..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_garnet_opal.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Opal & Garnet", - "icon": "gtceu:opal_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.35$(br)Type: Disc Vein$(br)Y: -64 - 62$(br)Size: 26$(br)Height: 6$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Amethyst, Red Garnet, Yellow Garnet, Opal Buds" - }, - { - "type": "patchouli:multiblock", - "name": "Opal", - "multiblock": - { - "mapping": { "0": "#forge:ores/opal" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Formula: (SiO₂)" - }, - { - "type": "patchouli:multiblock", - "name": "Amethyst", - "multiblock": - { - "mapping": { "0": "#forge:ores/amethyst" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Iron$(br)Formula: (SiO₂)₄Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Red Garnet", - "multiblock": - { - "mapping": { "0": "#forge:ores/red_garnet" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Source of: Pyrope, Almandine, Spessartine" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Garnet", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_garnet" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Andradite, Grossular, Uvarovite" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_gold.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_gold.json deleted file mode 100644 index bbdeb13b0..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_gold.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Gold (Deep)", - "icon": "gtceu:rich_raw_gold", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 260$(br)Density: 0.45$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 32$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Limonite, Hematite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 75%$(br)Melts into: Gold$(br)Formula: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_hematite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_hematite.json deleted file mode 100644 index f0c2f745f..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_hematite.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Hematite, Goethite, & Ruby", - "icon": "gtceu:rich_raw_hematite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.35$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Hematite, Limonite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Gold$(br)Formula: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Ruby", - "multiblock": - { - "mapping": { "0": "#forge:ores/ruby" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Chromium, Aluminium$(br)Formula: CrAl₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_limonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_limonite.json deleted file mode 100644 index 21cf95097..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_limonite.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Goethite & Malachite", - "icon": "gtceu:rich_raw_goethite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 240$(br)Density: 0.35$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 32$(br2)Stone types: Marble, Limestone$(br2)Indicator: Limonite, Hematite, Malachite" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Malachite", - "multiblock": - { - "mapping": { "0": "#forge:ores/malachite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Copper$(br)Formula: Cu₂CH₂O₅" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_magnetite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_magnetite.json deleted file mode 100644 index f47ab03a3..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_magnetite.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Chromite & Magnetite", - "icon": "gtceu:rich_raw_chromite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 205$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 340$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Magnetite, Native Gold, Chromite, Sapphire" - }, - { - "type": "patchouli:multiblock", - "name": "Chromite", - "multiblock": - { - "mapping": { "0": "#forge:ores/chromite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 60%$(br)Source of: Chromium$(br)Formula: FeCr₂O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Magnetite", - "multiblock": - { - "mapping": { "0": "#forge:ores/magnetite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: Fe₃O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Vanadium Magnetite", - "multiblock": - { - "mapping": { "0": "#forge:ores/vanadium_magnetite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Iron, Vanadium$(br)Formula: (Fe₃O₄)V" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Gold$(br)Formula: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Sapphire", - "multiblock": - { - "mapping": { "0": "#forge:ores/sapphire" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_molybdenum.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_molybdenum.json deleted file mode 100644 index e4f7d06db..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_molybdenum.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Wulfenite & Molybdenite", - "icon": "gtceu:rich_raw_wulfenite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 245$(br)Density: 0.45$(br)Type: Cluster Vein$(br)Y: -64 - 10$(br)Size: 26$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Wulfenite, Molybdenite, Molybdenum, Powellite" - }, - { - "type": "patchouli:multiblock", - "name": "Wulfenite", - "multiblock": - { - "mapping": { "0": "#forge:ores/wulfenite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Source of: Lead, Molybdenum$(br)Formula: PbMoO₄$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Molybdenite", - "multiblock": - { - "mapping": { "0": "#forge:ores/molybdenite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: Molybdenum$(br)Formula: MoS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Molybdenum", - "multiblock": - { - "mapping": { "0": "#forge:ores/molybdenum" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Molybdenum$(br)Formula: Mo" - }, - { - "type": "patchouli:multiblock", - "name": "Powellite", - "multiblock": - { - "mapping": { "0": "#forge:ores/powellite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Molybdenum$(br)Formula: CaMoO₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_naquadah.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_naquadah.json deleted file mode 100644 index 11b22ddb6..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_naquadah.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Naquadah & Plutonium", - "icon": "gtceu:rich_raw_naquadah", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 310$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -64 - -20$(br)Size: 32$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Naquadah, Plutonium" - }, - { - "type": "patchouli:multiblock", - "name": "Naquadah", - "multiblock": - { - "mapping": { "0": "#forge:ores/naquadah" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 75%$(br)Source of: Stargatium$(br)Formula: Nq" - }, - { - "type": "patchouli:multiblock", - "name": "Plutonium", - "multiblock": - { - "mapping": { "0": "#forge:ores/plutonium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Plutonium$(br)Formula: Pu²³⁹$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_pitchblende.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_pitchblende.json deleted file mode 100644 index 6192eda84..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_pitchblende.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Uraninite & Pitchblende", - "icon": "gtceu:rich_raw_uraninite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.45$(br)Type: Cluster Vein$(br)Y: -64 - -20$(br)Size: 24$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Pitchblende, Uraninite$(br2)There's no fission reactors in TFG, but Uranium has other uses." - }, - { - "type": "patchouli:multiblock", - "name": "Uraninite", - "multiblock": - { - "mapping": { "0": "#forge:ores/uraninite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Source of: Uranium$(br)Formula: UO₂$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Pitchblende", - "multiblock": - { - "mapping": { "0": "#forge:ores/pitchblende" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Source of: Uranium$(br)Formula: (UO₂)₃ThPb$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_sapphire.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_sapphire.json deleted file mode 100644 index 00dda8fc9..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_sapphire.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "Sapphire & Almandine", - "icon": "gtceu:sapphire_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 180$(br)Density: 0.35$(br)Type: Disc Vein$(br)Y: -64 - 26$(br)Size: 28$(br)Height: 8$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Almandine, Pyrope, Sapphire, Green Sapphire$(br2)If you're looking for $(thing)Aluminium$(), find a $(l:tfg_ores/normal_bauxite)Bauxite$() vein instead.$(br)" - }, - { - "type": "patchouli:multiblock", - "name": "Almandine", - "anchor": "almandine", - "multiblock": - { - "mapping": { "0": "#forge:ores/almandine" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium, Iron$(br)Formula: Al₂Fe₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrope", - "anchor": "pyrope", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrope" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium, Magnesium$(br)Formula: Al₂Mg₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Sapphire", - "multiblock": - { - "mapping": { "0": "#forge:ores/sapphire" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Green Sapphire", - "multiblock": - { - "mapping": { "0": "#forge:ores/green_sapphire" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_scheelite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_scheelite.json deleted file mode 100644 index 201a35c86..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_scheelite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Scheelite & Tungstate", - "icon": "gtceu:rich_raw_scheelite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.35$(br)Type: Cluster Vein$(br)Y: -64 - 0$(br)Size: 28$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Scheelite, Tungstate, Lithium" - }, - { - "type": "patchouli:multiblock", - "name": "Scheelite", - "multiblock": - { - "mapping": { "0": "#forge:ores/scheelite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Source of: Tungsten$(br)Formula: Ca(WO₃)O" - }, - { - "type": "patchouli:multiblock", - "name": "Tungstate", - "multiblock": - { - "mapping": { "0": "#forge:ores/tungstate" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Tungsten, Lithium$(br)Formula: Li₂(WO₃)O" - }, - { - "type": "patchouli:multiblock", - "name": "Lithium", - "multiblock": - { - "mapping": { "0": "#forge:ores/lithium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Lithium$(br)Formula: Li" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_sheldonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_sheldonite.json deleted file mode 100644 index 744e0fc59..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_sheldonite.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Sheldonite & Bornite", - "icon": "gtceu:rich_raw_platinum", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 300$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -64 - 0$(br)Size: 30$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Bornite, Cooperite, Platinum, Palladium" - }, - { - "type": "patchouli:multiblock", - "name": "Sheldonite", - "multiblock": - { - "mapping": { "0": "#forge:ores/cooperite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Platinum, Nickel, Palladium$(br)Formula: Pt₃NiSPd" - }, - { - "type": "patchouli:multiblock", - "name": "Platinum", - "multiblock": - { - "mapping": { "0": "#forge:ores/platinum" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Smelts into: Platinum$(br)Formula: Pt" - }, - { - "type": "patchouli:multiblock", - "name": "Palladium", - "multiblock": - { - "mapping": { "0": "#forge:ores/palladium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Palladium$(br)Formula: Pt" - }, - { - "type": "patchouli:multiblock", - "name": "Bornite", - "multiblock": - { - "mapping": { "0": "#forge:ores/bornite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Smelts into: Copper$(br)Formula: Cu₅FeS₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_topaz.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_topaz.json deleted file mode 100644 index 4ae03b9fc..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_topaz.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Topaz & Chalcocite", - "icon": "gtceu:topaz_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 260$(br)Density: 0.3$(br)Type: Disc Vein$(br)Y: -64 - 26$(br)Size: 28$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Topaz, Blue Topaz, Chalcocite, Bornite" - }, - { - "type": "patchouli:multiblock", - "name": "Topaz", - "multiblock": - { - "mapping": { "0": "#forge:ores/topaz" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium, Fluorine$(br)Formula: Al₂SiFH₂" - }, - { - "type": "patchouli:multiblock", - "name": "Blue Topaz", - "multiblock": - { - "mapping": { "0": "#forge:ores/blue_topaz" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium, Fluorine$(br)Formula: Al₂SiF₂H₂O₆" - }, - { - "type": "patchouli:multiblock", - "name": "Chalcocite", - "multiblock": - { - "mapping": { "0": "#forge:ores/chalcocite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Smelts into: Copper$(br)Formula: Cu₂S" - }, - { - "type": "patchouli:multiblock", - "name": "Bornite", - "multiblock": - { - "mapping": { "0": "#forge:ores/bornite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Smelts into: Copper$(br)Formula: Cu₅FeS₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_ore_index.json new file mode 100644 index 000000000..feb29bd35 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_ore_index.json @@ -0,0 +1,56 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "Earth Ore Index", + "icon": "tfc:ore/normal_native_copper", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Ore Index$() for $(thing)Earth$(). All ores are sorted alphabetically and then by richest to poorest vein type. You can click on them to learn more information about each vein.", + "title": "Earth Ore Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Almandine: $(l:tfg_ores/earth_vein_index#deep_sapphire)38%$(/l)$()$(li)Aluminium: $(l:tfg_ores/earth_vein_index#normal_bauxite)25%$(/l)$()$(li)Alunite: $(l:tfg_ores/earth_vein_index#normal_saltpeter)15%$(/l)$()$(li)Amethyst: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)65%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)25%$(/l)$()$(li)Apatite: $(l:tfg_ores/earth_vein_index#normal_apatite)50%$(/l)$()$(li)Asbestos: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Barite: $(l:tfg_ores/earth_vein_index#normal_quartz)20%$(/l)$()$(li)Basaltic Mineral Sands: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)35%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/earth_vein_index#normal_monazite)50%$(/l)$()$(li)Bauxite: $(l:tfg_ores/earth_vein_index#normal_bauxite)45%$(/l), $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Bentonite: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)Beryllium: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)Bismuth: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Borax: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()$(li)Bornite: $(l:tfg_ores/earth_vein_index#deep_sheldonite)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()$(li)Calcite: $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)Cassiterite: $(l:tfg_ores/earth_vein_index#surface_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)Cassiterite Sand: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)35%$(/l)$()$(li)Certus Quartz: $(l:tfg_ores/earth_vein_index#normal_quartz)25%$(/l)$()$(li)Chalcocite: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Chalcopyrite: $(l:tfg_ores/earth_vein_index#surface_copper)61%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)20%$(/l)$()$(li)Chromite: $(l:tfg_ores/earth_vein_index#deep_magnetite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)4%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()$(li)Coal: $(l:tfg_ores/earth_vein_index#normal_coal)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_graphite)30%$(/l)$()$(li)Cobalt: $(l:tfg_ores/earth_vein_index#normal_garnierite)15%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()$(li)Diamond: $(l:tfg_ores/earth_vein_index#normal_graphite)25%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Diatomite: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_garnet_tin)15%$(/l)$()$(li)Electrotine: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l)$()$(li)Emerald: $(l:tfg_ores/earth_vein_index#normal_beryllium)50%$(/l)$()$(li)Fuller's Earth: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Galena: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Garnet Sand: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Garnierite: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/earth_vein_index#normal_lubricant)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_olivine)15%$(/l)$()$(li)Goethite: $(l:tfg_ores/earth_vein_index#deep_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)5%$(/l)$()$(li)Granitic Mineral Sand: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Graphite: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Grossular: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()$(li)Gypsum: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Hematite: $(l:tfg_ores/earth_vein_index#normal_hematite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)5%$(/l)$()$(li)Ilmenite: $(l:tfg_ores/earth_vein_index#normal_bauxite)30%$(/l)$()$(li)Kyanite: $(l:tfg_ores/earth_vein_index#normal_mica)35%$(/l)$()$(li)Lapis: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Lazurite: $(l:tfg_ores/earth_vein_index#normal_lapis)35%$(/l)$()$(li)Lead: $(l:tfg_ores/earth_vein_index#normal_silver)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)11%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)7%$(/l)$()$(li)Lepidolite: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)15%$(/l)$()$(li)Lithium: $(l:tfg_ores/earth_vein_index#deep_scheelite)20%$(/l)$()$(li)Magnesite: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Magnetite: $(l:tfg_ores/earth_vein_index#normal_magnetite)63%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)5%$(/l)$()$(li)Malachite: $(l:tfg_ores/earth_vein_index#deep_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l)$()$(li)Mica: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Molybdenite: $(l:tfg_ores/earth_vein_index#deep_molybdenum)30%$(/l)$()$(li)Molybdenum: $(l:tfg_ores/earth_vein_index#deep_molybdenum)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Monazite: $(l:tfg_ores/earth_vein_index#normal_monazite)25%$(/l)$()$(li)Native Copper: $(l:tfg_ores/earth_vein_index#normal_copper)65%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)30%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)Native Gold: $(l:tfg_ores/earth_vein_index#deep_gold)75%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)9%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)5%$(/l)$()$(li)Native Silver: $(l:tfg_ores/earth_vein_index#normal_silver)15%$(/l)$()$(li)Neodymium: $(l:tfg_ores/earth_vein_index#normal_monazite)25%$(/l)$()$(li)Nickel: $(l:tfg_ores/earth_vein_index#normal_garnierite)10%$(/l)$()$(li)Oilsands: $(l:tfg_ores/earth_vein_index#normal_oilsands)100%$(/l)$()$(li)Olivine: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Opal: $(l:tfg_ores/earth_vein_index#deep_garnet_opal)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l)$()$(li)Palladium: $(l:tfg_ores/earth_vein_index#deep_sheldonite)15%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/earth_vein_index#normal_garnierite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_lubricant)15%$(/l)$()$(li)Pitchblende: $(l:tfg_ores/earth_vein_index#deep_pitchblende)50%$(/l)$()$(li)Platinum: $(l:tfg_ores/earth_vein_index#deep_sheldonite)25%$(/l)$()$(li)Pollucite: $(l:tfg_ores/earth_vein_index#normal_mica)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Powellite: $(l:tfg_ores/earth_vein_index#deep_molybdenum)15%$(/l)$()$(li)Pyrite: $(l:tfg_ores/earth_vein_index#normal_sulfur)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)5%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/earth_vein_index#normal_apatite)15%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Pyrope: $(l:tfg_ores/earth_vein_index#deep_sapphire)27%$(/l)$()$(li)Quartzite: $(l:tfg_ores/earth_vein_index#normal_quartz)54%$(/l)$()$(li)Realgar: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()$(li)Red Garnet: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)5%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)5%$(/l)$()$(li)Redstone: $(l:tfg_ores/earth_vein_index#normal_redstone)45%$(/l)$()$(li)Rock Salt: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)Ruby: $(l:tfg_ores/earth_vein_index#normal_redstone)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)20%$(/l)$()$(li)Salt: $(l:tfg_ores/earth_vein_index#normal_salt)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)30%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l)$()$(li)Sapphire: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)5%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Scheelite: $(l:tfg_ores/earth_vein_index#deep_scheelite)45%$(/l)$()$(li)Sheldonite: $(l:tfg_ores/earth_vein_index#deep_sheldonite)25%$(/l)$()$(li)Soapstone: $(l:tfg_ores/earth_vein_index#normal_lubricant)30%$(/l)$()$(li)Sodalite: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Spessartine: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/earth_vein_index#normal_sphalerite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)15%$(/l)$()$(li)Spodumene: $(l:tfg_ores/earth_vein_index#normal_spodumene)35%$(/l)$()$(li)Stibnite: $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)20%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)Sulfur: $(l:tfg_ores/earth_vein_index#surface_sphalerite)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)9%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)3%$(/l)$()$(li)Talc: $(l:tfg_ores/earth_vein_index#normal_lubricant)20%$(/l)$()$(li)Tantalite: $(l:tfg_ores/earth_vein_index#normal_manganese)12%$(/l)$()$(li)Tetrahedrite: $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)50%$(/l)$()$(li)Thorium: $(l:tfg_ores/earth_vein_index#normal_beryllium)15%$(/l)$()$(li)Tin: $(l:tfg_ores/earth_vein_index#normal_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)40%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Topaz: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/earth_vein_index#normal_apatite)35%$(/l)$()$(li)Trona: $(l:tfg_ores/earth_vein_index#normal_lubricant)10%$(/l)$()$(li)Tungstate: $(l:tfg_ores/earth_vein_index#deep_scheelite)35%$(/l)$()$(li)Uraninite: $(l:tfg_ores/earth_vein_index#deep_pitchblende)50%$(/l)$()$(li)Vanadium Magnetite: $(l:tfg_ores/earth_vein_index#normal_magnetite)22%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)15%$(/l)$()$(li)Wulfenite: $(l:tfg_ores/earth_vein_index#deep_molybdenum)40%$(/l)$()$(li)Yellow Garnet: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)15%$(/l)$()$(li)Yellow Limonite: $(l:tfg_ores/earth_vein_index#normal_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l)$()$(li)Zeolite: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()", + "type": "patchouli:text" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_vein_index.json new file mode 100644 index 000000000..8ecc4e24f --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_vein_index.json @@ -0,0 +1,3867 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "Earth Vein Index", + "icon": "tfc:ore/normal_native_copper/chalk", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Vein Index$() for $(item)Earth$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns in, and more.", + "title": "Earth Vein Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)Amethyst & Garnet$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_apatite)Apatite & Pyrochlore$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_monazite)Bastnasite & Monazite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_bauxite)Bauxite & Ilmenite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_olivine)Bentonite & Olivine$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_bismuthinite)Bismuth (Normal)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_bismuthinite)Bismuth (Surface)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_cassiterite)Cassiterite (Normal)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_cassiterite)Cassiterite (Surface)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_copper)Chalcopyrite & Realgar$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_magnetite)Chromite & Magnetite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_coal)Coal$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sheldonite)Cooperite & Bornite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_copper)Copper & Chalcopyrite$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_beryllium)Emerald & Beryllium$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Garnet & Cassiterite Sands$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Garnierite & Cobaltite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)Goethite & Malachite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_gold)Gold (Deep)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gold)Gold, Limonite, & Hematite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Graphite & Diamond$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)Hematite & Limonite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)Hematite, Goethite, & Ruby$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)Lapis, Lazurite, & Sodalite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)Limonite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)Magnetite & Vanadium$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)Manganese & Tantalum$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_basaltic_sands)Mineral Sands$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_oilsands)Oilsands$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)Opal & Garnet$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)Quartzes$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)Redstone, Cinnabar, & Ruby$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)Salts & Borax$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)Sapphire & Almandine$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)Silver, Galena, & Lead$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)Soapstone, Talc, & Trona$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)Sphalerite & Pyrite$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)Sphalerite & Sulfur$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)Spodumene & Lepidolite$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)Sulfur & Pyrite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)Tetrahedrite (Normal)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)Tetrahedrite (Surface)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)Topaz & Chalcocite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)Uraninite & Pitchblende$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Wulfenite & Molybdenite$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 230$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): -64 — 26$(br)$(thing)Size$(): 40$(br)$(thing)Height$(): 8$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Dolomite, Gneiss, Limestone, Marble, Phyllite, Quartzite, Schist, Shale, Slate", + "title": "Amethyst & Garnet", + "type": "patchouli:text", + "anchor": "deep_garnet_amethyst" + }, + { + "Type": "patchouli:multiblock", + "name": "Amethyst", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 65%$(br)$(thing)Source of$(): Iron$(br)$(thing)Formula$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Garnet", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Andradite, Grossular, Uvarovite", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Opal", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Silicon, Oxygen$(br)$(thing)Formula$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Red Garnet", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Pyrope, Almandine, Spessartine", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 34$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Apatite & Pyrochlore", + "type": "patchouli:text", + "anchor": "normal_apatite" + }, + { + "Type": "patchouli:multiblock", + "name": "Apatite", + "multiblock": { + "mapping": { + "0": "#forge:ores/apatite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Calcium, Phosphorus, Forestry PTSD$(br)$(thing)Formula$(): Ca₅(PO₄)₃Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tricalcium Phosphate", + "multiblock": { + "mapping": { + "0": "#forge:ores/tricalcium_phosphate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Calcium, Phosphorus$(br)$(thing)Formula$(): Ca₃(PO₄)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrochlore", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrochlore" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Niobium$(br)$(thing)Formula$(): Ca₂Nb₂O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 185$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 50$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Granite", + "title": "Bastnasite & Monazite", + "type": "patchouli:text", + "anchor": "normal_monazite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bastnasite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bastnasite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Cerium, Fluorine$(br)$(thing)Formula$(): CeCFO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Monazite", + "multiblock": { + "mapping": { + "0": "#forge:ores/monazite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Phosphorous, Rare Earth$(br)$(thing)Formula$(): ?(PO₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Neodymium", + "multiblock": { + "mapping": { + "0": "#forge:ores/neodymium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Neodymium$(br)$(thing)Formula$(): Nd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 185$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Dolomite, Limestone, Shale", + "title": "Bauxite & Ilmenite", + "type": "patchouli:text", + "anchor": "normal_bauxite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bauxite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ilmenite", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Iron, Titanium$(br)$(thing)Formula$(): FeTiO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Aluminium", + "multiblock": { + "mapping": { + "0": "#forge:ores/aluminium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -40 — 30$(br)$(thing)Size$(): 26$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Diorite, Gabbro, Granite, Rhyolite", + "title": "Bentonite & Olivine", + "type": "patchouli:text", + "anchor": "normal_olivine" + }, + { + "Type": "patchouli:multiblock", + "name": "Bentonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bentonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Sodium, Magnesium$(br)$(thing)Formula$(): NaMg₆Si₁₂H₄(H₂O)₅O₃₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Magnesite", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnesite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): MgCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Olivine", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Glauconite Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Magnesium, Aluminium$(br)$(thing)Formula$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Diorite, Dolomite, Gabbro, Granite, Limestone, Shale", + "title": "Bismuth (Normal)", + "type": "patchouli:text", + "anchor": "normal_bismuthinite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bismuth", + "multiblock": { + "mapping": { + "0": "#forge:ores/bismuth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 80%$(br)$(thing)Melts into$(): Bismuth$(br)$(thing)Formula$(): Bi", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lead", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 11%$(br)$(thing)Smelts into$(): Lead$(br)$(thing)Formula$(): Pb$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sulfur", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 9%$(br)$(thing)Source of$(): Sulfur$(br)$(thing)Formula$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 140$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 60 — 210$(br)$(thing)Size$(): 50$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Diorite, Dolomite, Gabbro, Granite, Limestone, Shale", + "title": "Bismuth (Surface)", + "type": "patchouli:text", + "anchor": "surface_bismuthinite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bismuth", + "multiblock": { + "mapping": { + "0": "#forge:ores/bismuth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 90%$(br)$(thing)Melts into$(): Bismuth$(br)$(thing)Formula$(): Bi", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lead", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 7%$(br)$(thing)Smelts into$(): Lead$(br)$(thing)Formula$(): Pb$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sulfur", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 3%$(br)$(thing)Source of$(): Sulfur$(br)$(thing)Formula$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Granite", + "title": "Cassiterite (Normal)", + "type": "patchouli:text", + "anchor": "normal_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Tin", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 60%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cassiterite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 135$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 60 — 210$(br)$(thing)Size$(): 50$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Granite", + "title": "Cassiterite (Surface)", + "type": "patchouli:text", + "anchor": "surface_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Cassiterite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 60%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tin", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 200$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 20 — 217$(br)$(thing)Size$(): 50$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Rhyolite", + "title": "Chalcopyrite & Realgar", + "type": "patchouli:text", + "anchor": "surface_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Chalcopyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 61%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Zeolite", + "multiblock": { + "mapping": { + "0": "#forge:ores/zeolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 16%$(br)$(thing)Source of$(): Aluminium, Oxygen$(br)$(thing)Formula$(): NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Realgar", + "multiblock": { + "mapping": { + "0": "#forge:ores/realgar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 16%$(br)$(thing)Source of$(): Arsenic$(br)$(thing)Formula$(): As₄S₄$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cassiterite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 205$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Size$(): 34$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Dolomite, Limestone, Shale", + "title": "Chromite & Magnetite", + "type": "patchouli:text", + "anchor": "deep_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Chromite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 60%$(br)$(thing)Source of$(): Chromium$(br)$(thing)Formula$(): FeCr₂O₄$(br)$(thing)Hazard$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Vanadium Magnetite", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Iron, Vanadium$(br)$(thing)Formula$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Magnetite", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sapphire", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 215$(br)$(thing)Density$(): 0.55$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 210$(br)$(thing)Size$(): 60$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Dolomite, Limestone, Shale", + "title": "Coal", + "type": "patchouli:text", + "anchor": "normal_coal" + }, + { + "Type": "patchouli:multiblock", + "name": "Coal", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 100%$(br)$(thing)Used for$(): Fuel, Distillation$(br)$(thing)Formula$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 300$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 0$(br)$(thing)Size$(): 30$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Gneiss, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Cooperite & Bornite", + "type": "patchouli:text", + "anchor": "deep_sheldonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bornite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sheldonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cooperite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Platinum, Nickel, Palladium$(br)$(thing)Formula$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Platinum", + "multiblock": { + "mapping": { + "0": "#forge:ores/platinum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Smelts into$(): Platinum$(br)$(thing)Formula$(): Pt", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Palladium", + "multiblock": { + "mapping": { + "0": "#forge:ores/palladium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Palladium$(br)$(thing)Formula$(): Pd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 85$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Rhyolite", + "title": "Copper & Chalcopyrite", + "type": "patchouli:text", + "anchor": "normal_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Copper", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 65%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Chalcopyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Pipe Vein$(br)$(thing)Y$(): -32 — 50$(br)$(thing)Height$(): 60$(br)$(thing)Radius$(): 10$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Rhyolite", + "title": "Emerald & Beryllium", + "type": "patchouli:text", + "anchor": "normal_beryllium" + }, + { + "Type": "patchouli:multiblock", + "name": "Emerald", + "multiblock": { + "mapping": { + "0": "#forge:ores/emerald" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Used for$(): MV components, Item tag filters$(br)$(thing)Formula$(): Be₃Al₂Si₆O₁₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Beryllium", + "multiblock": { + "mapping": { + "0": "#forge:ores/beryllium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Beryllium$(br)$(thing)Formula$(): Be$(br)$(thing)Hazard$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Thorium", + "multiblock": { + "mapping": { + "0": "#forge:ores/thorium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Thorium$(br)$(thing)Formula$(): Th", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 270$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -40 — 64$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Andesite, Basalt, Chalk, Chert, Claystone, Conglomerate, Dacite, Diorite, Dolomite, Gabbro, Gneiss, Granite, Limestone, Marble, Phyllite, Quartzite, Rhyolite, Schist, Shale, Slate", + "title": "Garnet & Cassiterite Sands", + "type": "patchouli:text", + "anchor": "normal_garnet_tin" + }, + { + "Type": "patchouli:multiblock", + "name": "Cassiterite Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Garnet Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnet_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Almandine, Andradite, Grossular, Pyrope, Spessartine, Uvarovite", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Asbestos", + "multiblock": { + "mapping": { + "0": "#forge:ores/asbestos" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium, Lung cancer$(br)$(thing)Formula$(): Mg₃Si₂H₄O₉$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Asbestosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Diatomite", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Iron, Aluminium$(br)$(thing)Formula$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 160$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 70$(br2)$(thing)Stone Types$(): Diorite, Gabbro$(br2)Can't find it? Gabbro always spawns below $(thing)Basalt$(), and Gabbro dikes in oceans can be useful too!", + "title": "Garnierite & Cobaltite", + "type": "patchouli:text", + "anchor": "normal_garnierite" + }, + { + "Type": "patchouli:multiblock", + "name": "Garnierite", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnierite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): NiO", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pentlandite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cobaltite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Cobalt, Arsenic$(br)$(thing)Formula$(): CoAsS$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cobalt", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobalt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Smelts into$(): Cobalt$(br)$(thing)Formula$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Nickel", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 240$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Size$(): 32$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Limestone, Marble", + "title": "Goethite & Malachite", + "type": "patchouli:text", + "anchor": "deep_limonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Malachite", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 260$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Size$(): 32$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Diorite, Gabbro, Granite, Rhyolite", + "title": "Gold (Deep)", + "type": "patchouli:text", + "anchor": "deep_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 75%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 40$(br)$(thing)Height$(): 12$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Diorite, Gabbro, Granite, Rhyolite", + "title": "Gold, Limonite, & Hematite", + "type": "patchouli:text", + "anchor": "normal_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 55%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 80$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): -64 — -16$(br)$(thing)Size$(): 16$(br)$(thing)Height$(): 6$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Chalk, Chert, Claystone, Conglomerate, Dacite, Diorite, Dolomite, Gabbro, Gneiss, Granite, Limestone, Marble, Phyllite, Quartzite, Rhyolite, Schist, Shale, Slate", + "title": "Graphite & Diamond", + "type": "patchouli:text", + "anchor": "normal_graphite" + }, + { + "Type": "patchouli:multiblock", + "name": "Graphite", + "multiblock": { + "mapping": { + "0": "#forge:ores/graphite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Used for$(): $(l:mechanics/fire_clay)Fire Clay$(), Graphene$(br)$(thing)Formula$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Coal", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Used for$(): Fuel, Distillation$(br)$(thing)Formula$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Diamond", + "multiblock": { + "mapping": { + "0": "#forge:ores/diamond" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Used for$(): Macerators, AE2$(br)$(thing)Formula$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Rhyolite", + "title": "Hematite & Limonite", + "type": "patchouli:text", + "anchor": "normal_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Size$(): 30$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Rhyolite", + "title": "Hematite, Goethite, & Ruby", + "type": "patchouli:text", + "anchor": "deep_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ruby", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Chromium, Aluminium$(br)$(thing)Formula$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 190$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 210$(br)$(thing)Size$(): 36$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Kyanite, Mica, & Bauxite", + "type": "patchouli:text", + "anchor": "normal_mica" + }, + { + "Type": "patchouli:multiblock", + "name": "Kyanite", + "multiblock": { + "mapping": { + "0": "#forge:ores/kyanite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂SiO₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Mica", + "multiblock": { + "mapping": { + "0": "#forge:ores/mica" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Potassium, Aluminium, Fluorine$(br)$(thing)Formula$(): KAl₃Si₃F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Bauxite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pollucite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pollucite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Caesium, Aluminium$(br)$(thing)Formula$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -60 — 10$(br)$(thing)Size$(): 50$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Gneiss, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Lapis, Lazurite, & Sodalite", + "type": "patchouli:text", + "anchor": "normal_lapis" + }, + { + "Type": "patchouli:multiblock", + "name": "Lazurite", + "multiblock": { + "mapping": { + "0": "#forge:ores/lazurite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Aluminium, Calcium, Sodium$(br)$(thing)Formula$(): Al₆Si₆Ca₈Na₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sodalite", + "multiblock": { + "mapping": { + "0": "#forge:ores/sodalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium, Sodium$(br)$(thing)Formula$(): Al₃Si₃Na₄Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lapis", + "multiblock": { + "mapping": { + "0": "#forge:ores/lapis" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Lazurite, Sodalite, Pyrite, Calcite", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Calcite", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Calcium$(br)$(thing)Formula$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 190$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Limestone, Marble", + "title": "Limonite", + "type": "patchouli:text", + "anchor": "normal_limonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Malachite", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 200$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Dolomite, Limestone, Shale", + "title": "Magnetite & Vanadium", + "type": "patchouli:text", + "anchor": "normal_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Magnetite", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 63%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Vanadium Magnetite", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 22%$(br)$(thing)Source of$(): Iron, Vanadium$(br)$(thing)Formula$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 9%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Chromite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 4%$(br)$(thing)Source of$(): Chromium$(br)$(thing)Formula$(): FeCr₂O₄$(br)$(thing)Hazard$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 195$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Chalk, Chert, Claystone, Conglomerate, Dacite, Dolomite, Limestone, Rhyolite, Shale", + "title": "Manganese & Tantalum", + "type": "patchouli:text", + "anchor": "normal_manganese" + }, + { + "Type": "patchouli:multiblock", + "name": "Grossular", + "multiblock": { + "mapping": { + "0": "#forge:ores/grossular" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 37%$(br)$(thing)Source of$(): Calcium, Aluminium$(br)$(thing)Formula$(): Ca₃Al₂Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Spessartine", + "multiblock": { + "mapping": { + "0": "#forge:ores/spessartine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Manganese, Aluminium$(br)$(thing)Formula$(): Al₂Mn₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrolusite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrolusite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Manganese$(br)$(thing)Formula$(): MnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tantalite", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 12%$(br)$(thing)Source of$(): Manganese, Tantalum$(br)$(thing)Formula$(): MnTa₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 160$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 48$(br)$(thing)Height$(): 9$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Basalt, Granite", + "title": "Mineral Sands", + "type": "patchouli:text", + "anchor": "normal_basaltic_sands" + }, + { + "Type": "patchouli:multiblock", + "name": "Basaltic Mineral Sands", + "multiblock": { + "mapping": { + "0": "#forge:ores/basaltic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Granitic Mineral Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/granitic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Fuller's Earth", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Gypsum", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Used for$(): Alabaster (dyeable) bricks$(br)$(thing)Formula$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 185$(br)$(thing)Density$(): 0.2$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 70$(br)$(thing)Size$(): 55$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Dolomite, Limestone, Shale", + "title": "Oilsands", + "type": "patchouli:text", + "anchor": "normal_oilsands" + }, + { + "Type": "patchouli:multiblock", + "name": "Oilsands", + "multiblock": { + "mapping": { + "0": "#forge:ores/oilsands" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 100%$(br)$(thing)Source of$(): Freedom \uD83D\uDEE2\uD83E\uDD85\uD83D\uDDFD", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): -64 — 62$(br)$(thing)Size$(): 26$(br)$(thing)Height$(): 6$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Diorite, Gabbro, Granite, Rhyolite", + "title": "Opal & Garnet", + "type": "patchouli:text", + "anchor": "deep_garnet_opal" + }, + { + "Type": "patchouli:multiblock", + "name": "Opal", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 55%$(br)$(thing)Source of$(): Silicon, Oxygen$(br)$(thing)Formula$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Amethyst", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Iron$(br)$(thing)Formula$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Garnet", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Andradite, Grossular, Uvarovite", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Red Garnet", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Pyrope, Almandine, Spessartine", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 150$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 100$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 40$(br2)$(thing)Stone Types$(): Gneiss, Quartzite, Schist, Shale", + "title": "Quartzes", + "type": "patchouli:text", + "anchor": "normal_quartz" + }, + { + "Type": "patchouli:multiblock", + "name": "Quartzite", + "multiblock": { + "mapping": { + "0": "#forge:ores/quartzite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 54%$(br)$(thing)Used for$(): LV components$(br)$(thing)Formula$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Certus Quartz", + "multiblock": { + "mapping": { + "0": "#forge:ores/certus_quartz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Used for$(): Applied Energistics 2$(br)$(thing)Formula$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Barite", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Barium$(br)$(thing)Formula$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 160$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 100$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Granite$(br2)Can't find it? Granite always spawns below $(thing)Rhyolite$(), and looking in oceans can be useful too!", + "title": "Redstone, Cinnabar, & Ruby", + "type": "patchouli:text", + "anchor": "normal_redstone" + }, + { + "Type": "patchouli:multiblock", + "name": "Redstone", + "multiblock": { + "mapping": { + "0": "#forge:ores/redstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Melts into$(): Redstone$(br)$(thing)Formula$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ruby", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Chromium, Aluminium$(br)$(thing)Formula$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cinnabar", + "multiblock": { + "mapping": { + "0": "#forge:ores/cinnabar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Mercury$(br)$(thing)Formula$(): HgS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 50$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Saltpeter & Electrotine", + "type": "patchouli:text", + "anchor": "normal_saltpeter" + }, + { + "Type": "patchouli:multiblock", + "name": "Saltpeter", + "multiblock": { + "mapping": { + "0": "#forge:ores/saltpeter" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Potassium, Nitrogen$(br)$(thing)Formula$(): KNO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Diatomite", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Iron, Aluminium$(br)$(thing)Formula$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Electrotine", + "multiblock": { + "mapping": { + "0": "#forge:ores/electrotine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Gold, Silver, Redstone$(br)$(thing)Formula$(): (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Alunite", + "multiblock": { + "mapping": { + "0": "#forge:ores/alunite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Potassium, Aluminium$(br)$(thing)Formula$(): KAl₃Si₂H₆O₁₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 175$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 30 — 70$(br)$(thing)Size$(): 40$(br)$(thing)Height$(): 4$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Claystone, Limestone, Shale", + "title": "Salts & Borax", + "type": "patchouli:text", + "anchor": "normal_salt" + }, + { + "Type": "patchouli:multiblock", + "name": "Rock Salt", + "multiblock": { + "mapping": { + "0": "#forge:ores/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Source of$(): Potassium, Chlorine$(br)$(thing)Formula$(): KCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Salt", + "multiblock": { + "mapping": { + "0": "#forge:ores/salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Sodium, Chlorine$(br)$(thing)Formula$(): NaCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lepidolite", + "multiblock": { + "mapping": { + "0": "#forge:ores/lepidolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Potassium, Lithium, Aluminium, Fluorine$(br)$(thing)Formula$(): KLi₃Al₄F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Borax", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Sodium, Boron$(br)$(thing)Formula$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): -64 — 26$(br)$(thing)Size$(): 28$(br)$(thing)Height$(): 8$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Rhyolite", + "title": "Sapphire & Almandine", + "type": "patchouli:text", + "anchor": "deep_sapphire" + }, + { + "Type": "patchouli:multiblock", + "name": "Almandine", + "multiblock": { + "mapping": { + "0": "#forge:ores/almandine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 38%$(br)$(thing)Source of$(): Aluminium, Iron$(br)$(thing)Formula$(): Al₂Fe₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrope", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrope" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 27%$(br)$(thing)Source of$(): Aluminium, Magnesium$(br)$(thing)Formula$(): Al₂Mg₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sapphire", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 16%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Green Sapphire", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 16%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 0$(br)$(thing)Size$(): 20$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Granite", + "title": "Scheelite & Tungstate", + "type": "patchouli:text", + "anchor": "deep_scheelite" + }, + { + "Type": "patchouli:multiblock", + "name": "Scheelite", + "multiblock": { + "mapping": { + "0": "#forge:ores/scheelite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Source of$(): Tungsten$(br)$(thing)Formula$(): Ca(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tungstate", + "multiblock": { + "mapping": { + "0": "#forge:ores/tungstate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Tungsten, Lithium$(br)$(thing)Formula$(): Li₂(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lithium", + "multiblock": { + "mapping": { + "0": "#forge:ores/lithium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Lithium$(br)$(thing)Formula$(): Li", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 160$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Gneiss, Granite", + "title": "Silver, Galena, & Lead", + "type": "patchouli:text", + "anchor": "normal_silver" + }, + { + "Type": "patchouli:multiblock", + "name": "Lead", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 55%$(br)$(thing)Smelts into$(): Lead$(br)$(thing)Formula$(): Pb$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Galena", + "multiblock": { + "mapping": { + "0": "#forge:ores/galena" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Smelts into$(): Lead$(br)$(thing)Formula$(): PbS$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Silver", + "multiblock": { + "mapping": { + "0": "#forge:ores/silver" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Silver$(br)$(thing)Formula$(): Ag", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 190$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -40 — 56$(br)$(thing)Size$(): 36$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Granite", + "title": "Soapstone, Talc, & Trona", + "type": "patchouli:text", + "anchor": "normal_lubricant" + }, + { + "Type": "patchouli:multiblock", + "name": "Soapstone", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Glauconite Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium, Aluminium$(br)$(thing)Formula$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Talc", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pentlandite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Trona", + "multiblock": { + "mapping": { + "0": "#forge:ores/trona" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(br)$(thing)Source of$(): Sodium$(br)$(thing)Formula$(): Na₃C₂H(H₂O)₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Gneiss, Marble, Phyllite, Quartzite, Rhyolite, Schist, Slate", + "title": "Sphalerite & Pyrite", + "type": "patchouli:text", + "anchor": "normal_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Sphalerite", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Melts into$(): Zinc$(br)$(thing)Formula$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sulfur", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Sulfur$(br)$(thing)Formula$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 145$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 60 — 210$(br)$(thing)Size$(): 50$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Gneiss, Marble, Phyllite, Quartzite, Rhyolite, Schist, Slate", + "title": "Sphalerite & Sulfur", + "type": "patchouli:text", + "anchor": "surface_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Sulfur", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 55%$(br)$(thing)Source of$(): Sulfur$(br)$(thing)Formula$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sphalerite", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Melts into$(): Zinc$(br)$(thing)Formula$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.375$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 20 — 60$(br)$(thing)Size$(): 35$(br)$(thing)Height$(): 6$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Spodumene & Lepidolite", + "type": "patchouli:text", + "anchor": "normal_spodumene" + }, + { + "Type": "patchouli:multiblock", + "name": "Spodumene", + "multiblock": { + "mapping": { + "0": "#forge:ores/spodumene" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Lithium, Aluminium$(br)$(thing)Formula$(): LiAlSi₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Salt", + "multiblock": { + "mapping": { + "0": "#forge:ores/salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Sodium, Chlorine$(br)$(thing)Formula$(): NaCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Rock Salt", + "multiblock": { + "mapping": { + "0": "#forge:ores/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Potassium, Chlorine$(br)$(thing)Formula$(): KCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lepidolite", + "multiblock": { + "mapping": { + "0": "#forge:ores/lepidolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Potassium, Lithium, Aluminium, Fluorine$(br)$(thing)Formula$(): KLi₃Al₄F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 165$(br)$(thing)Density$(): 0.2$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 210$(br)$(thing)Size$(): 45$(br)$(thing)Indicator Max Depth$(): 40$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Rhyolite", + "title": "Sulfur & Pyrite", + "type": "patchouli:text", + "anchor": "normal_sulfur" + }, + { + "Type": "patchouli:multiblock", + "name": "Sulfur", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Sulfur$(br)$(thing)Formula$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sphalerite", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Zinc$(br)$(thing)Formula$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Gneiss, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Tetrahedrite (Normal)", + "type": "patchouli:text", + "anchor": "normal_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Tetrahedrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Copper", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Stibnite", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Smelts into$(): Antimony$(br)$(thing)Formula$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 140$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 60 — 210$(br)$(thing)Size$(): 50$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Gneiss, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Tetrahedrite (Surface)", + "type": "patchouli:text", + "anchor": "surface_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Tetrahedrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 60%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Copper", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Stibnite", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Smelts into$(): Antimony$(br)$(thing)Formula$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 260$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): -64 — 26$(br)$(thing)Size$(): 28$(br)$(thing)Height$(): 7$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Gneiss, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Topaz & Chalcocite", + "type": "patchouli:text", + "anchor": "deep_topaz" + }, + { + "Type": "patchouli:multiblock", + "name": "Blue Topaz", + "multiblock": { + "mapping": { + "0": "#forge:ores/blue_topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Aluminium, Fluorine$(br)$(thing)Formula$(): Al₂SiF₂H₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Topaz", + "multiblock": { + "mapping": { + "0": "#forge:ores/topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium, Fluorine$(br)$(thing)Formula$(): Al₂SiFH₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Chalcocite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcocite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Copper$(br)$(thing)Formula$(): Cu₂S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Bornite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — -20$(br)$(thing)Size$(): 24$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Uraninite & Pitchblende", + "type": "patchouli:text", + "anchor": "deep_pitchblende" + }, + { + "Type": "patchouli:multiblock", + "name": "Pitchblende", + "multiblock": { + "mapping": { + "0": "#forge:ores/pitchblende" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Uranium, Thorium, Lead$(br)$(thing)Formula$(): (UO₂)₃ThPb$(br)$(thing)Hazard$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Uraninite", + "multiblock": { + "mapping": { + "0": "#forge:ores/uraninite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Uranium$(br)$(thing)Formula$(): UO₂$(br)$(thing)Hazard$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 245$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 10$(br)$(thing)Size$(): 26$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Diorite, Gabbro, Granite, Rhyolite", + "title": "Wulfenite & Molybdenite", + "type": "patchouli:text", + "anchor": "deep_molybdenum" + }, + { + "Type": "patchouli:multiblock", + "name": "Wulfenite", + "multiblock": { + "mapping": { + "0": "#forge:ores/wulfenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Source of$(): Lead, Molybdenum$(br)$(thing)Formula$(): PbMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Molybdenite", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): MoS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Molybdenum", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): Mo", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Powellite", + "multiblock": { + "mapping": { + "0": "#forge:ores/powellite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/index.json deleted file mode 100644 index 8e49cff9b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/index.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Ore Index", - "icon": "minecraft:diamond_pickaxe", - "category": "tfc:tfg_ores", - "priority": true, - "sortnum": 2, - "read_by_default": true, - "pages": - [ - { - "type": "patchouli:text", - "text": "This is a list of every ore in the world, sorted alphabetically, and then by richest to poorest vein type.$(br2)Almandine: $(l:tfg_ores/deep_sapphire)35%$()$(br)Aluminium: $(l:tfg_ores/normal_bauxite)25%$()$(br)Alunite: $(l:tfg_ores/normal_saltpeter)15%$()$(br)Amethyst: $(l:tfg_ores/deep_garnet_amethyst)65%$(), $(l:tfg_ores/deep_garnet_opal)25%$()$(br)Apatite: $(l:tfg_ores/normal_apatite)50%$()$(br)Asbestos: $(l:tfg_ores/normal_garnet_tin)25%$()$(br)Barite: $(l:tfg_ores/normal_quartz)15%$()$(br)Basaltic Mineral Sand: $(l:tfg_ores/normal_basaltic_sands)35%$()$(br)Bastnasite: $(l:tfg_ores/normal_monazite)50%$()" - }, - { - "type": "patchouli:text", - "text": "Bauxite: $(l:tfg_ores/normal_bauxite)45%$(), $(l:tfg_ores/normal_mica)25%$()$(br)Bentonite: $(l:tfg_ores/normal_olivine)35%$()$(br)Beryllium: $(l:tfg_ores/normal_beryllium)35%$()$(br)Bismuth: $(l:tfg_ores/surface_bismuth)90%$(), $(l:tfg_ores/normal_bismuth)80%$()$(br)Blue Topaz: $(l:tfg_ores/deep_topaz)35%$()$(br)Borax: $(l:tfg_ores/normal_salt)15%$()$(br)Bornite: $(l:tfg_ores/deep_sheldonite)35%$(), $(l:tfg_ores/deep_topaz)15%$()$(br)Calcite: $(l:tfg_ores/normal_lapis)15%$()$(br)Cassiterite: $(l:tfg_ores/surface_cassiterite)60%$(), $(l:tfg_ores/normal_cassiterite)40%$(), $(l:tfg_ores/surface_copper)5%$()$(br)Cassiterite Sand: $(l:tfg_ores/normal_garnet_tin)35%$()$(br)Certus Quartz: $(l:tfg_ores/normal_quartz)30%$()$(br)Chalcocite: $(l:tfg_ores/deep_topaz)25%$()$(br)Chalcopyrite: $(l:tfg_ores/surface_copper)55%$(), $(l:tfg_ores/normal_copper)20%$()$(br)Chromite: $(l:tfg_ores/deep_magnetite)60%$()$(br)Cinnabar: $(l:tfg_ores/normal_redstone)20%$()$(br)Coal: $(l:tfg_ores/normal_coal)100%$(), $(l:tfg_ores/normal_graphite)30%$()$(br)Cobalt: $(l:tfg_ores/normal_garnierite)15%$()" - }, - { - "type": "patchouli:text", - "text": "Cobaltite: $(l:tfg_ores/normal_garnierite)20%$()$(br)Copper: $(l:tfg_ores/normal_copper)65%$(), $(l:tfg_ores/normal_tetrahedrite)30%$(), $(l:tfg_ores/surface_tetrahedrite)20%$()$(br)Diamond: $(l:tfg_ores/normal_graphite)25%$()$(br)Diatomite: $(l:tfg_ores/normal_saltpeter)25%$(), $(l:tfg_ores/normal_garnet_tin)15%$()$(br)Electrotine: $(l:tfg_ores/normal_saltpeter)25%$()$(br)Emerald: $(l:tfg_ores/normal_beryllium)50%$()$(br)Fuller's Earth: $(l:tfg_ores/normal_basaltic_sands)25%$()$(br)Galena: $(l:tfg_ores/normal_silver)30%$()$(br)Garnet Sand: $(l:tfg_ores/normal_garnet_tin)25%$()$(br)Garnierite: $(l:tfg_ores/normal_garnierite)30%$()$(br)Glauconite Sand: $(l:tfg_ores/normal_lubricant)25%$(), $(l:tfg_ores/normal_olivine)15%$()$(br)Goethite: $(l:tfg_ores/deep_limonite)50%$(), $(l:tfg_ores/deep_hematite)25%$(), $(l:tfg_ores/normal_hematite)15%$(), $(l:tfg_ores/normal_limonite)15%$(), $(l:tfg_ores/normal_gold)5%$(), $(l:tfg_ores/deep_gold)5%$()$(br)Gold: $(l:tfg_ores/deep_gold)75%$(), $(l:tfg_ores/normal_gold)55%$(), $(l:tfg_ores/deep_magnetite)15%$(), $(l:tfg_ores/normal_magnetite)10%$(), $(l:tfg_ores/deep_hematite)5%$(), $(l:tfg_ores/normal_hematite)5%$()$(br)Granitic Mineral Sand: $(l:tfg_ores/normal_basaltic_sands)25%$()$(br)Graphite: $(l:tfg_ores/normal_graphite)45%$()$(br)Green Sapphire: $(l:tfg_ores/deep_sapphire)15%$()" - }, - { - "type": "patchouli:text", - "text": "Grossular: $(l:tfg_ores/normal_manganese)30%$()$(br)Gypsum: $(l:tfg_ores/normal_basaltic_sands)15%$()$(br)Hematite: $(l:tfg_ores/normal_hematite)50%$(), $(l:tfg_ores/deep_hematite)35%$(), $(l:tfg_ores/normal_gold)20%$(), $(l:tfg_ores/normal_limonite)20%$(), $(l:tfg_ores/deep_gold)15%$(), $(l:tfg_ores/deep_limonite)15%$()$(br)Ilmenite: $(l:tfg_ores/normal_bauxite)30%$()$(br)Iron: $(l:tfg_ores/normal_copper)5%$()$(br)Kaolinite: $(l:tfg_ores/surface_kaolin)20%$()$(br)Kyanite: $(l:tfg_ores/normal_mica)35%$()$(br)Lapis: $(l:tfg_ores/normal_lapis)25%$()$(br)Lazurite: $(l:tfg_ores/normal_lapis)35%$()$(br)Lead: $(l:tfg_ores/normal_silver)55%$(), $(l:tfg_ores/normal_bismuth)11%$(), $(l:tfg_ores/surface_bismuth)7%$()$(br)Lepidolite: $(l:tfg_ores/normal_salt)15%$(), $(l:tfg_ores/normal_spodumene)15%$()$(br)Lithium: $(l:tfg_ores/deep_scheelite)20%$()$(br)Magnesite: $(l:tfg_ores/normal_olivine)25%$()$(br)Magnetite: $(l:tfg_ores/normal_magnetite)65%$(), $(l:tfg_ores/deep_magnetite)5%$()$(br)Malachite: $(l:tfg_ores/deep_limonite)20%$(), $(l:tfg_ores/normal_limonite)15%$()$(br)Mica: $(l:tfg_ores/normal_mica)25%$()" - }, - { - "type": "patchouli:text", - "text": "Molybdenite: $(l:tfg_ores/deep_molybdenum)30%$()$(br)Molybdenum: $(l:tfg_ores/deep_molybdenum)15%$()$(br)Monazite: $(l:tfg_ores/normal_monazite)25%$()$(br)Naquadah: $(l:tfg_ores/deep_naquadah)75%$()$(br)Neodymium: $(l:tfg_ores/normal_monazite)25%$()$(br)Nether Quartz: $(l:tfg_ores/normal_quartz)10%$()$(br)Nickel: $(l:tfg_ores/normal_garnierite)10%$()$(br)Oilsands: $(l:tfg_ores/normal_oilsands)100%$()$(br)Olivine: $(l:tfg_ores/normal_olivine)25%$()$(br)Opal: $(l:tfg_ores/deep_garnet_opal)55%$(), $(l:tfg_ores/deep_garnet_amethyst)15%$()$(br)Palladium: $(l:tfg_ores/deep_sheldonite)15%$()$(br)Pentlandite: $(l:tfg_ores/normal_garnierite)25%$(), $(l:tfg_ores/normal_lubricant)15%$()$(br)Pitchblende: $(l:tfg_ores/deep_pitchblende)50%$()$(br)Platinum: $(l:tfg_ores/deep_sheldonite)25%$()$(br)Plutonium: $(l:tfg_ores/deep_naquadah)25%$()$(br)Pollucite: $(l:tfg_ores/normal_mica)15%$()$(br)Powellite: $(l:tfg_ores/deep_molybdenum)15%$()" - }, - { - "type": "patchouli:text", - "text": "Pyrite: $(l:tfg_ores/normal_sulfur)35%$(), $(l:tfg_ores/normal_sphalerite)25%$(), $(l:tfg_ores/normal_copper)10%$(), $(l:tfg_ores/surface_sphalerite)5%$()$(br)Pyrochlore: $(l:tfg_ores/normal_apatite)15%$()$(br)Pyrolusite: $(l:tfg_ores/normal_manganese)20%$()$(br)Pyrope: $(l:tfg_ores/deep_sapphire)25%$()$(br)Quartzite: $(l:tfg_ores/normal_quartz)45%$()$(br)Realgar: $(l:tfg_ores/surface_copper)15%$()$(br)Red Garnet: $(l:tfg_ores/deep_garnet_amethyst)5%$(), $(l:tfg_ores/deep_garnet_opal)5%$()$(br)Redstone: $(l:tfg_ores/normal_redstone)45%$()$(br)Rock Salt: $(l:tfg_ores/normal_salt)40%$(), $(l:tfg_ores/normal_spodumene)20%$()$(br)Ruby: $(l:tfg_ores/normal_redstone)35%$(), $(l:tfg_ores/deep_hematite)20%$()$(br)Salt: $(l:tfg_ores/normal_salt)30%$(), $(l:tfg_ores/normal_spodumene)30%$()$(br)Saltpeter: $(l:tfg_ores/normal_saltpeter)35%$()$(br)Sapphire: $(l:tfg_ores/deep_sapphire)15%$(), $(l:tfg_ores/deep_magnetite)5%$()$(br)Scheelite: $(l:tfg_ores/deep_scheelite)45%$()$(br)Sheldonite: $(l:tfg_ores/deep_sheldonite)25%$()$(br)Silver: $(l:tfg_ores/normal_silver)15%$()$(br)Soapstone: $(l:tfg_ores/normal_lubricant)30%$()" - }, - { - "type": "patchouli:text", - "text": "Sodalite: $(l:tfg_ores/normal_lapis)25%$()$(br)Spessartine: $(l:tfg_ores/normal_manganese)20%$()$(br)Sphalerite: $(l:tfg_ores/normal_sphalerite)40%$(), $(l:tfg_ores/surface_sphalerite)40%$(), $(l:tfg_ores/normal_sulfur)15%$()$(br)Spodumene: $(l:tfg_ores/normal_spodumene)35%$()$(br)Stibnite: $(l:tfg_ores/normal_tetrahedrite)20%$(), $(l:tfg_ores/surface_tetrahedrite)20%$()$(br)Sulfur: $(l:tfg_ores/surface_sphalerite)55%$(), $(l:tfg_ores/normal_sulfur)50%$(), $(l:tfg_ores/normal_sphalerite)35%$(), $(l:tfg_ores/normal_bismuth)9%$(), $(l:tfg_ores/surface_bismuth)3%$()$(br)Talc: $(l:tfg_ores/normal_lubricant)20%$()$(br)Tantalite: $(l:tfg_ores/normal_manganese)10%$()$(br)Tetrahedrite: $(l:tfg_ores/surface_tetrahedrite)60%$(), $(l:tfg_ores/normal_tetrahedrite)50%$()$(br)Thorium: $(l:tfg_ores/normal_beryllium)15%$()$(br)Tin: $(l:tfg_ores/normal_cassiterite)60%$(), $(l:tfg_ores/surface_cassiterite)40%$()$(br)Topaz: $(l:tfg_ores/deep_topaz)25%$()$(br)Tricalcium Phosphate: $(l:tfg_ores/normal_apatite)35%$()$(br)Trona: $(l:tfg_ores/normal_lubricant)10%$()$(br)Tungstate: $(l:tfg_ores/deep_scheelite)35%$()$(br)Uraninite: $(l:tfg_ores/deep_pitchblende)50%$()$(br)Vanadium Magnetite: $(l:tfg_ores/normal_magnetite)25%$(), $(l:tfg_ores/deep_magnetite)15%$()" - }, - { - "type": "patchouli:text", - "text": "Wulfenite: $(l:tfg_ores/deep_molybdenum)40%$()$(br)Yellow Garnet: $(l:tfg_ores/deep_garnet_amethyst)5%$(), $(l:tfg_ores/deep_garnet_opal)5%$()$(br)Yellow Limonite: $(l:tfg_ores/normal_limonite)50%$(), $(l:tfg_ores/normal_hematite)30%$(), $(l:tfg_ores/normal_gold)20%$(), $(l:tfg_ores/deep_limonite)15%$(), $(l:tfg_ores/deep_hematite)15%$(), $(l:tfg_ores/deep_gold)5%$()$(br)Zeolite: $(l:tfg_ores/surface_copper)15%$()" - } - ] -} - diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_ore_index.json new file mode 100644 index 000000000..769aae501 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_ore_index.json @@ -0,0 +1,56 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "The Beneath Ore Index", + "icon": "minecraft:quartz", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Ore Index$() for $(thing)The Beneath$(). All ores are sorted alphabetically and then by richest to poorest vein type. You can click on them to learn more information about each vein.", + "title": "The Beneath Ore Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Almandine: $(l:tfg_ores/nether_vein_index#nether_sapphire)38%$(/l)$()$(li)Aluminium: $(l:tfg_ores/nether_vein_index#nether_bauxite)25%$(/l)$()$(li)Alunite: $(l:tfg_ores/nether_vein_index#nether_saltpeter)15%$(/l)$()$(li)Amethyst: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Apatite: $(l:tfg_ores/nether_vein_index#nether_apatite)50%$(/l)$()$(li)Asbestos: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Barite: $(l:tfg_ores/nether_vein_index#nether_quartz)20%$(/l)$()$(li)Basaltic Mineral Sands: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)35%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/nether_vein_index#nether_monazite)50%$(/l)$()$(li)Bauxite: $(l:tfg_ores/nether_vein_index#nether_bauxite)45%$(/l), $(l:tfg_ores/nether_vein_index#nether_mica)25%$(/l)$()$(li)Bentonite: $(l:tfg_ores/nether_vein_index#nether_olivine)35%$(/l)$()$(li)Beryllium: $(l:tfg_ores/nether_vein_index#nether_beryllium)35%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)Bornite: $(l:tfg_ores/nether_vein_index#nether_sheldonite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Calcite: $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()$(li)Cassiterite: $(l:tfg_ores/nether_vein_index#nether_cassiterite)40%$(/l)$()$(li)Cassiterite Sand: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)35%$(/l)$()$(li)Chalcocite: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Chalcopyrite: $(l:tfg_ores/nether_vein_index#nether_copper)20%$(/l)$()$(li)Chromite: $(l:tfg_ores/nether_vein_index#nether_magnetite)60%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/nether_vein_index#nether_redstone)20%$(/l)$()$(li)Coal: $(l:tfg_ores/nether_vein_index#nether_graphite)15%$(/l)$()$(li)Cobalt: $(l:tfg_ores/nether_vein_index#nether_garnierite)15%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/nether_vein_index#nether_garnierite)20%$(/l)$()$(li)Diamond: $(l:tfg_ores/nether_vein_index#nether_graphite)40%$(/l)$()$(li)Diatomite: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_garnet_tin)15%$(/l)$()$(li)Electrotine: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l)$()$(li)Emerald: $(l:tfg_ores/nether_vein_index#nether_beryllium)50%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Fuller's Earth: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Galena: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Garnet Sand: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Garnierite: $(l:tfg_ores/nether_vein_index#nether_garnierite)30%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/nether_vein_index#nether_lubricant)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_olivine)15%$(/l)$()$(li)Goethite: $(l:tfg_ores/nether_vein_index#nether_goethite)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Granitic Mineral Sand: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Graphite: $(l:tfg_ores/nether_vein_index#nether_graphite)45%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()$(li)Grossular: $(l:tfg_ores/nether_vein_index#nether_manganese)37%$(/l)$()$(li)Gypsum: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)15%$(/l)$()$(li)Hematite: $(l:tfg_ores/nether_vein_index#nether_hematite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)5%$(/l)$()$(li)Ilmenite: $(l:tfg_ores/nether_vein_index#nether_bauxite)30%$(/l)$()$(li)Kyanite: $(l:tfg_ores/nether_vein_index#nether_mica)35%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Lapis: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Lazurite: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()$(li)Lead: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Lithium: $(l:tfg_ores/nether_vein_index#nether_scheelite)20%$(/l)$()$(li)Magnesite: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Magnetite: $(l:tfg_ores/nether_vein_index#nether_magnetite)5%$(/l)$()$(li)Malachite: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)Mica: $(l:tfg_ores/nether_vein_index#nether_mica)25%$(/l)$()$(li)Molybdenite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)30%$(/l)$()$(li)Molybdenum: $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Monazite: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Naquadah: $(l:tfg_ores/nether_vein_index#nether_naquadah)75%$(/l)$()$(li)Native Copper: $(l:tfg_ores/nether_vein_index#nether_copper)65%$(/l), $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)30%$(/l)$()$(li)Native Gold: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Native Silver: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Neodymium: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Nether Quartz: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)Nickel: $(l:tfg_ores/nether_vein_index#nether_garnierite)10%$(/l)$()$(li)Olivine: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Opal: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Palladium: $(l:tfg_ores/nether_vein_index#nether_sheldonite)15%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/nether_vein_index#nether_garnierite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_lubricant)15%$(/l)$()$(li)Pitchblende: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Platinum: $(l:tfg_ores/nether_vein_index#nether_sheldonite)25%$(/l)$()$(li)Plutonium: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)Pollucite: $(l:tfg_ores/nether_vein_index#nether_mica)15%$(/l)$()$(li)Powellite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Pyrite: $(l:tfg_ores/nether_vein_index#nether_sulfur)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)10%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Pyrochlore: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Pyrope: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()$(li)Quartzite: $(l:tfg_ores/nether_vein_index#nether_quartz)25%$(/l)$()$(li)Red Garnet: $(l:tfg_ores/nether_vein_index#nether_garnet)9%$(/l)$()$(li)Redstone: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()$(li)Ruby: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/nether_vein_index#nether_saltpeter)35%$(/l)$()$(li)Sapphire: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)5%$(/l)$()$(li)Scheelite: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()$(li)Sheldonite: $(l:tfg_ores/nether_vein_index#nether_sheldonite)25%$(/l)$()$(li)Soapstone: $(l:tfg_ores/nether_vein_index#nether_lubricant)30%$(/l)$()$(li)Sodalite: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Spessartine: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Sphalerite: $(l:tfg_ores/nether_vein_index#nether_sphalerite)40%$(/l), $(l:tfg_ores/nether_vein_index#nether_sulfur)15%$(/l)$()$(li)Stibnite: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)20%$(/l)$()$(li)Sulfur: $(l:tfg_ores/nether_vein_index#nether_sulfur)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)35%$(/l)$()$(li)Talc: $(l:tfg_ores/nether_vein_index#nether_lubricant)20%$(/l)$()$(li)Tantalite: $(l:tfg_ores/nether_vein_index#nether_manganese)12%$(/l)$()$(li)Tetrahedrite: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)50%$(/l)$()$(li)Thorium: $(l:tfg_ores/nether_vein_index#nether_beryllium)15%$(/l)$()$(li)Tin: $(l:tfg_ores/nether_vein_index#nether_cassiterite)60%$(/l)$()$(li)Topaz: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/nether_vein_index#nether_apatite)35%$(/l)$()$(li)Trona: $(l:tfg_ores/nether_vein_index#nether_lubricant)10%$(/l)$()$(li)Tungstate: $(l:tfg_ores/nether_vein_index#nether_scheelite)35%$(/l)$()$(li)Uraninite: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Vanadium Magnetite: $(l:tfg_ores/nether_vein_index#nether_magnetite)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Wulfenite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)40%$(/l)$()$(li)Yellow Garnet: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()$(li)Yellow Limonite: $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()", + "type": "patchouli:text" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_vein_index.json new file mode 100644 index 000000000..b36eb6e6b --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_vein_index.json @@ -0,0 +1,2799 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "The Beneath Vein Index", + "icon": "gtceu:pyroxenite_nether_quartz_ore", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Vein Index$() for $(item)The Beneath$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns in, and more.", + "title": "The Beneath Vein Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnet)Amethyst, Opal, & Garnet$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_apatite)Apatite & Pyrochlore$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_monazite)Bastnasite & Monazite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_bauxite)Bauxite & Ilmenite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_olivine)Bentonite & Olivine$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_cassiterite)Cassiterite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_magnetite)Chromite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sheldonite)Cooperite & Bornite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_copper)Copper & Chalcopyrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_beryllium)Emerald & Beryllium$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnet_tin)Garnet & Cassiterite Sands$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnierite)Garnierite & Cobaltite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_goethite)Goethite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_gold)Gold & Hematite$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_graphite)Graphite & Diamond$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_hematite)Hematite & Limonite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lapis)Lapis, Lazurite, & Sodalite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_manganese)Manganese & Tantalum$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_basaltic_sands)Mineral Sands$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_naquadah)Naquadah & Plutonium$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_quartz)Nether Quartz$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_redstone)Redstone, Cinnabar, & Ruby$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sapphire)Sapphire & Almandine$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_silver)Silver, Galena, & Lead$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lubricant)Soapstone, Talc, & Trona$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_sphalerite)Sphalerite & Pyrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sulfur)Sulfur & Pyrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_tetrahedrite)Tetrahedrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_topaz)Topaz & Chalcocite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_pitchblende)Uraninite & Pitchblende$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_molybdenum)Wulfenite & Molybdenite$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 230$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 45$(br)$(thing)Height$(): 8$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Amethyst, Opal, & Garnet", + "type": "patchouli:text", + "anchor": "nether_garnet" + }, + { + "Type": "patchouli:multiblock", + "name": "Amethyst", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 38%$(br)$(thing)Source of$(): Iron$(br)$(thing)Formula$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Opal", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 38%$(br)$(thing)Source of$(): Silicon, Oxygen$(br)$(thing)Formula$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Garnet", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 14%$(br)$(thing)Source of$(): Andradite, Grossular, Uvarovite", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Red Garnet", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 9%$(br)$(thing)Source of$(): Pyrope, Almandine, Spessartine", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 48 — 128$(br)$(thing)Size$(): 39$(br2)$(thing)Stone Types$(): Gneiss, Schist", + "title": "Apatite & Pyrochlore", + "type": "patchouli:text", + "anchor": "nether_apatite" + }, + { + "Type": "patchouli:multiblock", + "name": "Apatite", + "multiblock": { + "mapping": { + "0": "#forge:ores/apatite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Calcium, Phosphorus, Forestry PTSD$(br)$(thing)Formula$(): Ca₅(PO₄)₃Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tricalcium Phosphate", + "multiblock": { + "mapping": { + "0": "#forge:ores/tricalcium_phosphate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Calcium, Phosphorus$(br)$(thing)Formula$(): Ca₃(PO₄)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrochlore", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrochlore" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Niobium$(br)$(thing)Formula$(): Ca₂Nb₂O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 185$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Bastnasite & Monazite", + "type": "patchouli:text", + "anchor": "nether_monazite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bastnasite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bastnasite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Cerium, Fluorine$(br)$(thing)Formula$(): CeCFO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Monazite", + "multiblock": { + "mapping": { + "0": "#forge:ores/monazite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Phosphorous, Rare Earth$(br)$(thing)Formula$(): ?(PO₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Neodymium", + "multiblock": { + "mapping": { + "0": "#forge:ores/neodymium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Neodymium$(br)$(thing)Formula$(): Nd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 185$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Bauxite & Ilmenite", + "type": "patchouli:text", + "anchor": "nether_bauxite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bauxite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ilmenite", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Iron, Titanium$(br)$(thing)Formula$(): FeTiO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Aluminium", + "multiblock": { + "mapping": { + "0": "#forge:ores/aluminium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Size$(): 31$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Bentonite & Olivine", + "type": "patchouli:text", + "anchor": "nether_olivine" + }, + { + "Type": "patchouli:multiblock", + "name": "Bentonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bentonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Sodium, Magnesium$(br)$(thing)Formula$(): NaMg₆Si₁₂H₄(H₂O)₅O₃₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Magnesite", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnesite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): MgCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Olivine", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Glauconite Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Magnesium, Aluminium$(br)$(thing)Formula$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Cassiterite", + "type": "patchouli:text", + "anchor": "nether_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Tin", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 60%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cassiterite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 205$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 39$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Chromite", + "type": "patchouli:text", + "anchor": "nether_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Chromite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 60%$(br)$(thing)Source of$(): Chromium$(br)$(thing)Formula$(): FeCr₂O₄$(br)$(thing)Hazard$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Vanadium Magnetite", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Iron, Vanadium$(br)$(thing)Formula$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Magnetite", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sapphire", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 35$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Cooperite & Bornite", + "type": "patchouli:text", + "anchor": "nether_sheldonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bornite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sheldonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cooperite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Platinum, Nickel, Palladium$(br)$(thing)Formula$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Platinum", + "multiblock": { + "mapping": { + "0": "#forge:ores/platinum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Smelts into$(): Platinum$(br)$(thing)Formula$(): Pt", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Palladium", + "multiblock": { + "mapping": { + "0": "#forge:ores/palladium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Palladium$(br)$(thing)Formula$(): Pd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Copper & Chalcopyrite", + "type": "patchouli:text", + "anchor": "nether_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Copper", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 65%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Chalcopyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Pipe Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Height$(): 60$(br)$(thing)Radius$(): 12$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Emerald & Beryllium", + "type": "patchouli:text", + "anchor": "nether_beryllium" + }, + { + "Type": "patchouli:multiblock", + "name": "Emerald", + "multiblock": { + "mapping": { + "0": "#forge:ores/emerald" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Used for$(): MV components, Item tag filters$(br)$(thing)Formula$(): Be₃Al₂Si₆O₁₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Beryllium", + "multiblock": { + "mapping": { + "0": "#forge:ores/beryllium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Beryllium$(br)$(thing)Formula$(): Be$(br)$(thing)Hazard$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Thorium", + "multiblock": { + "mapping": { + "0": "#forge:ores/thorium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Thorium$(br)$(thing)Formula$(): Th", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 270$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Migmatite, Pyroxenite, Schist, Travertine", + "title": "Garnet & Cassiterite Sands", + "type": "patchouli:text", + "anchor": "nether_garnet_tin" + }, + { + "Type": "patchouli:multiblock", + "name": "Cassiterite Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Garnet Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnet_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Almandine, Andradite, Grossular, Pyrope, Spessartine, Uvarovite", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Asbestos", + "multiblock": { + "mapping": { + "0": "#forge:ores/asbestos" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium, Lung cancer$(br)$(thing)Formula$(): Mg₃Si₂H₄O₉$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Asbestosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Diatomite", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Iron, Aluminium$(br)$(thing)Formula$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 160$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 16 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Pyroxenite", + "title": "Garnierite & Cobaltite", + "type": "patchouli:text", + "anchor": "nether_garnierite" + }, + { + "Type": "patchouli:multiblock", + "name": "Garnierite", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnierite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): NiO", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pentlandite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cobaltite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Cobalt, Arsenic$(br)$(thing)Formula$(): CoAsS$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cobalt", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobalt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Smelts into$(): Cobalt$(br)$(thing)Formula$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Nickel", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 240$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 37$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Goethite", + "type": "patchouli:text", + "anchor": "nether_goethite" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Malachite", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 260$(br)$(thing)Density$(): 0.55$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 37$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Gold & Hematite", + "type": "patchouli:text", + "anchor": "nether_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 75%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 120$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Pipe Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Height$(): 60$(br)$(thing)Radius$(): 12$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Graphite & Diamond", + "type": "patchouli:text", + "anchor": "nether_graphite" + }, + { + "Type": "patchouli:multiblock", + "name": "Graphite", + "multiblock": { + "mapping": { + "0": "#forge:ores/graphite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Used for$(): $(l:mechanics/fire_clay)Fire Clay$(), Graphene$(br)$(thing)Formula$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Diamond", + "multiblock": { + "mapping": { + "0": "#forge:ores/diamond" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Used for$(): Macerators, AE2$(br)$(thing)Formula$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Coal", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Used for$(): Fuel, Distillation$(br)$(thing)Formula$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 35$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Hematite & Limonite", + "type": "patchouli:text", + "anchor": "nether_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ruby", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Chromium, Aluminium$(br)$(thing)Formula$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 41$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Kyanite, Mica, & Bauxite", + "type": "patchouli:text", + "anchor": "nether_mica" + }, + { + "Type": "patchouli:multiblock", + "name": "Kyanite", + "multiblock": { + "mapping": { + "0": "#forge:ores/kyanite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂SiO₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Mica", + "multiblock": { + "mapping": { + "0": "#forge:ores/mica" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Potassium, Aluminium, Fluorine$(br)$(thing)Formula$(): KAl₃Si₃F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Bauxite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pollucite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pollucite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Caesium, Aluminium$(br)$(thing)Formula$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 40$(br2)$(thing)Stone Types$(): Migmatite, Pyroxenite, Travertine", + "title": "Lapis, Lazurite, & Sodalite", + "type": "patchouli:text", + "anchor": "nether_lapis" + }, + { + "Type": "patchouli:multiblock", + "name": "Lazurite", + "multiblock": { + "mapping": { + "0": "#forge:ores/lazurite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Aluminium, Calcium, Sodium$(br)$(thing)Formula$(): Al₆Si₆Ca₈Na₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sodalite", + "multiblock": { + "mapping": { + "0": "#forge:ores/sodalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium, Sodium$(br)$(thing)Formula$(): Al₃Si₃Na₄Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lapis", + "multiblock": { + "mapping": { + "0": "#forge:ores/lapis" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Lazurite, Sodalite, Pyrite, Calcite", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Calcite", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Calcium$(br)$(thing)Formula$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 195$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Manganese & Tantalum", + "type": "patchouli:text", + "anchor": "nether_manganese" + }, + { + "Type": "patchouli:multiblock", + "name": "Grossular", + "multiblock": { + "mapping": { + "0": "#forge:ores/grossular" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 37%$(br)$(thing)Source of$(): Calcium, Aluminium$(br)$(thing)Formula$(): Ca₃Al₂Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Spessartine", + "multiblock": { + "mapping": { + "0": "#forge:ores/spessartine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Manganese, Aluminium$(br)$(thing)Formula$(): Al₂Mn₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrolusite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrolusite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Manganese$(br)$(thing)Formula$(): MnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tantalite", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 12%$(br)$(thing)Source of$(): Manganese, Tantalum$(br)$(thing)Formula$(): MnTa₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 160$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 48 — 128$(br)$(thing)Size$(): 48$(br)$(thing)Height$(): 9$(br2)$(thing)Stone Types$(): Basalt, Granite", + "title": "Mineral Sands", + "type": "patchouli:text", + "anchor": "nether_basaltic_sands" + }, + { + "Type": "patchouli:multiblock", + "name": "Basaltic Mineral Sands", + "multiblock": { + "mapping": { + "0": "#forge:ores/basaltic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Granitic Mineral Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/granitic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Fuller's Earth", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Gypsum", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Used for$(): Alabaster (dyeable) bricks$(br)$(thing)Formula$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 38$(br)$(thing)Size$(): 32$(br2)$(thing)Stone Types$(): Basalt, Pyroxenite", + "title": "Naquadah & Plutonium", + "type": "patchouli:text", + "anchor": "nether_naquadah" + }, + { + "Type": "patchouli:multiblock", + "name": "Naquadah", + "multiblock": { + "mapping": { + "0": "#forge:ores/naquadah" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 75%$(br)$(thing)Source of$(): Naquadah, Tritanium$(br)$(thing)Formula$(): Nq", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Plutonium", + "multiblock": { + "mapping": { + "0": "#forge:ores/plutonium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Plutonium$(br)$(thing)Formula$(): Pu²³⁹$(br)$(thing)Hazard$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 150$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Basalt, Diorite, Gabbro, Granite, Migmatite, Pyroxenite, Travertine", + "title": "Nether Quartz", + "type": "patchouli:text", + "anchor": "nether_quartz" + }, + { + "Type": "patchouli:multiblock", + "name": "Nether Quartz", + "multiblock": { + "mapping": { + "0": "#forge:ores/nether_quartz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 54%$(br)$(thing)Used for$(): Applied Energistics 2$(br)$(thing)Formula$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Quartzite", + "multiblock": { + "mapping": { + "0": "#forge:ores/quartzite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Used for$(): LV components$(br)$(thing)Formula$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Barite", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Barium$(br)$(thing)Formula$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 160$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Granite, Pyroxenite", + "title": "Redstone, Cinnabar, & Ruby", + "type": "patchouli:text", + "anchor": "nether_redstone" + }, + { + "Type": "patchouli:multiblock", + "name": "Redstone", + "multiblock": { + "mapping": { + "0": "#forge:ores/redstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Melts into$(): Redstone$(br)$(thing)Formula$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ruby", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Chromium, Aluminium$(br)$(thing)Formula$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cinnabar", + "multiblock": { + "mapping": { + "0": "#forge:ores/cinnabar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Mercury$(br)$(thing)Formula$(): HgS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 50$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Saltpeter & Electrotine", + "type": "patchouli:text", + "anchor": "nether_saltpeter" + }, + { + "Type": "patchouli:multiblock", + "name": "Saltpeter", + "multiblock": { + "mapping": { + "0": "#forge:ores/saltpeter" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Potassium, Nitrogen$(br)$(thing)Formula$(): KNO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Diatomite", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Iron, Aluminium$(br)$(thing)Formula$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Electrotine", + "multiblock": { + "mapping": { + "0": "#forge:ores/electrotine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Gold, Silver, Redstone$(br)$(thing)Formula$(): (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Alunite", + "multiblock": { + "mapping": { + "0": "#forge:ores/alunite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Potassium, Aluminium$(br)$(thing)Formula$(): KAl₃Si₂H₆O₁₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 33$(br)$(thing)Height$(): 8$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Sapphire & Almandine", + "type": "patchouli:text", + "anchor": "nether_sapphire" + }, + { + "Type": "patchouli:multiblock", + "name": "Almandine", + "multiblock": { + "mapping": { + "0": "#forge:ores/almandine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 38%$(br)$(thing)Source of$(): Aluminium, Iron$(br)$(thing)Formula$(): Al₂Fe₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrope", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrope" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 27%$(br)$(thing)Source of$(): Aluminium, Magnesium$(br)$(thing)Formula$(): Al₂Mg₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sapphire", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 16%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Green Sapphire", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 16%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 25$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Scheelite & Tungstate", + "type": "patchouli:text", + "anchor": "nether_scheelite" + }, + { + "Type": "patchouli:multiblock", + "name": "Scheelite", + "multiblock": { + "mapping": { + "0": "#forge:ores/scheelite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Source of$(): Tungsten$(br)$(thing)Formula$(): Ca(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tungstate", + "multiblock": { + "mapping": { + "0": "#forge:ores/tungstate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Tungsten, Lithium$(br)$(thing)Formula$(): Li₂(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lithium", + "multiblock": { + "mapping": { + "0": "#forge:ores/lithium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Lithium$(br)$(thing)Formula$(): Li", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 160$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Gneiss, Granite, Pyroxenite", + "title": "Silver, Galena, & Lead", + "type": "patchouli:text", + "anchor": "nether_silver" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Silver", + "multiblock": { + "mapping": { + "0": "#forge:ores/silver" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Silver$(br)$(thing)Formula$(): Ag", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lead", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Smelts into$(): Lead$(br)$(thing)Formula$(): Pb$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Galena", + "multiblock": { + "mapping": { + "0": "#forge:ores/galena" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Smelts into$(): Lead$(br)$(thing)Formula$(): PbS$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 41$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Soapstone, Talc, & Trona", + "type": "patchouli:text", + "anchor": "nether_lubricant" + }, + { + "Type": "patchouli:multiblock", + "name": "Soapstone", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Glauconite Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium, Aluminium$(br)$(thing)Formula$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Talc", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pentlandite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Trona", + "multiblock": { + "mapping": { + "0": "#forge:ores/trona" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(br)$(thing)Source of$(): Sodium$(br)$(thing)Formula$(): Na₃C₂H(H₂O)₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Sphalerite & Pyrite", + "type": "patchouli:text", + "anchor": "nether_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Sphalerite", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Melts into$(): Zinc$(br)$(thing)Formula$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sulfur", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Sulfur$(br)$(thing)Formula$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 165$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 50$(br2)$(thing)Stone Types$(): Basalt, Diorite, Pyroxenite, Schist", + "title": "Sulfur & Pyrite", + "type": "patchouli:text", + "anchor": "nether_sulfur" + }, + { + "Type": "patchouli:multiblock", + "name": "Sulfur", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Sulfur$(br)$(thing)Formula$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sphalerite", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Zinc$(br)$(thing)Formula$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Gneiss, Migmatite, Pyroxenite, Schist, Travertine", + "title": "Tetrahedrite", + "type": "patchouli:text", + "anchor": "nether_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Tetrahedrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Copper", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Stibnite", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Smelts into$(): Antimony$(br)$(thing)Formula$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 33$(br)$(thing)Height$(): 7$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Topaz & Chalcocite", + "type": "patchouli:text", + "anchor": "nether_topaz" + }, + { + "Type": "patchouli:multiblock", + "name": "Blue Topaz", + "multiblock": { + "mapping": { + "0": "#forge:ores/blue_topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Aluminium, Fluorine$(br)$(thing)Formula$(): Al₂SiF₂H₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Topaz", + "multiblock": { + "mapping": { + "0": "#forge:ores/topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium, Fluorine$(br)$(thing)Formula$(): Al₂SiFH₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Chalcocite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcocite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Copper$(br)$(thing)Formula$(): Cu₂S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Bornite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.55$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 29$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Uraninite & Pitchblende", + "type": "patchouli:text", + "anchor": "nether_pitchblende" + }, + { + "Type": "patchouli:multiblock", + "name": "Pitchblende", + "multiblock": { + "mapping": { + "0": "#forge:ores/pitchblende" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Uranium, Thorium, Lead$(br)$(thing)Formula$(): (UO₂)₃ThPb$(br)$(thing)Hazard$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Uraninite", + "multiblock": { + "mapping": { + "0": "#forge:ores/uraninite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Uranium$(br)$(thing)Formula$(): UO₂$(br)$(thing)Hazard$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 245$(br)$(thing)Density$(): 0.55$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 31$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Wulfenite & Molybdenite", + "type": "patchouli:text", + "anchor": "nether_molybdenum" + }, + { + "Type": "patchouli:multiblock", + "name": "Wulfenite", + "multiblock": { + "mapping": { + "0": "#forge:ores/wulfenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Source of$(): Lead, Molybdenum$(br)$(thing)Formula$(): PbMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Molybdenite", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): MoS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Molybdenum", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): Mo", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Powellite", + "multiblock": { + "mapping": { + "0": "#forge:ores/powellite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_apatite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_apatite.json deleted file mode 100644 index 2c1e4a081..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_apatite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Apatite & Pyrochlore", - "icon": "gtceu:raw_apatite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 34$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Apatite, Tricalcium Phosphate, Pyrochlore" - }, - { - "type": "patchouli:multiblock", - "name": "Apatite", - "multiblock": - { - "mapping": { "0": "#forge:ores/apatite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Source of: Calcium, Phosphorus, Forestry PTSD$(br)Formula: Ca₅(PO₄)₃Cl" - }, - { - "type": "patchouli:multiblock", - "name": "Tricalcium Phosphate", - "multiblock": - { - "mapping": { "0": "#forge:ores/tricalcium_phosphate" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Calcium, Phosphorus$(br)Formula: Ca₃(PO₄)₂" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrochlore", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrochlore" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Niobium$(br)Formula: Ca₂Nb₂O₇" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_basaltic_sands.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_basaltic_sands.json deleted file mode 100644 index ed966f2c6..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_basaltic_sands.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Mineral Sands", - "icon": "gtceu:raw_basaltic_mineral_sand", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 160$(br)Density: 0.3$(br)Type: Disc Vein$(br)Y: -32 - 60$(br)Size: 48$(br)Height: 9$(br2)Stone types: Granite, Basalt$(br2)Indicator: Basaltic & Granitic Mineral Sand, Fuller's Earth, Gypsum" - }, - { - "type": "patchouli:multiblock", - "name": "Basaltic Mineral Sand", - "multiblock": - { - "mapping": { "0": "#forge:ores/basaltic_mineral_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Smelts into: Cast Iron$(br)Formula: (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)" - }, - { - "type": "patchouli:multiblock", - "name": "Granitic Mineral Sand", - "multiblock": - { - "mapping": { "0": "#forge:ores/granitic_mineral_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Smelts into: Cast Iron$(br)Formula: (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))" - }, - { - "type": "patchouli:multiblock", - "name": "Fuller's Earth", - "multiblock": - { - "mapping": { "0": "#forge:ores/fullers_earth" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium$(br)Formula: MgSi₄H(H₂O)₄O₁₁" - }, - { - "type": "patchouli:multiblock", - "name": "Gypsum", - "multiblock": - { - "mapping": { "0": "#forge:ores/gypsum" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Used for: Alabaster (dyeable) bricks$(br)Formula: CaS(H₂O)₂O₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_bauxite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_bauxite.json deleted file mode 100644 index 47906ed69..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_bauxite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Bauxite & Ilmenite", - "icon": "gtceu:raw_bauxite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 185$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 40$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Bauxite, Ilmenite, Aluminium, Rutile" - }, - { - "type": "patchouli:multiblock", - "name": "Bauxite", - "multiblock": - { - "mapping": { "0": "#forge:ores/bauxite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Aluminium", - "multiblock": - { - "mapping": { "0": "#forge:ores/aluminium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium$(br)Formula: Al" - }, - { - "type": "patchouli:multiblock", - "name": "Ilmenite", - "multiblock": - { - "mapping": { "0": "#forge:ores/ilmenite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: Titanium$(br)Formula: FeTiO₃" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_beryllium.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_beryllium.json deleted file mode 100644 index f2bbc297c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_beryllium.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Emerald & Beryllium", - "icon": "minecraft:emerald", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 180$(br)Density: 0.35$(br)Type: Pipe Vein$(br)Y: -32 - 50$(br)Height: 60$(br)Radius: 10$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Beryllium, Emerald, Thorium" - }, - { - "type": "patchouli:multiblock", - "name": "Beryllium", - "multiblock": - { - "mapping": { "0": "#forge:ores/beryllium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Used for: Ender Pearls$(br)Formula: Be$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Emerald", - "multiblock": - { - "mapping": { "0": "#forge:ores/emerald" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Used for: MV components, Item tag filters$(br)Formula: Be₃Al₂Si₆O₁₈" - }, - { - "type": "patchouli:multiblock", - "name": "Thorium", - "multiblock": - { - "mapping": { "0": "#forge:ores/thorium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Used for: Nothing!$(br)Formula: Th" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_bismuth.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_bismuth.json deleted file mode 100644 index 051c7bba5..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_bismuth.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Bismuth (Normal)", - "icon": "gtceu:raw_bismuth", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Granite, Diorite, Gabbro, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Bismuthinite$(br2)Only used for Bismuth Bronze." - }, - { - "type": "patchouli:multiblock", - "name": "Bismuth", - "multiblock": - { - "mapping": { "0": "#forge:ores/bismuth" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 80%$(br)Melts into: Bismuth$(br)Formula: Bi" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 9%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Lead", - "multiblock": - { - "mapping": { "0": "#forge:ores/lead" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 11%$(br)Smelts into: Lead$(br)Formula: Pb$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_cassiterite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_cassiterite.json deleted file mode 100644 index cbbbe8087..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_cassiterite.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cassiterite (Normal)", - "icon": "gtceu:raw_cassiterite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Cassiterite" - }, - { - "type": "patchouli:multiblock", - "name": "Cassiterite", - "multiblock": - { - "mapping": { "0": "#forge:ores/cassiterite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Melts into: Tin$(br)Formula: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Tin", - "multiblock": - { - "mapping": { "0": "#forge:ores/tin" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 60%$(br)Melts into: Tin$(br)Formula: Sn" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_coal.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_coal.json deleted file mode 100644 index 881eb7e2c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_coal.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "Coal", - "icon": "minecraft:coal", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 215$(br)Density: 0.55$(br)Type: Cluster Vein$(br)Y: 0 - 210$(br)Size: 60$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Coal" - }, - { - "type": "patchouli:multiblock", - "name": "Coal", - "multiblock": - { - "mapping": { "0": "#forge:ores/coal" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 100%$(br)Used for: Forge fuel, Distillation$(br)Formula: C" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_copper.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_copper.json deleted file mode 100644 index 304c7e04f..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_copper.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Copper & Chalcopyrite", - "icon": "minecraft:raw_copper", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Native Copper" - }, - { - "type": "patchouli:multiblock", - "name": "Copper", - "multiblock": - { - "mapping": { "0": "#forge:ores/copper" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 65%$(br)Melts into: Copper$(br)Formula: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Chalcopyrite", - "multiblock": - { - "mapping": { "0": "#forge:ores/chalcopyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Copper$(br)Formula: CuFeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Iron", - "multiblock": - { - "mapping": { "0": "#forge:ores/iron" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrite", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Melts into: Cast Iron$(br)Formula: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_garnet_tin.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_garnet_tin.json deleted file mode 100644 index f644bc4cb..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_garnet_tin.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Garnet & Cassiterite Sands", - "icon": "gtceu:raw_garnet_sand", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 360$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -40 - 64$(br)Size: 40$(br2)Stone types: All$(br2)Indicator: Cassiterite" - }, - { - "type": "patchouli:multiblock", - "name": "Cassiterite Sand", - "multiblock": - { - "mapping": { "0": "#forge:ores/cassiterite_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Melts into: Tin$(br)Formula: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Garnet Sand", - "multiblock": - { - "mapping": { "0": "#forge:ores/garnet_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Almandine, Andradite, Grossular, Pyrope, Spessartine, Uvarovite" - }, - { - "type": "patchouli:multiblock", - "name": "Asbestos", - "multiblock": - { - "mapping": { "0": "#forge:ores/asbestos" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium, Lung cancer$(br)Formula: Mg₃Si₂H₄O₉$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Diatomite", - "multiblock": - { - "mapping": { "0": "#forge:ores/diatomite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Iron, Aluminium$(br)Formula: (SiO₂)₈(Fe₂O₃)(Al₂O₃)" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_garnierite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_garnierite.json deleted file mode 100644 index eea947011..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_garnierite.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Garnierite & Cobaltite", - "icon": "gtceu:raw_garnierite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 140$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 40$(br2)Stone types: Gabbro$(br2)Indicator: Garnierite" - }, - { - "type": "patchouli:multiblock", - "name": "Garnierite", - "multiblock": - { - "mapping": { "0": "#forge:ores/garnierite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Melts into: Nickel$(br)Formula: NiO" - }, - { - "type": "patchouli:multiblock", - "name": "Nickel", - "multiblock": - { - "mapping": { "0": "#forge:ores/nickel" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Melts into: Nickel$(br)Formula: Ni" - }, - { - "type": "patchouli:multiblock", - "name": "Cobaltite", - "multiblock": - { - "mapping": { "0": "#forge:ores/cobaltite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Cobalt, Arsenic$(br)Formula: CoAsS$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Pentlandite", - "multiblock": - { - "mapping": { "0": "#forge:ores/pentlandite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Smelts into: Nickel$(br)Formula: Ni₉S₈" - }, - { - "type": "patchouli:multiblock", - "name": "Cobalt", - "multiblock": - { - "mapping": { "0": "#forge:ores/cobalt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Smelts into: Cobalt$(br)Formula: Co" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_gold.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_gold.json deleted file mode 100644 index 86014608c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_gold.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Gold, Limonite, & Hematite", - "icon": "minecraft:raw_gold", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Disc Vein$(br)Y: -32 - 60$(br)Size: 40$(br)Height: 12$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Limonite, Hematite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Melts into: Gold$(br)Formula: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_graphite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_graphite.json deleted file mode 100644 index 0c50e503c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_graphite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Graphite & Diamond", - "icon": "minecraft:diamond", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 175$(br)Density: 0.35$(br)Type: Pipe Vein$(br)Y: -64 - 100$(br)Height: 60$(br)Radius: 12$(br2)Stone types: Gabbro$(br2)Indicator: Diamond, Graphite, Coal$(br2)Can't find it? Gabbro always spawns below $(thing)Basalt$(), and Gabbro dikes in oceans can be useful too!" - }, - { - "type": "patchouli:multiblock", - "name": "Graphite", - "multiblock": - { - "mapping": { "0": "#forge:ores/graphite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Used for: $(l:mechanics/fire_clay)Fire Clay$(), Graphene$(br)Formula: C" - }, - { - "type": "patchouli:multiblock", - "name": "Diamond", - "multiblock": - { - "mapping": { "0": "#forge:ores/diamond" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Used for: Macerators, AE2$(br)Formula: C" - }, - { - "type": "patchouli:multiblock", - "name": "Coal", - "multiblock": - { - "mapping": { "0": "#forge:ores/coal" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Used for: Forge fuel, Distillation$(br)Formula: C" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_hematite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_hematite.json deleted file mode 100644 index 94d6e0285..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_hematite.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Hematite & Limonite", - "icon": "gtceu:raw_hematite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 210$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Hematite, Limonite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Gold$(br)Formula: Au" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_lapis.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_lapis.json deleted file mode 100644 index c206a6786..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_lapis.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Lapis, Lazurite, & Sodalite", - "icon": "minecraft:lapis_lazuli", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -60 - 10$(br)Size: 50$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Lazurite, Sodalite, Lapis, Calcite$(br2)Mostly used for fluid filters." - }, - { - "type": "patchouli:multiblock", - "name": "Lazurite", - "multiblock": - { - "mapping": { "0": "#forge:ores/lazurite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium, Calcium, Sodium$(br)Formula: Al₆Si₆Ca₈Na₈" - }, - { - "type": "patchouli:multiblock", - "name": "Sodalite", - "multiblock": - { - "mapping": { "0": "#forge:ores/sodalite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium, Sodium$(br)Formula: Al₃Si₃Na₄Cl" - }, - { - "type": "patchouli:multiblock", - "name": "Calcite", - "multiblock": - { - "mapping": { "0": "#forge:ores/calcite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Calcium$(br)Formula: CaCO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Lapis", - "multiblock": - { - "mapping": { "0": "#forge:ores/lapis" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Lazurite, Sodalite, Pyrite, Calcite" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_limonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_limonite.json deleted file mode 100644 index 9ef074f35..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_limonite.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Limonite", - "icon": "gtceu:raw_yellow_limonite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 190$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Marble, Limestone$(br2)Indicator: Limonite, Hematite, Malachite" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Malachite", - "multiblock": - { - "mapping": { "0": "#forge:ores/malachite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Copper$(br)Formula: Cu₂CH₂O₅" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_lubricant.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_lubricant.json deleted file mode 100644 index ba387d560..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_lubricant.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Soapstone, Talc, & Trona", - "icon": "gtceu:raw_soapstone", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 190$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -40 - 56$(br)Size: 36$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Soapstone, Talc, Glauconite Sand, Pentlandite, Trona" - }, - { - "type": "patchouli:multiblock", - "name": "Soapstone", - "multiblock": - { - "mapping": { "0": "#forge:ores/soapstone" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: Magnesium$(br)Formula: Mg₃Si₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Talc", - "multiblock": - { - "mapping": { "0": "#forge:ores/talc" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Magnesium$(br)Formula: Mg₃Si₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Glauconite Sand", - "multiblock": - { - "mapping": { "0": "#forge:ores/glauconite_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium, Aluminium$(br)Formula: KMg₂Al₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Pentlandite", - "multiblock": - { - "mapping": { "0": "#forge:ores/pentlandite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Smelts into: Nickel$(br)Formula: Ni₉S₈" - }, - { - "type": "patchouli:multiblock", - "name": "Trona", - "multiblock": - { - "mapping": { "0": "#forge:ores/trona" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Formula: Na₃C₂H(H₂O)₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_magnetite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_magnetite.json deleted file mode 100644 index a4590d621..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_magnetite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Magnetite & Vanadium", - "icon": "gtceu:raw_magnetite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 200$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Magnetite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Magnetite", - "multiblock": - { - "mapping": { "0": "#forge:ores/magnetite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 65%$(br)Melts into: Cast Iron$(br)Formula: Fe₃O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Vanadium Magnetite", - "multiblock": - { - "mapping": { "0": "#forge:ores/vanadium_magnetite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Iron, Vanadium$(br)Formula: (Fe₃O₄)V" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Melts into: Gold$(br)Formula: Au" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_manganese.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_manganese.json deleted file mode 100644 index 09181fb78..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_manganese.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Manganese & Tantalum", - "icon": "gtceu:raw_grossular", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 195$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Grossular, Spessartine, Pyrolusite, Tantalite" - }, - { - "type": "patchouli:multiblock", - "name": "Grossular", - "multiblock": - { - "mapping": { "0": "#forge:ores/grossular" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: Calcium, Aluminium$(br)Formula: Ca₃Al₂Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Spessartine", - "multiblock": - { - "mapping": { "0": "#forge:ores/spessartine" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Manganese, Aluminium$(br)Formula: Al₂Mn₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrolusite", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrolusite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Smelts into: Manganese$(br)Formula: MnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Tantalite", - "multiblock": - { - "mapping": { "0": "#forge:ores/tantalite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Source of: Manganese, Tantalum$(br)Formula: MnTa₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_mica.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_mica.json deleted file mode 100644 index 9b8bcc739..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_mica.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Kyanite, Mica, & Bauxite", - "icon": "gtceu:raw_mica", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 190$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 0 - 210$(br)Size: 36$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Kyanite, Mica, Bauxite, Pollucite" - }, - { - "type": "patchouli:multiblock", - "name": "Kyanite", - "multiblock": - { - "mapping": { "0": "#forge:ores/kyanite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium$(br)Formula: Al₂SiO₅" - }, - { - "type": "patchouli:multiblock", - "name": "Mica", - "multiblock": - { - "mapping": { "0": "#forge:ores/mica" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Potassium, Aluminium, Fluorine$(br)Formula: KAl₃Si₃F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Bauxite", - "multiblock": - { - "mapping": { "0": "#forge:ores/bauxite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Pollucite", - "multiblock": - { - "mapping": { "0": "#forge:ores/pollucite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Aluminium$(br)Formula: Cs₂Al₂Si₄(H₂O)₂O₁₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_monazite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_monazite.json deleted file mode 100644 index a60f17681..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_monazite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Bastnasite & Monazite", - "icon": "gtceu:monazite_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 185$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -32 - 50$(br)Size: 40$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Bastnasite, Monazite, Neodymium" - }, - { - "type": "patchouli:multiblock", - "name": "Bastnasite", - "multiblock": - { - "mapping": { "0": "#forge:ores/bastnasite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Source of: Cerium, Fluorine$(br)Formula: CeCFO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Monazite", - "multiblock": - { - "mapping": { "0": "#forge:ores/monazite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Phosphorous, Rare Earth$(br)Formula: ?(PO₄)" - }, - { - "type": "patchouli:multiblock", - "name": "Neodymium", - "multiblock": - { - "mapping": { "0": "#forge:ores/neodymium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Formula: Nd" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_oilsands.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_oilsands.json deleted file mode 100644 index d2347422b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_oilsands.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "Oilsands", - "icon": "gtceu:raw_oilsands", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 185$(br)Density: 0.20$(br)Type: Cluster Vein$(br)Y: 0 - 70$(br)Size: 55$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Oilsands$(br2)Used as an early combustion fuel." - }, - { - "type": "patchouli:multiblock", - "name": "Oilsands", - "multiblock": - { - "mapping": { "0": "#forge:ores/oilsands" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 100%$(br)Source of: Freedom 🛢🦅🗽" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_olivine.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_olivine.json deleted file mode 100644 index f9066eb7e..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_olivine.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Bentonite & Olivine", - "icon": "gtceu:olivine_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 180$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -40 - 30$(br)Size: 26$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Bentonite, Magnesite, Olivine, Glauconite Sand" - }, - { - "type": "patchouli:multiblock", - "name": "Bentonite", - "multiblock": - { - "mapping": { "0": "#forge:ores/bentonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Magnesium$(br)Formula: NaMg₆Si₁₂H₄(H₂O)₅O₃₆" - }, - { - "type": "patchouli:multiblock", - "name": "Magnesite", - "multiblock": - { - "mapping": { "0": "#forge:ores/magnesite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium$(br)Formula: MgCO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Olivine", - "multiblock": - { - "mapping": { "0": "#forge:ores/olivine" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium$(br)Formula: Mg₂Fe(SiO₂)₂" - }, - { - "type": "patchouli:multiblock", - "name": "Glauconite Sand", - "multiblock": - { - "mapping": { "0": "#forge:ores/glauconite_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Magnesium, Aluminium$(br)Formula: KMg₂Al₄H₂O₁₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_quartz.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_quartz.json deleted file mode 100644 index 144c7687c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_quartz.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Quartzes", - "icon": "minecraft:quartz", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 150$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 100$(br)Size: 40$(br2)Stone types: Shale, Quartzite, Schist, Gneiss$(br2)Indicator: Certus Quartz, Nether Quartz, and Quartzite Buds" - }, - { - "type": "patchouli:multiblock", - "name": "Quartzite", - "multiblock": - { - "mapping": { "0": "#forge:ores/quartzite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Formula: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Certus Quartz", - "multiblock": - { - "mapping": { "0": "#forge:ores/certus_quartz" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Used for: Applied Energistics 2$(br)Formula: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Nether Quartz", - "multiblock": - { - "mapping": { "0": "#forge:ores/nether_quartz" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Used for: Applied Energistics 2$(br)Formula: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Barite", - "multiblock": - { - "mapping": { "0": "#forge:ores/barite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Barium$(br)Formula: BaSO₂" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_redstone.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_redstone.json deleted file mode 100644 index 7e7b90dcd..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_redstone.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Redstone, Cinnabar, & Ruby", - "icon": "minecraft:redstone", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 160$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 100$(br)Size: 40$(br2)Stone types: Granite$(br2)Indicator: Redstone, Ruby, Cinnabar$(br2)Can't find it? Try looking in oceans, the Redstone glows!" - }, - { - "type": "patchouli:multiblock", - "name": "Redstone", - "multiblock": - { - "mapping": { "0": "#forge:ores/redstone" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Melts into: Redstone$(br)Formula: Si(FeS₂)₅(CrAl₂O₃)Hg₃" - }, - { - "type": "patchouli:multiblock", - "name": "Ruby", - "multiblock": - { - "mapping": { "0": "#forge:ores/ruby" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium, Chromium$(br)Formula: CrAl₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Cinnabar", - "multiblock": - { - "mapping": { "0": "#forge:ores/cinnabar" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Mercury$(br)Formula: HgS$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_salt.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_salt.json deleted file mode 100644 index db640427b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_salt.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Salts & Borax", - "icon": "tfc:powder/salt", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 175$(br)Density: 0.4$(br)Type: Disc Vein$(br)Y: 30 - 70$(br)Size: 40$(br)Height: 4$(br2)Stone types: Shale, Claystone, Limestone$(br2)Indicator: Salt lick, Rock salt, Lepidolite, Borax" - }, - { - "type": "patchouli:multiblock", - "name": "Rock Salt", - "multiblock": - { - "mapping": { "0": "#forge:ores/rock_salt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Source of: Potassium, Chlorine$(br)Formula: KCl" - }, - { - "type": "patchouli:multiblock", - "name": "Salt", - "multiblock": - { - "mapping": { "0": "#forge:ores/salt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: High blood pressure$(br)Formula: NaCl" - }, - { - "type": "patchouli:multiblock", - "name": "Lepidolite", - "multiblock": - { - "mapping": { "0": "#forge:ores/lepidolite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Potassium, Lithium, Aluminium, Fluorine$(br)Formula: KLi₃Al₄F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Borax", - "multiblock": - { - "mapping": { "0": "#forge:ores/borax" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Boron$(br)Formula: Na₂B₄(H₂O)₁₀O₇" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_saltpeter.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_saltpeter.json deleted file mode 100644 index 4776bbf74..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_saltpeter.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Saltpeter & Electrotine", - "icon": "gtceu:raw_saltpeter", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 210$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 50$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Saltpeter, Diatomite, Electrotine, Alunite" - }, - { - "type": "patchouli:multiblock", - "name": "Saltpeter", - "multiblock": - { - "mapping": { "0": "#forge:ores/saltpeter" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Potassium$(br)Formula: KNO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Diatomite", - "multiblock": - { - "mapping": { "0": "#forge:ores/diatomite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Iron, Aluminium$(br)Formula: (SiO₂)₈(Fe₂O₃)(Al₂O₃)" - }, - { - "type": "patchouli:multiblock", - "name": "Electrotine", - "multiblock": - { - "mapping": { "0": "#forge:ores/electrotine" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Gold, Silver, Redstone$(br)Formula: (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)" - }, - { - "type": "patchouli:multiblock", - "name": "Alunite", - "multiblock": - { - "mapping": { "0": "#forge:ores/alunite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Potassium, Aluminium$(br)Formula: KAl₃Si₂H₆O₁₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_silver.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_silver.json deleted file mode 100644 index 0beca1f10..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_silver.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Silver, Galena, & Lead", - "icon": "gtceu:raw_silver", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 160$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Granite, Gneiss$(br2)Indicator: Native Silver" - }, - { - "type": "patchouli:multiblock", - "name": "Galena", - "multiblock": - { - "mapping": { "0": "#forge:ores/galena" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Smelts into: Lead$(br)Formula: PbS$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Silver", - "multiblock": - { - "mapping": { "0": "#forge:ores/silver" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Silver$(br)Formula: Ag" - }, - { - "type": "patchouli:multiblock", - "name": "Lead", - "multiblock": - { - "mapping": { "0": "#forge:ores/lead" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Smelts into: Lead$(br)Formula: Pb$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_sphalerite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_sphalerite.json deleted file mode 100644 index 0b52d9932..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_sphalerite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Sphalerite & Pyrite", - "icon": "gtceu:raw_sphalerite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Sphalerite" - }, - { - "type": "patchouli:multiblock", - "name": "Sphalerite", - "multiblock": - { - "mapping": { "0": "#forge:ores/sphalerite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Melts into: Zinc$(br)Formula: ZnS" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrite", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Melts into: Cast Iron$(br)Formula: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_spodumene.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_spodumene.json deleted file mode 100644 index 15179ab4d..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_spodumene.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Spodumene & Lepidolite", - "icon": "gtceu:raw_spodumene", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 180$(br)Density: 0.375$(br)Type: Disc Vein$(br)Y: 20 - 60$(br)Size: 35$(br)Height: 6$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Salt lick, Rock salt, Lepidolite, Spodumene" - }, - { - "type": "patchouli:multiblock", - "name": "Rock Salt", - "multiblock": - { - "mapping": { "0": "#forge:ores/rock_salt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Potassium, Chlorine$(br)Formula: KCl" - }, - { - "type": "patchouli:multiblock", - "name": "Salt", - "multiblock": - { - "mapping": { "0": "#forge:ores/salt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: High blood pressure$(br)Formula: NaCl" - }, - { - "type": "patchouli:multiblock", - "name": "Lepidolite", - "multiblock": - { - "mapping": { "0": "#forge:ores/lepidolite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Potassium, Lithium, Aluminium, Fluorine$(br)Formula: KLi₃Al₄F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Spodumene", - "multiblock": - { - "mapping": { "0": "#forge:ores/spodumene" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Lithium, Aluminium$(br)Formula: LiAlSi₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_sulfur.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_sulfur.json deleted file mode 100644 index 827392484..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_sulfur.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Sulfur & Pyrite", - "icon": "gtceu:raw_sulfur", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 165$(br)Density: 0.2$(br)Type: Cluster Vein$(br)Y: 0 - 210$(br)Size: 45$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Sulfur, Pyrite, Sphalerite" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrite", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Melts into: Cast Iron$(br)Formula: FeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Sphalerite", - "multiblock": - { - "mapping": { "0": "#forge:ores/sphalerite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Zinc$(br)Formula: ZnS" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_tetrahedrite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_tetrahedrite.json deleted file mode 100644 index a525b3be4..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_tetrahedrite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Tetrahedrite (Normal)", - "icon": "gtceu:raw_tetrahedrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Tetrahedrite, Native Copper" - }, - { - "type": "patchouli:multiblock", - "name": "Tetrahedrite", - "multiblock": - { - "mapping": { "0": "#forge:ores/tetrahedrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Melts into: Copper$(br)Formula: Cu₃SbS₃Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Native Copper", - "multiblock": - { - "mapping": { "0": "#forge:ores/copper" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Melts into: Copper$(br)Formula: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Stibnite", - "multiblock": - { - "mapping": { "0": "#forge:ores/stibnite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Smelts into: Antimony$(br)Formula: Sb₂S₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_bismuth.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_bismuth.json deleted file mode 100644 index 2be98e09e..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_bismuth.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Bismuth (Surface)", - "icon": "gtceu:poor_raw_bismuth", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 140$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Granite, Diorite, Gabbro, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Bismuthinite$(br)Only used for Bismuth Bronze." - }, - { - "type": "patchouli:multiblock", - "name": "Bismuth", - "multiblock": - { - "mapping": { "0": "#forge:ores/bismuth" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 90%$(br)Melts into: Bismuth$(br)Formula: Bi" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 3%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Lead", - "multiblock": - { - "mapping": { "0": "#forge:ores/lead" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 7%$(br)Smelts into: Lead$(br)Formula: Pb$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_cassiterite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_cassiterite.json deleted file mode 100644 index 1578a4734..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_cassiterite.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cassiterite (Surface)", - "icon": "gtceu:poor_raw_cassiterite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 135$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Cassiterite" - }, - { - "type": "patchouli:multiblock", - "name": "Cassiterite", - "multiblock": - { - "mapping": { "0": "#forge:ores/cassiterite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 60%$(br)Melts into: Tin$(br)Formula: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Tin", - "multiblock": - { - "mapping": { "0": "#forge:ores/tin" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Melts into: Tin$(br)Formula: Sn" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_copper.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_copper.json deleted file mode 100644 index b1b80768a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_copper.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "Chalcopyrite & Realgar", - "icon": "gtceu:raw_chalcopyrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 140$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 30 - 210$(br)Size: 50$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Native Copper, Cassiterite, Realgar" - }, - { - "type": "patchouli:multiblock", - "name": "Chalcopyrite", - "multiblock": - { - "mapping": { "0": "#forge:ores/chalcopyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Melts into: Copper$(br)Formula: CuFeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Zeolite", - "multiblock": - { - "mapping": { "0": "#forge:ores/zeolite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Aluminium, Oxygen$(br)Formula: NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂" - }, - { - "type": "patchouli:multiblock", - "name": "Cassiterite", - "multiblock": - { - "mapping": { "0": "#forge:ores/cassiterite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Tin$(br)Formula: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Realgar", - "multiblock": - { - "mapping": { "0": "#forge:ores/realgar" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Arsenic$(br)Formula: As₄S₄$(br)Hazardous: Yes" - }, - { - "type": "patchouli:text", - "text": "If you're having trouble finding Realgar, another source of Arsenic is $(l:tfg_ores/normal_garnierite)Cobaltite$(), although it will require an $(thing)Electric Blast Furnace$() to process." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_sphalerite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_sphalerite.json deleted file mode 100644 index dd3306166..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_sphalerite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Sphalerite & Sulfur", - "icon": "gtceu:poor_raw_sphalerite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 145$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Sphalerite" - }, - { - "type": "patchouli:multiblock", - "name": "Sphalerite", - "multiblock": - { - "mapping": { "0": "#forge:ores/sphalerite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Melts into: Zinc$(br)Formula: ZnS" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrite", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_tetrahedrite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_tetrahedrite.json deleted file mode 100644 index 2b7cbd0e3..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_tetrahedrite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Tetrahedrite (Surface)", - "icon": "gtceu:poor_raw_tetrahedrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 140$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Tetrahedrite, Native Copper" - }, - { - "type": "patchouli:multiblock", - "name": "Tetrahedrite", - "multiblock": - { - "mapping": { "0": "#forge:ores/tetrahedrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 60%$(br)Melts into: Copper$(br)Formula: Cu₃SbS₃Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Native Copper", - "multiblock": - { - "mapping": { "0": "#forge:ores/copper" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Copper$(br)Formula: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Stibnite", - "multiblock": - { - "mapping": { "0": "#forge:ores/stibnite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Smelts into: Antimony$(br)Formula: Sb₂S₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/mechanics/fire_clay.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/mechanics/fire_clay.json index 714e36bd9..781bb6423 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/mechanics/fire_clay.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/mechanics/fire_clay.json @@ -11,12 +11,12 @@ { "type": "patchouli:crafting", "recipe": "tfc:crafting/fire_clay", - "text": "Fire clay is made from $(l:tfg_ores/normal_graphite)graphite$() powder, crushed in a $(l:mechanics/quern)quern$(), as well as $(l:tfg_ores/surface_kaolin#powder)kaolinite$() powder" + "text": "Fire clay is made from $(l:tfg_ores/earth_vein_index#normal_graphite)graphite$() powder, crushed in a $(l:mechanics/quern)quern$(), as well as $(l:tfg_ores/surface_kaolin#powder)kaolinite$() powder" }, { "type": "tfc:heat_recipe", "recipe": "tfc:heating/kaolin_clay", - "text": "Kaolinite powder is made by heating $(l:tfg_ores/surface_kaolin)Kaolin Clay$(). However, the process is not perfect, and only 20% of clay will form powder!" + "text": "Kaolinite powder is made by heating $(l:mechanics/surface_kaolin)Kaolin Clay$(). However, the process is not perfect, and only 20% of clay will form powder!" }, { "type": "tfc:knapping_recipe", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_garnet_amethyst.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_garnet_amethyst.json deleted file mode 100644 index 71feddb74..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_garnet_amethyst.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Amethyst & Garnet", - "icon": "minecraft:amethyst_shard", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 230$(br)Density: 0.25$(br)Type: Disc Vein$(br)Y: -64 - 26$(br)Size: 28$(br)Height: 8$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Amethyst Bud" - }, - { - "type": "patchouli:multiblock", - "name": "Amethyst", - "multiblock": { - "mapping": { - "0": "#forge:ores/amethyst" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 65%$(br)Source of: Iron$(br)Formula: (SiO₂)₄Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Opal", - "multiblock": { - "mapping": { - "0": "#forge:ores/opal" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Formula: (SiO₂)" - }, - { - "type": "patchouli:multiblock", - "name": "Red Garnet", - "multiblock": { - "mapping": { - "0": "#forge:ores/red_garnet" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Source of: Pyrope, Almandine, Spessartine" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Garnet", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_garnet" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Andradite, Grossular, Uvarovite" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_garnet_opal.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_garnet_opal.json deleted file mode 100644 index da9ffd5fe..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_garnet_opal.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Opal & Garnet", - "icon": "gtceu:opal_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.35$(br)Type: Disc Vein$(br)Y: -64 - 62$(br)Size: 26$(br)Height: 6$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Amethyst Bud" - }, - { - "type": "patchouli:multiblock", - "name": "Opal", - "multiblock": { - "mapping": { - "0": "#forge:ores/opal" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Formula: (SiO₂)" - }, - { - "type": "patchouli:multiblock", - "name": "Amethyst", - "multiblock": { - "mapping": { - "0": "#forge:ores/amethyst" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Iron$(br)Formula: (SiO₂)₄Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Red Garnet", - "multiblock": { - "mapping": { - "0": "#forge:ores/red_garnet" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Source of: Pyrope, Almandine, Spessartine" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Garnet", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_garnet" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Andradite, Grossular, Uvarovite" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_gold.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_gold.json deleted file mode 100644 index f50509c80..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_gold.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Gold (Deep)", - "icon": "gtceu:rich_raw_gold", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 260$(br)Density: 0.45$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 32$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Limonite, Hematite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 75%$(br)Melts into: Gold$(br)Formula: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_hematite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_hematite.json deleted file mode 100644 index e7cbb4150..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_hematite.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "Hematite, Goethite, & Ruby", - "icon": "gtceu:rich_raw_hematite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.35$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Hematite, Limonite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Gold$(br)Formula: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Ruby", - "multiblock": { - "mapping": { - "0": "#forge:ores/ruby" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Chromium, Aluminium$(br)Formula: CrAl₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_limonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_limonite.json deleted file mode 100644 index 3ebb4facd..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_limonite.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Goethite & Malachite", - "icon": "gtceu:rich_raw_goethite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 240$(br)Density: 0.35$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 32$(br2)Stone types: Marble, Limestone$(br2)Indicator: Limonite, Hematite, Malachite" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Malachite", - "multiblock": { - "mapping": { - "0": "#forge:ores/malachite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Copper$(br)Formula: Cu₂CH₂O₅" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_magnetite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_magnetite.json deleted file mode 100644 index c5b62293e..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_magnetite.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "Chromite & Magnetite", - "icon": "gtceu:rich_raw_chromite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 205$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 340$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Magnetite, Native Gold, Chromite, Sapphire" - }, - { - "type": "patchouli:multiblock", - "name": "Chromite", - "multiblock": { - "mapping": { - "0": "#forge:ores/chromite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 60%$(br)Source of: Chromium$(br)Formula: FeCr₂O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Magnetite", - "multiblock": { - "mapping": { - "0": "#forge:ores/magnetite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: Fe₃O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Vanadium Magnetite", - "multiblock": { - "mapping": { - "0": "#forge:ores/vanadium_magnetite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Iron, Vanadium$(br)Formula: (Fe₃O₄)V" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Gold$(br)Formula: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Sapphire", - "multiblock": { - "mapping": { - "0": "#forge:ores/sapphire" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_molybdenum.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_molybdenum.json deleted file mode 100644 index 4ef974430..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_molybdenum.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Wulfenite & Molybdenite", - "icon": "gtceu:rich_raw_wulfenite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 245$(br)Density: 0.45$(br)Type: Cluster Vein$(br)Y: -64 - 10$(br)Size: 26$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Wulfenite, Molybdenite, Molybdenum, Powellite" - }, - { - "type": "patchouli:multiblock", - "name": "Wulfenite", - "multiblock": { - "mapping": { - "0": "#forge:ores/wulfenite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Source of: Lead, Molybdenum$(br)Formula: PbMoO₄$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Molybdenite", - "multiblock": { - "mapping": { - "0": "#forge:ores/molybdenite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: Molybdenum$(br)Formula: MoS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Molybdenum", - "multiblock": { - "mapping": { - "0": "#forge:ores/molybdenum" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Molybdenum$(br)Formula: Mo" - }, - { - "type": "patchouli:multiblock", - "name": "Powellite", - "multiblock": { - "mapping": { - "0": "#forge:ores/powellite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Molybdenum$(br)Formula: CaMoO₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_naquadah.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_naquadah.json deleted file mode 100644 index e23b9ae43..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_naquadah.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Naquadah & Plutonium", - "icon": "gtceu:rich_raw_naquadah", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 310$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -64 - -20$(br)Size: 32$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Naquadah, Plutonium" - }, - { - "type": "patchouli:multiblock", - "name": "Naquadah", - "multiblock": { - "mapping": { - "0": "#forge:ores/naquadah" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 75%$(br)Source of: Stargatium$(br)Formula: Nq" - }, - { - "type": "patchouli:multiblock", - "name": "Plutonium", - "multiblock": { - "mapping": { - "0": "#forge:ores/plutonium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Plutonium$(br)Formula: Pu²³⁹$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_pitchblende.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_pitchblende.json deleted file mode 100644 index 4797f5974..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_pitchblende.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Uraninite & Pitchblende", - "icon": "gtceu:rich_raw_uraninite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.45$(br)Type: Cluster Vein$(br)Y: -64 - -20$(br)Size: 24$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Pitchblende, Uraninite$(br2)There's no fission reactors in TFG, but Uranium has other uses." - }, - { - "type": "patchouli:multiblock", - "name": "Uraninite", - "multiblock": { - "mapping": { - "0": "#forge:ores/uraninite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Source of: Uranium$(br)Formula: UO₂$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Pitchblende", - "multiblock": { - "mapping": { - "0": "#forge:ores/pitchblende" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Source of: Uranium$(br)Formula: (UO₂)₃ThPb$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_sapphire.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_sapphire.json deleted file mode 100644 index d5328d3eb..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_sapphire.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "name": "Sapphire & Almandine", - "icon": "gtceu:sapphire_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 180$(br)Density: 0.35$(br)Type: Disc Vein$(br)Y: -64 - 26$(br)Size: 28$(br)Height: 8$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Almandine, Pyrope, Sapphire, Green Sapphire$(br2)If you're looking for $(thing)Aluminium$(), find a $(l:tfg_ores/normal_bauxite)Bauxite$() vein instead.$(br)" - }, - { - "type": "patchouli:multiblock", - "name": "Almandine", - "anchor": "almandine", - "multiblock": { - "mapping": { - "0": "#forge:ores/almandine" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium, Iron$(br)Formula: Al₂Fe₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrope", - "anchor": "pyrope", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrope" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium, Magnesium$(br)Formula: Al₂Mg₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Sapphire", - "multiblock": { - "mapping": { - "0": "#forge:ores/sapphire" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Green Sapphire", - "multiblock": { - "mapping": { - "0": "#forge:ores/green_sapphire" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_scheelite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_scheelite.json deleted file mode 100644 index 5b3c021b2..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_scheelite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Scheelite & Tungstate", - "icon": "gtceu:rich_raw_scheelite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.35$(br)Type: Cluster Vein$(br)Y: -64 - 0$(br)Size: 28$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Scheelite, Tungstate, Lithium" - }, - { - "type": "patchouli:multiblock", - "name": "Scheelite", - "multiblock": { - "mapping": { - "0": "#forge:ores/cooperite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Source of: Tungsten$(br)Formula: Ca(WO₃)O" - }, - { - "type": "patchouli:multiblock", - "name": "Tungstate", - "multiblock": { - "mapping": { - "0": "#forge:ores/tungstate" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Tungsten, Lithium$(br)Formula: Li₂(WO₃)O" - }, - { - "type": "patchouli:multiblock", - "name": "Lithium", - "multiblock": { - "mapping": { - "0": "#forge:ores/lithium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Lithium$(br)Formula: Li" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_sheldonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_sheldonite.json deleted file mode 100644 index 773c8da7a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_sheldonite.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Sheldonite & Bornite", - "icon": "gtceu:rich_raw_platinum", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 300$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -64 - 0$(br)Size: 30$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Bornite, Cooperite, Platinum, Palladium" - }, - { - "type": "patchouli:multiblock", - "name": "Sheldonite", - "multiblock": { - "mapping": { - "0": "#forge:ores/cooperite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Platinum, Nickel, Palladium$(br)Formula: Pt₃NiSPd" - }, - { - "type": "patchouli:multiblock", - "name": "Platinum", - "multiblock": { - "mapping": { - "0": "#forge:ores/platinum" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Smelts into: Platinum$(br)Formula: Pt" - }, - { - "type": "patchouli:multiblock", - "name": "Palladium", - "multiblock": { - "mapping": { - "0": "#forge:ores/palladium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Palladium$(br)Formula: Pt" - }, - { - "type": "patchouli:multiblock", - "name": "Bornite", - "multiblock": { - "mapping": { - "0": "#forge:ores/bornite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Smelts into: Copper$(br)Formula: Cu₅FeS₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_topaz.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_topaz.json deleted file mode 100644 index b146d8dac..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_topaz.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Topaz & Chalcocite", - "icon": "gtceu:topaz_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 260$(br)Density: 0.3$(br)Type: Disc Vein$(br)Y: -64 - 26$(br)Size: 28$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Topaz, Blue Topaz, Chalcocite, Bornite" - }, - { - "type": "patchouli:multiblock", - "name": "Topaz", - "multiblock": { - "mapping": { - "0": "#forge:ores/topaz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium, Fluorine$(br)Formula: Al₂SiFH₂" - }, - { - "type": "patchouli:multiblock", - "name": "Blue Topaz", - "multiblock": { - "mapping": { - "0": "#forge:ores/blue_topaz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium, Fluorine$(br)Formula: Al₂SiF₂H₂O₆" - }, - { - "type": "patchouli:multiblock", - "name": "Chalcocite", - "multiblock": { - "mapping": { - "0": "#forge:ores/chalcocite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Smelts into: Copper$(br)Formula: Cu₂S" - }, - { - "type": "patchouli:multiblock", - "name": "Bornite", - "multiblock": { - "mapping": { - "0": "#forge:ores/bornite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Smelts into: Copper$(br)Formula: Cu₅FeS₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/hazards.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/hazards.json deleted file mode 100644 index f8caece51..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/hazards.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "name": "Dealing with Hazards", - "icon": "gtceu:hazmat_headpiece", - "category": "tfc:tfg_ores", - "priority": true, - "sortnum": 1, - "pages": [ - { - "type": "patchouli:text", - "text": "Some ores are hazardous! Having them in your inventory will deal continuous poison damage.$(br2)There's a full $(thing)hazmat suit$(), but that's all the way in $(thing)MV$(), so what can you do instead?$(br2)Here's some tips until TFG is able to update to a newer version of a GregTech that provides its own primitive protection equipment." - }, - { - "type": "patchouli:text", - "text": "Later, if you want to move hazardous materials around, you can take them out of small vessels and into chests and machines by $(thing)Right-clicking$() on the vessel. This way, it will never enter your inventory!$(br2)Lastly, if you don't enjoy hazards, you can turn them off in the GregTech options." - }, - { - "type": "patchouli:spotlight", - "title": "Rocks", - "item": { - "tag": "tfc:rock_knapping" - }, - "text": "The easiest way to prevent hazardous items from entering your inventory is to not pick them up at all.$(br)Filling your inventory with $(thing)Rocks$(), for example, will let you pick and choose which items you want to pick up, letting you deal with the hazardous ones all at once later." - }, - { - "type": "patchouli:spotlight", - "title": "Containers", - "text": "As mentioned, the hazardous materials only deal damage while they are in your $(thing)inventory$(), but that doesn't apply to other containers!$(br)Hazardous materials will not deal damage while they are in another container such as a $(l:mechanics/crankshaft)Backpack$() or $(l:getting_started/pottery#vessel)Vessel$().", - "item": "sophisticatedbackpacks:backpack,tfc:ceramic/vessel,tfc:ceramic/large_vessel" - }, - { - "type": "patchouli:spotlight", - "title": "Armor", - "text": "Better armor will reduce the damage taken from hazardous materials.", - "item": { - "tag": "minecraft:trimmable_armor" - } - }, - { - "type": "patchouli:spotlight", - "title": "Spring Water", - "item": "tfc:bucket/spring_water", - "text": "Standing in $(thing)Spring Water$() will provide a slow $(thing)Regeneration$() effect." - }, - { - "type": "patchouli:spotlight", - "title": "Aged Alcohol", - "text": "$(thing)Aged Alcohol$() will give potion buffs, some of which you might find useful.$(br2)You can drink them with a $(l:getting_started/pottery#jug)Jug$() or $(l:waterflasks/recipes)Flask$().", - "item": "tfcagedalcohol:bucket/aged_beer,tfcagedalcohol:bucket/aged_cider,tfcagedalcohol:bucket/aged_rum,tfcagedalcohol:bucket/aged_sake,tfcagedalcohol:bucket/aged_vodka,tfcagedalcohol:bucket/aged_whiskey,tfcagedalcohol:bucket/aged_corn_whiskey,tfcagedalcohol:bucket/aged_rye_whiskey" - }, - { - "type": "patchouli:text", - "text": "Aged Beer: Absorption II (20:00)$(br2)Aged Cider: Speed (5:20)$(br2)Aged Rum: Speed II (2:40)$(br2)Aged Sake: Resistance (5:20)$(br2)Aged Vodka: Resistance II (2:40)$(br2)Aged Corn Whiskey: Haste (5:20)$(br2)Aged Rye Whiskey: Haste (5:20)$(br2)Aged Whiskey: Haste II (2:40)" - }, - { - "type": "patchouli:spotlight", - "item": { - "tag": "tfc:foods" - }, - "title": "Nutrition", - "text": "Eating better foods with more $(l:getting_started/food_and_water#nutrients)nutrition$() will raise your maximum HP by a significant amount.$(br2)$(l:mechanics/pot#soup)Soups$(), $(l:mechanics/sandwiches)Sandwiches$(), and $(l:mechanics/salad)Salads$() are great for this." - }, - { - "type": "patchouli:spotlight", - "title": "Bed", - "item": { - "tag": "minecraft:beds" - }, - "text": "If all else fails, bringing along a bed to respawn is a good idea.$(br2)If you don't have access to $(thing)Wool$() or $(thing)String$(), you can also make a $(l:getting_started/a_place_to_sleep)Thatch Bed$()." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/index.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/index.json deleted file mode 100644 index f66c39d8c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/index.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "Ore Index", - "icon": "minecraft:diamond_pickaxe", - "category": "tfc:tfg_ores", - "priority": true, - "sortnum": 2, - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "This is a list of every ore in the world, sorted alphabetically, and then by richest to poorest vein type.$(br2)Almandine: $(l:tfg_ores/deep_sapphire)35%$()$(br)Aluminium: $(l:tfg_ores/normal_bauxite)25%$()$(br)Alunite: $(l:tfg_ores/normal_saltpeter)15%$()$(br)Amethyst: $(l:tfg_ores/deep_garnet_amethyst)65%$(), $(l:tfg_ores/deep_garnet_opal)25%$()$(br)Apatite: $(l:tfg_ores/normal_apatite)50%$()$(br)Asbestos: $(l:tfg_ores/normal_garnet_tin)25%$()$(br)Barite: $(l:tfg_ores/normal_quartz)15%$()$(br)Basaltic Mineral Sand: $(l:tfg_ores/normal_basaltic_sands)35%$()$(br)Bastnasite: $(l:tfg_ores/normal_monazite)50%$()" - }, - { - "type": "patchouli:text", - "text": "Bauxite: $(l:tfg_ores/normal_bauxite)45%$(), $(l:tfg_ores/normal_mica)25%$()$(br)Bentonite: $(l:tfg_ores/normal_olivine)35%$()$(br)Beryllium: $(l:tfg_ores/normal_beryllium)35%$()$(br)Bismuth: $(l:tfg_ores/surface_bismuth)90%$(), $(l:tfg_ores/normal_bismuth)80%$()$(br)Blue Topaz: $(l:tfg_ores/deep_topaz)35%$()$(br)Borax: $(l:tfg_ores/normal_salt)15%$()$(br)Bornite: $(l:tfg_ores/deep_sheldonite)35%$(), $(l:tfg_ores/deep_topaz)15%$()$(br)Calcite: $(l:tfg_ores/normal_lapis)15%$()$(br)Cassiterite: $(l:tfg_ores/surface_cassiterite)60%$(), $(l:tfg_ores/normal_cassiterite)40%$(), $(l:tfg_ores/surface_copper)5%$()$(br)Cassiterite Sand: $(l:tfg_ores/normal_garnet_tin)35%$()$(br)Certus Quartz: $(l:tfg_ores/normal_quartz)30%$()$(br)Chalcocite: $(l:tfg_ores/deep_topaz)25%$()$(br)Chalcopyrite: $(l:tfg_ores/surface_copper)55%$(), $(l:tfg_ores/normal_copper)20%$()$(br)Chromite: $(l:tfg_ores/deep_magnetite)60%$()$(br)Cinnabar: $(l:tfg_ores/normal_redstone)20%$()$(br)Coal: $(l:tfg_ores/normal_coal)100%$(), $(l:tfg_ores/normal_graphite)30%$()$(br)Cobalt: $(l:tfg_ores/normal_garnierite)15%$()" - }, - { - "type": "patchouli:text", - "text": "Cobaltite: $(l:tfg_ores/normal_garnierite)20%$()$(br)Copper: $(l:tfg_ores/normal_copper)65%$(), $(l:tfg_ores/normal_tetrahedrite)30%$(), $(l:tfg_ores/surface_tetrahedrite)20%$()$(br)Diamond: $(l:tfg_ores/normal_graphite)25%$()$(br)Diatomite: $(l:tfg_ores/normal_saltpeter)25%$(), $(l:tfg_ores/normal_garnet_tin)15%$()$(br)Electrotine: $(l:tfg_ores/normal_saltpeter)25%$()$(br)Emerald: $(l:tfg_ores/normal_beryllium)50%$()$(br)Fuller's Earth: $(l:tfg_ores/normal_basaltic_sands)25%$()$(br)Galena: $(l:tfg_ores/normal_silver)30%$()$(br)Garnet Sand: $(l:tfg_ores/normal_garnet_tin)25%$()$(br)Garnierite: $(l:tfg_ores/normal_garnierite)30%$()$(br)Glauconite Sand: $(l:tfg_ores/normal_lubricant)25%$(), $(l:tfg_ores/normal_olivine)15%$()$(br)Goethite: $(l:tfg_ores/deep_limonite)50%$(), $(l:tfg_ores/deep_hematite)25%$(), $(l:tfg_ores/normal_hematite)15%$(), $(l:tfg_ores/normal_limonite)15%$(), $(l:tfg_ores/normal_gold)5%$(), $(l:tfg_ores/deep_gold)5%$()$(br)Gold: $(l:tfg_ores/deep_gold)75%$(), $(l:tfg_ores/normal_gold)55%$(), $(l:tfg_ores/deep_magnetite)15%$(), $(l:tfg_ores/normal_magnetite)10%$(), $(l:tfg_ores/deep_hematite)5%$(), $(l:tfg_ores/normal_hematite)5%$()$(br)Granitic Mineral Sand: $(l:tfg_ores/normal_basaltic_sands)25%$()$(br)Graphite: $(l:tfg_ores/normal_graphite)45%$()$(br)Green Sapphire: $(l:tfg_ores/deep_sapphire)15%$()" - }, - { - "type": "patchouli:text", - "text": "Grossular: $(l:tfg_ores/normal_manganese)30%$()$(br)Gypsum: $(l:tfg_ores/normal_basaltic_sands)15%$()$(br)Hematite: $(l:tfg_ores/normal_hematite)50%$(), $(l:tfg_ores/deep_hematite)35%$(), $(l:tfg_ores/normal_gold)20%$(), $(l:tfg_ores/normal_limonite)20%$(), $(l:tfg_ores/deep_gold)15%$(), $(l:tfg_ores/deep_limonite)15%$()$(br)Ilmenite: $(l:tfg_ores/normal_bauxite)30%$()$(br)Iron: $(l:tfg_ores/normal_copper)5%$()$(br)Kaolinite: $(l:tfg_ores/surface_kaolin)20%$()$(br)Kyanite: $(l:tfg_ores/normal_mica)35%$()$(br)Lapis: $(l:tfg_ores/normal_lapis)25%$()$(br)Lazurite: $(l:tfg_ores/normal_lapis)35%$()$(br)Lead: $(l:tfg_ores/normal_silver)55%$(), $(l:tfg_ores/normal_bismuth)11%$(), $(l:tfg_ores/surface_bismuth)7%$()$(br)Lepidolite: $(l:tfg_ores/normal_salt)15%$(), $(l:tfg_ores/normal_spodumene)15%$()$(br)Lithium: $(l:tfg_ores/deep_scheelite)20%$()$(br)Magnesite: $(l:tfg_ores/normal_olivine)25%$()$(br)Magnetite: $(l:tfg_ores/normal_magnetite)65%$(), $(l:tfg_ores/deep_magnetite)5%$()$(br)Malachite: $(l:tfg_ores/deep_limonite)20%$(), $(l:tfg_ores/normal_limonite)15%$()$(br)Mica: $(l:tfg_ores/normal_mica)25%$()" - }, - { - "type": "patchouli:text", - "text": "Molybdenite: $(l:tfg_ores/deep_molybdenum)30%$()$(br)Molybdenum: $(l:tfg_ores/deep_molybdenum)15%$()$(br)Monazite: $(l:tfg_ores/normal_monazite)25%$()$(br)Naquadah: $(l:tfg_ores/deep_naquadah)75%$()$(br)Neodymium: $(l:tfg_ores/normal_monazite)25%$()$(br)Nether Quartz: $(l:tfg_ores/normal_quartz)10%$()$(br)Nickel: $(l:tfg_ores/normal_garnierite)10%$()$(br)Oilsands: $(l:tfg_ores/normal_oilsands)100%$()$(br)Olivine: $(l:tfg_ores/normal_olivine)25%$()$(br)Opal: $(l:tfg_ores/deep_garnet_opal)55%$(), $(l:tfg_ores/deep_garnet_amethyst)15%$()$(br)Palladium: $(l:tfg_ores/deep_sheldonite)15%$()$(br)Pentlandite: $(l:tfg_ores/normal_garnierite)25%$(), $(l:tfg_ores/normal_lubricant)15%$()$(br)Pitchblende: $(l:tfg_ores/deep_pitchblende)50%$()$(br)Platinum: $(l:tfg_ores/deep_sheldonite)25%$()$(br)Plutonium: $(l:tfg_ores/deep_naquadah)25%$()$(br)Pollucite: $(l:tfg_ores/normal_mica)15%$()$(br)Powellite: $(l:tfg_ores/deep_molybdenum)15%$()" - }, - { - "type": "patchouli:text", - "text": "Pyrite: $(l:tfg_ores/normal_sulfur)35%$(), $(l:tfg_ores/normal_sphalerite)25%$(), $(l:tfg_ores/normal_copper)10%$(), $(l:tfg_ores/surface_sphalerite)5%$()$(br)Pyrochlore: $(l:tfg_ores/normal_apatite)15%$()$(br)Pyrolusite: $(l:tfg_ores/normal_manganese)20%$()$(br)Pyrope: $(l:tfg_ores/deep_sapphire)25%$()$(br)Quartzite: $(l:tfg_ores/normal_quartz)45%$()$(br)Realgar: $(l:tfg_ores/surface_copper)15%$()$(br)Red Garnet: $(l:tfg_ores/deep_garnet_amethyst)5%$(), $(l:tfg_ores/deep_garnet_opal)5%$()$(br)Redstone: $(l:tfg_ores/normal_redstone)45%$()$(br)Rock Salt: $(l:tfg_ores/normal_salt)40%$(), $(l:tfg_ores/normal_spodumene)20%$()$(br)Ruby: $(l:tfg_ores/normal_redstone)35%$(), $(l:tfg_ores/deep_hematite)20%$()$(br)Salt: $(l:tfg_ores/normal_salt)30%$(), $(l:tfg_ores/normal_spodumene)30%$()$(br)Saltpeter: $(l:tfg_ores/normal_saltpeter)35%$()$(br)Sapphire: $(l:tfg_ores/deep_sapphire)15%$(), $(l:tfg_ores/deep_magnetite)5%$()$(br)Scheelite: $(l:tfg_ores/deep_scheelite)45%$()$(br)Sheldonite: $(l:tfg_ores/deep_sheldonite)25%$()$(br)Silver: $(l:tfg_ores/normal_silver)15%$()$(br)Soapstone: $(l:tfg_ores/normal_lubricant)30%$()" - }, - { - "type": "patchouli:text", - "text": "Sodalite: $(l:tfg_ores/normal_lapis)25%$()$(br)Spessartine: $(l:tfg_ores/normal_manganese)20%$()$(br)Sphalerite: $(l:tfg_ores/normal_sphalerite)40%$(), $(l:tfg_ores/surface_sphalerite)40%$(), $(l:tfg_ores/normal_sulfur)15%$()$(br)Spodumene: $(l:tfg_ores/normal_spodumene)35%$()$(br)Stibnite: $(l:tfg_ores/normal_tetrahedrite)20%$(), $(l:tfg_ores/surface_tetrahedrite)20%$()$(br)Sulfur: $(l:tfg_ores/surface_sphalerite)55%$(), $(l:tfg_ores/normal_sulfur)50%$(), $(l:tfg_ores/normal_sphalerite)35%$(), $(l:tfg_ores/normal_bismuth)9%$(), $(l:tfg_ores/surface_bismuth)3%$()$(br)Talc: $(l:tfg_ores/normal_lubricant)20%$()$(br)Tantalite: $(l:tfg_ores/normal_manganese)10%$()$(br)Tetrahedrite: $(l:tfg_ores/surface_tetrahedrite)60%$(), $(l:tfg_ores/normal_tetrahedrite)50%$()$(br)Thorium: $(l:tfg_ores/normal_beryllium)15%$()$(br)Tin: $(l:tfg_ores/normal_cassiterite)60%$(), $(l:tfg_ores/surface_cassiterite)40%$()$(br)Topaz: $(l:tfg_ores/deep_topaz)25%$()$(br)Tricalcium Phosphate: $(l:tfg_ores/normal_apatite)35%$()$(br)Trona: $(l:tfg_ores/normal_lubricant)10%$()$(br)Tungstate: $(l:tfg_ores/deep_scheelite)35%$()$(br)Uraninite: $(l:tfg_ores/deep_pitchblende)50%$()$(br)Vanadium Magnetite: $(l:tfg_ores/normal_magnetite)25%$(), $(l:tfg_ores/deep_magnetite)15%$()" - }, - { - "type": "patchouli:text", - "text": "Wulfenite: $(l:tfg_ores/deep_molybdenum)40%$()$(br)Yellow Garnet: $(l:tfg_ores/deep_garnet_amethyst)5%$(), $(l:tfg_ores/deep_garnet_opal)5%$()$(br)Yellow Limonite: $(l:tfg_ores/normal_limonite)50%$(), $(l:tfg_ores/normal_hematite)30%$(), $(l:tfg_ores/normal_gold)20%$(), $(l:tfg_ores/deep_limonite)15%$(), $(l:tfg_ores/deep_hematite)15%$(), $(l:tfg_ores/deep_gold)5%$()$(br)Zeolite: $(l:tfg_ores/surface_copper)15%$()" - } - ] -} - diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_apatite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_apatite.json deleted file mode 100644 index ae29f6b7a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_apatite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Apatite & Pyrochlore", - "icon": "gtceu:raw_apatite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 34$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Apatite, Tricalcium Phosphate, Pyrochlore" - }, - { - "type": "patchouli:multiblock", - "name": "Apatite", - "multiblock": { - "mapping": { - "0": "#forge:ores/apatite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Source of: Calcium, Phosphorus, Forestry PTSD$(br)Formula: Ca₅(PO₄)₃Cl" - }, - { - "type": "patchouli:multiblock", - "name": "Tricalcium Phosphate", - "multiblock": { - "mapping": { - "0": "#forge:ores/tricalcium_phosphate" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Calcium, Phosphorus$(br)Formula: Ca₃(PO₄)₂" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrochlore", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrochlore" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Niobium$(br)Formula: Ca₂Nb₂O₇" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_basaltic_sands.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_basaltic_sands.json deleted file mode 100644 index c40fc7801..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_basaltic_sands.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Mineral Sands", - "icon": "gtceu:raw_basaltic_mineral_sand", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 160$(br)Density: 0.3$(br)Type: Disc Vein$(br)Y: -32 - 60$(br)Size: 48$(br)Height: 9$(br2)Stone types: Granite, Basalt$(br2)Indicator: Basaltic & Granitic Mineral Sand, Fuller's Earth, Gypsum" - }, - { - "type": "patchouli:multiblock", - "name": "Basaltic Mineral Sand", - "multiblock": { - "mapping": { - "0": "#forge:ores/basaltic_mineral_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Smelts into: Cast Iron$(br)Formula: (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)" - }, - { - "type": "patchouli:multiblock", - "name": "Granitic Mineral Sand", - "multiblock": { - "mapping": { - "0": "#forge:ores/granitic_mineral_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Smelts into: Cast Iron$(br)Formula: (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))" - }, - { - "type": "patchouli:multiblock", - "name": "Fuller's Earth", - "multiblock": { - "mapping": { - "0": "#forge:ores/fullers_earth" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium$(br)Formula: MgSi₄H(H₂O)₄O₁₁" - }, - { - "type": "patchouli:multiblock", - "name": "Gypsum", - "multiblock": { - "mapping": { - "0": "#forge:ores/gypsum" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Used for: Alabaster (dyeable) bricks$(br)Formula: CaS(H₂O)₂O₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_bauxite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_bauxite.json deleted file mode 100644 index 95df4f78c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_bauxite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Bauxite & Ilmenite", - "icon": "gtceu:raw_bauxite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 185$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 40$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Bauxite, Ilmenite, Aluminium" - }, - { - "type": "patchouli:multiblock", - "name": "Bauxite", - "multiblock": { - "mapping": { - "0": "#forge:ores/bauxite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Aluminium", - "multiblock": { - "mapping": { - "0": "#forge:ores/aluminium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium$(br)Formula: Al" - }, - { - "type": "patchouli:multiblock", - "name": "Ilmenite", - "multiblock": { - "mapping": { - "0": "#forge:ores/ilmenite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: Titanium$(br)Formula: FeTiO₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_beryllium.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_beryllium.json deleted file mode 100644 index 196f19c23..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_beryllium.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Emerald & Beryllium", - "icon": "minecraft:emerald", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 180$(br)Density: 0.35$(br)Type: Pipe Vein$(br)Y: -32 - 50$(br)Height: 60$(br)Radius: 10$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Beryllium, Emerald, Thorium" - }, - { - "type": "patchouli:multiblock", - "name": "Beryllium", - "multiblock": { - "mapping": { - "0": "#forge:ores/beryllium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Used for: Ender Pearls$(br)Formula: Be$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Emerald", - "multiblock": { - "mapping": { - "0": "#forge:ores/emerald" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Used for: MV components, Item tag filters$(br)Formula: Be₃Al₂Si₆O₁₈" - }, - { - "type": "patchouli:multiblock", - "name": "Thorium", - "multiblock": { - "mapping": { - "0": "#forge:ores/thorium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Used for: Nothing!$(br)Formula: Th" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_bismuth.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_bismuth.json deleted file mode 100644 index 513802e51..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_bismuth.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Bismuth (Normal)", - "icon": "gtceu:raw_bismuth", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Granite, Diorite, Gabbro, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Bismuthinite$(br2)Only used for Bismuth Bronze." - }, - { - "type": "patchouli:multiblock", - "name": "Bismuth", - "multiblock": { - "mapping": { - "0": "#forge:ores/bismuth" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 80%$(br)Melts into: Bismuth$(br)Formula: Bi" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 9%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Lead", - "multiblock": { - "mapping": { - "0": "#forge:ores/lead" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 11%$(br)Smelts into: Lead$(br)Formula: Pb$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_cassiterite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_cassiterite.json deleted file mode 100644 index f6eac1048..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_cassiterite.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Cassiterite (Normal)", - "icon": "gtceu:raw_cassiterite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Cassiterite" - }, - { - "type": "patchouli:multiblock", - "name": "Cassiterite", - "multiblock": { - "mapping": { - "0": "#forge:ores/cassiterite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Melts into: Tin$(br)Formula: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Tin", - "multiblock": { - "mapping": { - "0": "#forge:ores/tin" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 60%$(br)Melts into: Tin$(br)Formula: Sn" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_coal.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_coal.json deleted file mode 100644 index ca04d421f..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_coal.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "Coal", - "icon": "minecraft:coal", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 215$(br)Density: 0.55$(br)Type: Cluster Vein$(br)Y: 0 - 210$(br)Size: 60$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Coal" - }, - { - "type": "patchouli:multiblock", - "name": "Coal", - "multiblock": { - "mapping": { - "0": "#forge:ores/coal" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 100%$(br)Used for: Forge fuel, Distillation$(br)Formula: C" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_copper.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_copper.json deleted file mode 100644 index 865e2ce3c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_copper.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Copper & Chalcopyrite", - "icon": "minecraft:raw_copper", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Native Copper" - }, - { - "type": "patchouli:multiblock", - "name": "Copper", - "multiblock": { - "mapping": { - "0": "#forge:ores/copper" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 65%$(br)Melts into: Copper$(br)Formula: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Chalcopyrite", - "multiblock": { - "mapping": { - "0": "#forge:ores/chalcopyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Copper$(br)Formula: CuFeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Iron", - "multiblock": { - "mapping": { - "0": "#forge:ores/iron" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrite", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Melts into: Cast Iron$(br)Formula: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_garnet_tin.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_garnet_tin.json deleted file mode 100644 index 11a96ff6c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_garnet_tin.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Garnet & Cassiterite Sands", - "icon": "gtceu:raw_garnet_sand", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 360$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -40 - 64$(br)Size: 40$(br2)Stone types: All$(br2)Indicator: Cassiterite" - }, - { - "type": "patchouli:multiblock", - "name": "Cassiterite Sand", - "multiblock": { - "mapping": { - "0": "#forge:ores/cassiterite_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Melts into: Tin$(br)Formula: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Garnet Sand", - "multiblock": { - "mapping": { - "0": "#forge:ores/garnet_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Almandine, Andradite, Grossular, Pyrope, Spessartine, Uvarovite" - }, - { - "type": "patchouli:multiblock", - "name": "Asbestos", - "multiblock": { - "mapping": { - "0": "#forge:ores/asbestos" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium, Lung cancer$(br)Formula: Mg₃Si₂H₄O₉$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Diatomite", - "multiblock": { - "mapping": { - "0": "#forge:ores/diatomite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Iron, Aluminium$(br)Formula: (SiO₂)₈(Fe₂O₃)(Al₂O₃)" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_garnierite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_garnierite.json deleted file mode 100644 index dc6ee56a2..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_garnierite.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "Garnierite & Cobaltite", - "icon": "gtceu:raw_garnierite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 140$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 40$(br2)Stone types: Gabbro$(br2)Indicator: Garnierite" - }, - { - "type": "patchouli:multiblock", - "name": "Garnierite", - "multiblock": { - "mapping": { - "0": "#forge:ores/garnierite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Melts into: Nickel$(br)Formula: NiO" - }, - { - "type": "patchouli:multiblock", - "name": "Nickel", - "multiblock": { - "mapping": { - "0": "#forge:ores/nickel" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Melts into: Nickel$(br)Formula: Ni" - }, - { - "type": "patchouli:multiblock", - "name": "Cobaltite", - "multiblock": { - "mapping": { - "0": "#forge:ores/cobaltite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Cobalt, Arsenic$(br)Formula: CoAsS$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Pentlandite", - "multiblock": { - "mapping": { - "0": "#forge:ores/pentlandite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Smelts into: Nickel$(br)Formula: Ni₉S₈" - }, - { - "type": "patchouli:multiblock", - "name": "Cobalt", - "multiblock": { - "mapping": { - "0": "#forge:ores/cobalt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Smelts into: Cobalt$(br)Formula: Co" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_gold.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_gold.json deleted file mode 100644 index 729e40325..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_gold.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Gold, Limonite, & Hematite", - "icon": "minecraft:raw_gold", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Disc Vein$(br)Y: -32 - 60$(br)Size: 40$(br)Height: 12$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Limonite, Hematite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Melts into: Gold$(br)Formula: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_graphite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_graphite.json deleted file mode 100644 index 6b9259169..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_graphite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Graphite & Diamond", - "icon": "minecraft:diamond", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 175$(br)Density: 0.35$(br)Type: Pipe Vein$(br)Y: -64 - 100$(br)Height: 60$(br)Radius: 12$(br2)Stone types: Gabbro$(br2)Indicator: Diamond, Graphite, Coal$(br2)Can't find it? Gabbro always spawns below $(thing)Basalt$(), and Gabbro dikes in oceans can be useful too!" - }, - { - "type": "patchouli:multiblock", - "name": "Graphite", - "multiblock": { - "mapping": { - "0": "#forge:ores/graphite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Used for: $(l:mechanics/fire_clay)Fire Clay$(), Graphene$(br)Formula: C" - }, - { - "type": "patchouli:multiblock", - "name": "Diamond", - "multiblock": { - "mapping": { - "0": "#forge:ores/diamond" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Used for: Macerators, AE2$(br)Formula: C" - }, - { - "type": "patchouli:multiblock", - "name": "Coal", - "multiblock": { - "mapping": { - "0": "#forge:ores/coal" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Used for: Forge fuel, Distillation$(br)Formula: C" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_hematite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_hematite.json deleted file mode 100644 index 78ab5ed11..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_hematite.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Hematite & Limonite", - "icon": "gtceu:raw_hematite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 210$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Hematite, Limonite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Gold$(br)Formula: Au" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_lapis.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_lapis.json deleted file mode 100644 index cfc88eccd..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_lapis.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Lapis, Lazurite, & Sodalite", - "icon": "minecraft:lapis_lazuli", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -60 - 10$(br)Size: 50$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Lazurite, Sodalite, Lapis, Calcite$(br2)Mostly used for fluid filters." - }, - { - "type": "patchouli:multiblock", - "name": "Lazurite", - "multiblock": { - "mapping": { - "0": "#forge:ores/lazurite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium, Calcium, Sodium$(br)Formula: Al₆Si₆Ca₈Na₈" - }, - { - "type": "patchouli:multiblock", - "name": "Sodalite", - "multiblock": { - "mapping": { - "0": "#forge:ores/sodalite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium, Sodium$(br)Formula: Al₃Si₃Na₄Cl" - }, - { - "type": "patchouli:multiblock", - "name": "Calcite", - "multiblock": { - "mapping": { - "0": "#forge:ores/calcite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Calcium$(br)Formula: CaCO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Lapis", - "multiblock": { - "mapping": { - "0": "#forge:ores/lapis" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Lazurite, Sodalite, Pyrite, Calcite" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_limonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_limonite.json deleted file mode 100644 index 0c2018fc2..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_limonite.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Limonite", - "icon": "gtceu:raw_yellow_limonite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 190$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Marble, Limestone$(br2)Indicator: Limonite, Hematite, Malachite" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Malachite", - "multiblock": { - "mapping": { - "0": "#forge:ores/malachite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Copper$(br)Formula: Cu₂CH₂O₅" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_lubricant.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_lubricant.json deleted file mode 100644 index 0f0dd1064..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_lubricant.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "Soapstone, Talc, & Trona", - "icon": "gtceu:raw_soapstone", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 190$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -40 - 56$(br)Size: 36$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Soapstone, Talc, Glauconite Sand, Pentlandite, Trona" - }, - { - "type": "patchouli:multiblock", - "name": "Soapstone", - "multiblock": { - "mapping": { - "0": "#forge:ores/soapstone" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: Magnesium$(br)Formula: Mg₃Si₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Talc", - "multiblock": { - "mapping": { - "0": "#forge:ores/talc" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Magnesium$(br)Formula: Mg₃Si₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Glauconite Sand", - "multiblock": { - "mapping": { - "0": "#forge:ores/glauconite_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium, Aluminium$(br)Formula: KMg₂Al₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Pentlandite", - "multiblock": { - "mapping": { - "0": "#forge:ores/pentlandite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Smelts into: Nickel$(br)Formula: Ni₉S₈" - }, - { - "type": "patchouli:multiblock", - "name": "Trona", - "multiblock": { - "mapping": { - "0": "#forge:ores/trona" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Formula: Na₃C₂H(H₂O)₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_magnetite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_magnetite.json deleted file mode 100644 index d3995a8af..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_magnetite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Magnetite & Vanadium", - "icon": "gtceu:raw_magnetite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 200$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Magnetite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Magnetite", - "multiblock": { - "mapping": { - "0": "#forge:ores/magnetite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 65%$(br)Melts into: Cast Iron$(br)Formula: Fe₃O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Vanadium Magnetite", - "multiblock": { - "mapping": { - "0": "#forge:ores/vanadium_magnetite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Iron, Vanadium$(br)Formula: (Fe₃O₄)V" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Melts into: Gold$(br)Formula: Au" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_manganese.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_manganese.json deleted file mode 100644 index 70ffb6d17..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_manganese.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Manganese & Tantalum", - "icon": "gtceu:raw_grossular", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 195$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Grossular, Spessartine, Pyrolusite, Tantalite" - }, - { - "type": "patchouli:multiblock", - "name": "Grossular", - "multiblock": { - "mapping": { - "0": "#forge:ores/grossular" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: Calcium, Aluminium$(br)Formula: Ca₃Al₂Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Spessartine", - "multiblock": { - "mapping": { - "0": "#forge:ores/spessartine" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Manganese, Aluminium$(br)Formula: Al₂Mn₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrolusite", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrolusite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Smelts into: Manganese$(br)Formula: MnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Tantalite", - "multiblock": { - "mapping": { - "0": "#forge:ores/tantalite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Source of: Manganese, Tantalum$(br)Formula: MnTa₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_mica.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_mica.json deleted file mode 100644 index 67afd9ec9..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_mica.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Kyanite, Mica, & Bauxite", - "icon": "gtceu:raw_mica", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 190$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 0 - 210$(br)Size: 36$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Kyanite, Mica, Bauxite, Pollucite" - }, - { - "type": "patchouli:multiblock", - "name": "Kyanite", - "multiblock": { - "mapping": { - "0": "#forge:ores/kyanite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium$(br)Formula: Al₂SiO₅" - }, - { - "type": "patchouli:multiblock", - "name": "Mica", - "multiblock": { - "mapping": { - "0": "#forge:ores/mica" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Potassium, Aluminium, Fluorine$(br)Formula: KAl₃Si₃F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Bauxite", - "multiblock": { - "mapping": { - "0": "#forge:ores/bauxite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Pollucite", - "multiblock": { - "mapping": { - "0": "#forge:ores/pollucite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Aluminium$(br)Formula: Cs₂Al₂Si₄(H₂O)₂O₁₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_monazite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_monazite.json deleted file mode 100644 index aa50494ab..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_monazite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Bastnasite & Monazite", - "icon": "gtceu:monazite_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 185$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -32 - 50$(br)Size: 40$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Bastnasite, Monazite, Neodymium" - }, - { - "type": "patchouli:multiblock", - "name": "Bastnasite", - "multiblock": { - "mapping": { - "0": "#forge:ores/bastnasite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Source of: Cerium, Fluorine$(br)Formula: CeCFO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Monazite", - "multiblock": { - "mapping": { - "0": "#forge:ores/monazite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Phosphorous, Rare Earth$(br)Formula: ?(PO₄)" - }, - { - "type": "patchouli:multiblock", - "name": "Neodymium", - "multiblock": { - "mapping": { - "0": "#forge:ores/neodymium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Formula: Nd" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_oilsands.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_oilsands.json deleted file mode 100644 index 3b25e7451..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_oilsands.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "Oilsands", - "icon": "gtceu:raw_oilsands", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 185$(br)Density: 0.20$(br)Type: Cluster Vein$(br)Y: 0 - 70$(br)Size: 55$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Oilsands$(br2)Used as an early combustion fuel." - }, - { - "type": "patchouli:multiblock", - "name": "Oilsands", - "multiblock": { - "mapping": { - "0": "#forge:ores/oilsands" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 100%$(br)Source of: Freedom 🛢🦅🗽" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_olivine.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_olivine.json deleted file mode 100644 index 589922e34..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_olivine.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Bentonite & Olivine", - "icon": "gtceu:olivine_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 180$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -40 - 30$(br)Size: 26$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Bentonite, Magnesite, Olivine, Glauconite Sand" - }, - { - "type": "patchouli:multiblock", - "name": "Bentonite", - "multiblock": { - "mapping": { - "0": "#forge:ores/bentonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Magnesium$(br)Formula: NaMg₆Si₁₂H₄(H₂O)₅O₃₆" - }, - { - "type": "patchouli:multiblock", - "name": "Magnesite", - "multiblock": { - "mapping": { - "0": "#forge:ores/magnesite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium$(br)Formula: MgCO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Olivine", - "multiblock": { - "mapping": { - "0": "#forge:ores/olivine" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium$(br)Formula: Mg₂Fe(SiO₂)₂" - }, - { - "type": "patchouli:multiblock", - "name": "Glauconite Sand", - "multiblock": { - "mapping": { - "0": "#forge:ores/glauconite_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Magnesium, Aluminium$(br)Formula: KMg₂Al₄H₂O₁₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_quartz.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_quartz.json deleted file mode 100644 index 5c2f2cd81..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_quartz.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Quartzes", - "icon": "minecraft:quartz", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 150$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 100$(br)Size: 40$(br2)Stone types: Shale, Quartzite, Schist, Gneiss$(br2)Indicator: Certus Quartz Bud" - }, - { - "type": "patchouli:multiblock", - "name": "Quartzite", - "multiblock": { - "mapping": { - "0": "#forge:ores/quartzite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Formula: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Certus Quartz", - "multiblock": { - "mapping": { - "0": "#forge:ores/certus_quartz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Used for: Applied Energistics 2$(br)Formula: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Nether Quartz", - "multiblock": { - "mapping": { - "0": "#forge:ores/nether_quartz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Used for: Applied Energistics 2$(br)Formula: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Barite", - "multiblock": { - "mapping": { - "0": "#forge:ores/barite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Barium$(br)Formula: BaSO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_redstone.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_redstone.json deleted file mode 100644 index f2db1e173..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_redstone.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Redstone, Cinnabar, & Ruby", - "icon": "minecraft:redstone", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 160$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 100$(br)Size: 40$(br2)Stone types: Granite$(br2)Indicator: Redstone, Ruby, Cinnabar$(br2)Can't find it? Try looking in oceans, the Redstone glows!" - }, - { - "type": "patchouli:multiblock", - "name": "Redstone", - "multiblock": { - "mapping": { - "0": "#forge:ores/redstone" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Melts into: Redstone$(br)Formula: Si(FeS₂)₅(CrAl₂O₃)Hg₃" - }, - { - "type": "patchouli:multiblock", - "name": "Ruby", - "multiblock": { - "mapping": { - "0": "#forge:ores/ruby" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium, Chromium$(br)Formula: CrAl₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Cinnabar", - "multiblock": { - "mapping": { - "0": "#forge:ores/cinnabar" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Mercury$(br)Formula: HgS$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_salt.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_salt.json deleted file mode 100644 index c14ab69c1..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_salt.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Salts & Borax", - "icon": "tfc:powder/salt", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 175$(br)Density: 0.4$(br)Type: Disc Vein$(br)Y: 30 - 70$(br)Size: 40$(br)Height: 4$(br2)Stone types: Shale, Claystone, Limestone$(br2)Indicator: Salt lick, Rock salt, Lepidolite, Borax" - }, - { - "type": "patchouli:multiblock", - "name": "Rock Salt", - "multiblock": { - "mapping": { - "0": "#forge:ores/rock_salt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Source of: Potassium, Chlorine$(br)Formula: KCl" - }, - { - "type": "patchouli:multiblock", - "name": "Salt", - "multiblock": { - "mapping": { - "0": "#forge:ores/salt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: High blood pressure$(br)Formula: NaCl" - }, - { - "type": "patchouli:multiblock", - "name": "Lepidolite", - "multiblock": { - "mapping": { - "0": "#forge:ores/lepidolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Potassium, Lithium, Aluminium, Fluorine$(br)Formula: KLi₃Al₄F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Borax", - "multiblock": { - "mapping": { - "0": "#forge:ores/borax" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Boron$(br)Formula: Na₂B₄(H₂O)₁₀O₇" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_saltpeter.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_saltpeter.json deleted file mode 100644 index 0f3934a77..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_saltpeter.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Saltpeter & Electrotine", - "icon": "gtceu:raw_saltpeter", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 210$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 50$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Saltpeter, Diatomite, Electrotine, Alunite" - }, - { - "type": "patchouli:multiblock", - "name": "Saltpeter", - "multiblock": { - "mapping": { - "0": "#forge:ores/saltpeter" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Potassium$(br)Formula: KNO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Diatomite", - "multiblock": { - "mapping": { - "0": "#forge:ores/diatomite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Iron, Aluminium$(br)Formula: (SiO₂)₈(Fe₂O₃)(Al₂O₃)" - }, - { - "type": "patchouli:multiblock", - "name": "Electrotine", - "multiblock": { - "mapping": { - "0": "#forge:ores/electrotine" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Gold, Silver, Redstone$(br)Formula: (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)" - }, - { - "type": "patchouli:multiblock", - "name": "Alunite", - "multiblock": { - "mapping": { - "0": "#forge:ores/alunite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Potassium, Aluminium$(br)Formula: KAl₃Si₂H₆O₁₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_silver.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_silver.json deleted file mode 100644 index 013976a89..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_silver.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Silver, Galena, & Lead", - "icon": "gtceu:raw_silver", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 160$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Granite, Gneiss$(br2)Indicator: Native Silver" - }, - { - "type": "patchouli:multiblock", - "name": "Galena", - "multiblock": { - "mapping": { - "0": "#forge:ores/galena" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Smelts into: Lead$(br)Formula: PbS$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Silver", - "multiblock": { - "mapping": { - "0": "#forge:ores/silver" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Silver$(br)Formula: Ag" - }, - { - "type": "patchouli:multiblock", - "name": "Lead", - "multiblock": { - "mapping": { - "0": "#forge:ores/lead" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Smelts into: Lead$(br)Formula: Pb$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_sphalerite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_sphalerite.json deleted file mode 100644 index 85a67c420..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_sphalerite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Sphalerite & Pyrite", - "icon": "gtceu:raw_sphalerite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Sphalerite" - }, - { - "type": "patchouli:multiblock", - "name": "Sphalerite", - "multiblock": { - "mapping": { - "0": "#forge:ores/sphalerite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Melts into: Zinc$(br)Formula: ZnS" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrite", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Melts into: Cast Iron$(br)Formula: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_spodumene.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_spodumene.json deleted file mode 100644 index 6ac967181..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_spodumene.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Spodumene & Lepidolite", - "icon": "gtceu:raw_spodumene", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 180$(br)Density: 0.375$(br)Type: Disc Vein$(br)Y: 20 - 60$(br)Size: 35$(br)Height: 6$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Salt lick, Rock salt, Lepidolite, Spodumene" - }, - { - "type": "patchouli:multiblock", - "name": "Rock Salt", - "multiblock": { - "mapping": { - "0": "#forge:ores/rock_salt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Potassium, Chlorine$(br)Formula: KCl" - }, - { - "type": "patchouli:multiblock", - "name": "Salt", - "multiblock": { - "mapping": { - "0": "#forge:ores/salt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: High blood pressure$(br)Formula: NaCl" - }, - { - "type": "patchouli:multiblock", - "name": "Lepidolite", - "multiblock": { - "mapping": { - "0": "#forge:ores/lepidolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Potassium, Lithium, Aluminium, Fluorine$(br)Formula: KLi₃Al₄F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Spodumene", - "multiblock": { - "mapping": { - "0": "#forge:ores/spodumene" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Lithium, Aluminium$(br)Formula: LiAlSi₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_sulfur.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_sulfur.json deleted file mode 100644 index 6fc011b3a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_sulfur.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Sulfur & Pyrite", - "icon": "gtceu:raw_sulfur", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 165$(br)Density: 0.2$(br)Type: Cluster Vein$(br)Y: 0 - 210$(br)Size: 45$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Sulfur, Pyrite, Sphalerite" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrite", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Melts into: Cast Iron$(br)Formula: FeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Sphalerite", - "multiblock": { - "mapping": { - "0": "#forge:ores/sphalerite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Zinc$(br)Formula: ZnS" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_tetrahedrite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_tetrahedrite.json deleted file mode 100644 index 7da4dfae6..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_tetrahedrite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Tetrahedrite (Normal)", - "icon": "gtceu:raw_tetrahedrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Tetrahedrite, Native Copper" - }, - { - "type": "patchouli:multiblock", - "name": "Tetrahedrite", - "multiblock": { - "mapping": { - "0": "#forge:ores/tetrahedrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Melts into: Copper$(br)Formula: Cu₃SbS₃Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Native Copper", - "multiblock": { - "mapping": { - "0": "#forge:ores/copper" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Melts into: Copper$(br)Formula: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Stibnite", - "multiblock": { - "mapping": { - "0": "#forge:ores/stibnite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Smelts into: Antimony$(br)Formula: Sb₂S₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/ore_basics.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/ore_basics.json deleted file mode 100644 index 674c4bc66..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/ore_basics.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "Mining in TFG", - "icon": "gtceu:pyrite_dust", - "category": "tfc:tfg_ores", - "priority": true, - "sortnum": 0, - "pages": [ - { - "type": "patchouli:text", - "text": "There are two ways of mining ores - with a $(thing)Pickaxe$(), or with a $(thing)Hammer$().$(br)Generally, you should mine anything meltable (such as $(thing)Copper$()) with a hammer, and everything else with a pickaxe, but check JEI if you're unsure." - }, - { - "type": "patchouli:spotlight", - "title": "Pickaxe", - "text": "Breaking an ore block with a pickaxe will yield $(thing)Raw$() ores (poor, normal, or rich), as well as some stone dust. These are not worth much mB each and you will need multiple to make a single ingot, however some other minerals are only useable in this state, such as $(thing)Coal$().", - "item": { - "tag": "minecraft:pickaxes" - } - }, - { - "type": "patchouli:spotlight", - "title": "Hammer", - "text": "Breaking an ore block with a hammer will yield 1-2 $(thing)Crushed Ores$(). These already melt into more mB than Raw ores, but with a little $(l:tfg_ores/ore_basics#processing)extra processing$() they can be worth even more!", - "item": { - "tag": "forge:tools/hammers" - } - }, - { - "type": "patchouli:spotlight", - "title": "Mining Hammer", - "text": "These are basically a pickaxe with a 3x3 range, and will yield $(thing)Raw$() ores as well. Also good for clearing stone after you've hammered the ores out!$(br2)Holding $(thing)Sneak$() will only break a single block at a time.", - "item": { - "tag": "forge:tools/mining_hammers" - } - }, - { - "type": "patchouli:spotlight", - "title": "Basic ore processing", - "anchor": "processing", - "item": "gtceu:copper_dust", - "text": "To make your crushed ores melt into even more mB, first place them in a crafting grid along with a $(thing)Hammer$(). This will produce $(thing)Impure Dust$().$(br2)To further purify it, throw the dust into some water and wait a few seconds, or right-click a $(thing)Cauldron$() filled with water." - }, - { - "type": "patchouli:crafting", - "title": "Impure Dust", - "recipe": "gtceu:shapeless/crushed_ore_to_dust_copper" - }, - { - "type": "patchouli:spotlight", - "title": "Steam Age", - "text": "Once you have $(thing)Steam machines$(), you can mine everything with a $(thing)Mining Hammer$() - putting Raw ores into a $(thing)Steam Forge Hammer$() or $(thing)Steam Macerator$() gives about the same yield as mining with a Hammer yourself.", - "item": "gtceu:hp_steam_forge_hammer,gtceu:hp_steam_macerator" - }, - { - "type": "patchouli:text", - "text": "Later, when you're in LV, check the LV quests to learn about all the different ore processing machines and extra byproducts they can give you. Remember the $(thing)Macerator$() does not give byproducts until $(thing)HV$()!$(br2)Here's a $(l:https://docs.google.com/spreadsheets/d/1P3Baz4y5vgJ3XrCoNs4l3BXGPiFEPlW7i4taPEWpTB4/edit?usp=sharing)Spreadsheet$() if you prefer to see this section's ore generation data that way." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_bismuth.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_bismuth.json deleted file mode 100644 index 2e3c05e95..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_bismuth.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Bismuth (Surface)", - "icon": "gtceu:poor_raw_bismuth", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 140$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Granite, Diorite, Gabbro, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Bismuthinite$(br)Only used for Bismuth Bronze." - }, - { - "type": "patchouli:multiblock", - "name": "Bismuth", - "multiblock": { - "mapping": { - "0": "#forge:ores/bismuth" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 90%$(br)Melts into: Bismuth$(br)Formula: Bi" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 3%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Lead", - "multiblock": { - "mapping": { - "0": "#forge:ores/lead" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 7%$(br)Smelts into: Lead$(br)Formula: Pb$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_cassiterite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_cassiterite.json deleted file mode 100644 index e85206386..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_cassiterite.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Cassiterite (Surface)", - "icon": "gtceu:poor_raw_cassiterite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 135$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Cassiterite" - }, - { - "type": "patchouli:multiblock", - "name": "Cassiterite", - "multiblock": { - "mapping": { - "0": "#forge:ores/cassiterite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 60%$(br)Melts into: Tin$(br)Formula: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Tin", - "multiblock": { - "mapping": { - "0": "#forge:ores/tin" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Melts into: Tin$(br)Formula: Sn" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_copper.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_copper.json deleted file mode 100644 index 184c45050..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_copper.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "name": "Chalcopyrite & Realgar", - "icon": "gtceu:raw_chalcopyrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 140$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 30 - 210$(br)Size: 50$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Native Copper, Cassiterite, Realgar" - }, - { - "type": "patchouli:multiblock", - "name": "Chalcopyrite", - "multiblock": { - "mapping": { - "0": "#forge:ores/chalcopyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Melts into: Copper$(br)Formula: CuFeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Zeolite", - "multiblock": { - "mapping": { - "0": "#forge:ores/zeolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Aluminium, Oxygen$(br)Formula: NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂" - }, - { - "type": "patchouli:multiblock", - "name": "Cassiterite", - "multiblock": { - "mapping": { - "0": "#forge:ores/cassiterite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Tin$(br)Formula: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Realgar", - "multiblock": { - "mapping": { - "0": "#forge:ores/realgar" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Arsenic$(br)Formula: As₄S₄$(br)Hazardous: Yes" - }, - { - "type": "patchouli:text", - "text": "If you're having trouble finding Realgar, another source of Arsenic is $(l:tfg_ores/normal_garnierite)Cobaltite$(), although it will require an $(thing)Electric Blast Furnace$() to process." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_kaolin.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_kaolin.json deleted file mode 100644 index 2a00dd7ef..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_kaolin.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "name": "Kaolin Clay", - "icon": "tfc:kaolin_clay", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "anchor": "kaolinite", - "text": "Kaolin Clay is required to make $(l:mechanics/fire_clay)Fire Clay$(). It can be found spawning at high altitudes in Plateaus, Old Mountains, Rolling Hills, and Highlands, at a $(l:the_world/climate#temperature)temperature$() of at least 18°C, with a $(l:the_world/climate#rainfall)rainfall$() of at least 300mm. The $(thing)Blood Lily$() flower grows on Kaolin clay." - }, - { - "type": "tfc:multimultiblock", - "text": "Generally, go $(thing)South East$() to increase temperature and humidity.", - "multiblocks": [ - { - "pattern": [ - [ - "X" - ], - [ - "Y" - ], - [ - "0" - ] - ], - "mapping": { - "X": "tfc:plant/blood_lily", - "Y": "tfc:kaolin_clay_grass" - } - }, - { - "pattern": [ - [ - "X" - ], - [ - "Y" - ], - [ - "0" - ] - ], - "mapping": { - "X": "tfc:plant/blood_lily", - "Y": "tfc:red_kaolin_clay" - } - }, - { - "pattern": [ - [ - "X" - ], - [ - "Y" - ], - [ - "0" - ] - ], - "mapping": { - "X": "tfc:plant/blood_lily", - "Y": "tfc:white_kaolin_clay" - } - }, - { - "pattern": [ - [ - "X" - ], - [ - "Y" - ], - [ - "0" - ] - ], - "mapping": { - "X": "tfc:plant/blood_lily", - "Y": "tfc:pink_kaolin_clay" - } - } - ] - }, - { - "type": "patchouli:spotlight", - "item": "tfc:powder/kaolinite", - "anchor": "powder", - "text": "Only $(thing)20%$() of Kaolin Clay will turn into $(thing)Kaolinite Powder$(), so it's recommended to bake it on-site using $(l:getting_started/pit_kiln)Pit Kilns$() to save inventory space.$(br2)Bring home around 20 $(thing)Blocks$() of Kaolin Clay as well, for $(l:mechanics/glassworking_applications)Glassworking$() later." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_sphalerite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_sphalerite.json deleted file mode 100644 index d5e82af9c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_sphalerite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Sphalerite & Sulfur", - "icon": "gtceu:poor_raw_sphalerite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 145$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Sphalerite" - }, - { - "type": "patchouli:multiblock", - "name": "Sphalerite", - "multiblock": { - "mapping": { - "0": "#forge:ores/sphalerite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Melts into: Zinc$(br)Formula: ZnS" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrite", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_tetrahedrite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_tetrahedrite.json deleted file mode 100644 index ec900b974..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_tetrahedrite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Tetrahedrite (Surface)", - "icon": "gtceu:poor_raw_tetrahedrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 140$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Tetrahedrite, Native Copper" - }, - { - "type": "patchouli:multiblock", - "name": "Tetrahedrite", - "multiblock": { - "mapping": { - "0": "#forge:ores/tetrahedrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 60%$(br)Melts into: Copper$(br)Formula: Cu₃SbS₃Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Native Copper", - "multiblock": { - "mapping": { - "0": "#forge:ores/copper" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Copper$(br)Formula: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Stibnite", - "multiblock": { - "mapping": { - "0": "#forge:ores/stibnite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Smelts into: Antimony$(br)Formula: Sb₂S₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/the_world/ores_and_minerals.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/the_world/ores_and_minerals.json deleted file mode 100644 index 2afa99fe9..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/the_world/ores_and_minerals.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Ores and Minerals", - "category": "tfc:the_world", - "icon": "tfc:ore/normal_hematite", - "pages": [ - { - "type": "patchouli:text", - "text": "This page is here to override the default TFC ores and minerals page.$(br2)Information about ores can be found in the $(l:tfg_ores)Ores in TFG$() category." - } - ], - "read_by_default": true, - "sortnum": 1 -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/mechanics/fire_clay.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/mechanics/fire_clay.json index abad8b00f..9683e5dbd 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/mechanics/fire_clay.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/mechanics/fire_clay.json @@ -11,12 +11,12 @@ { "type": "patchouli:crafting", "recipe": "tfc:crafting/fire_clay", - "text": "Огнеупорная глина изготавливается из порошка $(l:tfg_ores/normal_graphite)графита$(), измельчённого в $(l:mechanics/quern)жернове$(), а также порошка $(l:tfg_ores/surface_kaolin#powder)каолинита$()" + "text": "Огнеупорная глина изготавливается из порошка $(l:tfg_ores/earth_vein_index#normal_graphite)графита$(), измельчённого в $(l:mechanics/quern)жернове$(), а также порошка $(l:tfg_ores/surface_kaolin#powder)каолинита$()" }, { "type": "tfc:heat_recipe", "recipe": "tfc:heating/kaolin_clay", - "text": "Порошок каолинита получают путем нагревания $(l:tfg_ores/surface_kaolin#powder)каолиновой глины$(). Однако процесс не идеален, и только 20% глины превращается в порошок!" + "text": "Порошок каолинита получают путем нагревания $(l:mechanics/surface_kaolin#powder)каолиновой глины$(). Однако процесс не идеален, и только 20% глины превращается в порошок!" }, { "type": "tfc:knapping_recipe", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_kaolin.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/mechanics/surface_kaolin.json similarity index 100% rename from kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_kaolin.json rename to kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/mechanics/surface_kaolin.json diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_garnet_amethyst.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_garnet_amethyst.json deleted file mode 100644 index b954c9e0b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_garnet_amethyst.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Аметист и гранат (Глубокие)", - "icon": "minecraft:amethyst_shard", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 230$(br)Плотность: 0.25$(br)Вид: дискообразная жила$(br)Y-уровень: -64 - 26$(br)Размер: 28$(br)Высота: 8$(br2)Виды камней: Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор, Сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикатор: Цветущий аметист" - }, - { - "type": "patchouli:multiblock", - "name": "Аметист", - "multiblock": - { - "mapping": { "0": "#forge:ores/amethyst" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 65%$(br)Содержит: Железо$(br)Формула: (SiO₂)₄Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Опал", - "multiblock": - { - "mapping": { "0": "#forge:ores/opal" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Формула: (SiO₂)" - }, - { - "type": "patchouli:multiblock", - "name": "Красный гранат", - "multiblock": - { - "mapping": { "0": "#forge:ores/red_garnet" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Содержит: Пироп, Альмандин, Спасерит" - }, - { - "type": "patchouli:multiblock", - "name": "Жёлтый гранат", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_garnet" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Андрадит, Гроссуляр, Уваровит" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_garnet_opal.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_garnet_opal.json deleted file mode 100644 index c771655f1..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_garnet_opal.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Опал и гранат (Глубокие)", - "icon": "gtceu:opal_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 220$(br)Плотность: 0.35$(br)Вид: дискообразная жила$(br)Y-уровень: -64 - 62$(br)Размер: 26$(br)Высота: 6$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит, Гранит, Диорит, Габбро$(br2)Индикатор: Цветущий аметист" - }, - { - "type": "patchouli:multiblock", - "name": "Опал", - "multiblock": - { - "mapping": { "0": "#forge:ores/opal" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 55%$(br)Формула: (SiO₂)" - }, - { - "type": "patchouli:multiblock", - "name": "Аметист", - "multiblock": - { - "mapping": { "0": "#forge:ores/amethyst" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Железо$(br)Формула: (SiO₂)₄Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Красный гранат", - "multiblock": - { - "mapping": { "0": "#forge:ores/red_garnet" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Содержит: Пироп, Альмандин, Спасерит" - }, - { - "type": "patchouli:multiblock", - "name": "Жёлтый гранат", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_garnet" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Андрадит, Гроссуляр, Уваровит" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_gold.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_gold.json deleted file mode 100644 index 07398acbe..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_gold.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Золото (Глубокое)", - "icon": "gtceu:rich_raw_gold", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 260$(br)Плотность: 0.45$(br)Вид: кластерная жила$(br)Y-уровень: -64 - 30$(br)Размер: 32$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит, Гранит, Диорит, Габбро$(br2)Индикаторы: Лимонит, Гематит, Самородное золото" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 75%$(br)Плавится в: Золото$(br)Формула: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Жёлтый лимонит", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Железо$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Гётит", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_hematite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_hematite.json deleted file mode 100644 index 3de1a829d..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_hematite.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Гематит, Гётит, Рубин (Глубокие)", - "icon": "gtceu:rich_raw_hematite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 220$(br)Плотность: 0.35$(br)Вид: кластерная жила$(br)Y-уровень: -64 - 30$(br)Размер: 40$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит$(br2)Индикаторы: Гематит, Лимонит, Самородное Золото" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Плавится в: Железо$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Жёлтый лимонит", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гётит", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Золото$(br)Формула: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Рубин", - "multiblock": - { - "mapping": { "0": "#forge:ores/ruby" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Содержит: Хром, Алюминий$(br)Формула: CrAl₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_limonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_limonite.json deleted file mode 100644 index 4984a3363..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_limonite.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Гётит и Малахит (Глубокие)", - "icon": "gtceu:rich_raw_goethite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 240$(br)Плотность: 0.35$(br)Вид: кластерная жила$(br)Y-уровень: -64 - 30$(br)Размер: 32$(br2)Виды камней: Мрамор, Известняк$(br2)Индикаторы: Лимонит, Гематит, Малахит" - }, - { - "type": "patchouli:multiblock", - "name": "Гётит", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Жёлтый лимонит", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Железо$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Малахит", - "multiblock": - { - "mapping": { "0": "#forge:ores/malachite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Медь$(br)Формула: Cu₂CH₂O₅" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_magnetite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_magnetite.json deleted file mode 100644 index 7eea039df..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_magnetite.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Хромит и Магнетит (Глубокие)", - "icon": "gtceu:rich_raw_chromite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 205$(br)Плотность: 0.3$(br)Вид: кластерная жила$(br)Y-уровень: -64 - 30$(br)Размер: 340$(br2)Виды камней: Сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикаторы: Магнетит, Самородное золото, Хромит, Сапфир" - }, - { - "type": "patchouli:multiblock", - "name": "Хромит", - "multiblock": - { - "mapping": { "0": "#forge:ores/chromite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 60%$(br)Содержит: Хром$(br)Формула: FeCr₂O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Магнетит", - "multiblock": - { - "mapping": { "0": "#forge:ores/magnetite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Железо$(br)Формула: Fe₃O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Ванадий магнетит", - "multiblock": - { - "mapping": { "0": "#forge:ores/vanadium_magnetite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Железо, Ванадий$(br)Формула: (Fe₃O₄)V" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Золото$(br)Формула: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Сапфир", - "multiblock": - { - "mapping": { "0": "#forge:ores/sapphire" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Содержит: Алюминий$(br)Формула: Al₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_molybdenum.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_molybdenum.json deleted file mode 100644 index c5a1351dd..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_molybdenum.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Вульфенит & Молибденит (Глубокие)", - "icon": "gtceu:rich_raw_wulfenite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 245$(br)Плотность: 0.45$(br)Вид: кластерная жила$(br)Y-уровень: -64 - 10$(br)Размер: 26$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит, Гранит, Диорит, Габбро$(br2)Индикатор: Вульфенит, Молибденит, Молибден, Повеллит" - }, - { - "type": "patchouli:multiblock", - "name": "Вульфенит", - "multiblock": - { - "mapping": { "0": "#forge:ores/wulfenite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 40%$(br)Содержит: Свинец, Молибден$(br)Формула: PbMoO₄$(br)Ядовит: Да" - }, - { - "type": "patchouli:multiblock", - "name": "Молибденит", - "multiblock": - { - "mapping": { "0": "#forge:ores/molybdenite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Содержит: Молибден$(br)Формула: MoS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Молибден", - "multiblock": - { - "mapping": { "0": "#forge:ores/molybdenum" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Молибден$(br)Формула: Mo" - }, - { - "type": "patchouli:multiblock", - "name": "Повеллит", - "multiblock": - { - "mapping": { "0": "#forge:ores/powellite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Молибден$(br)Формула: CaMoO₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_naquadah.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_naquadah.json deleted file mode 100644 index 4df310d4c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_naquadah.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Наквада и Плутоний (Глубокие)", - "icon": "gtceu:rich_raw_naquadah", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 310$(br)Плотность: 0.3$(br)Вид: кластерная жила$(br)Y-уровень: -64 - -20$(br)Размер: 32$(br2)Виды камней: Кварцит, Сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Наквада, Плутоний" - }, - { - "type": "patchouli:multiblock", - "name": "Наквада", - "multiblock": - { - "mapping": { "0": "#forge:ores/naquadah" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 75%$(br)Содержит: Наквада$(br)Формула: Nq" - }, - { - "type": "patchouli:multiblock", - "name": "Плутоний", - "multiblock": - { - "mapping": { "0": "#forge:ores/plutonium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Плутоний$(br)Формула: Pu²³⁹$(br)Ядовит: Да" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_pitchblende.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_pitchblende.json deleted file mode 100644 index 37824d8db..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_pitchblende.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Уранинит и Уранит (Глубокие)", - "icon": "gtceu:rich_raw_uraninite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 220$(br)Плотность: 0.45$(br)Вид: кластерная жила$(br)Y-уровень: -64 - -20$(br)Размер: 24$(br2)Виды камней: Гранит, Диорит, Габбро, Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Уранит, Уранинит$(br2)Ядерного реактора нет, но есть другие применения." - }, - { - "type": "patchouli:multiblock", - "name": "Уранинит", - "multiblock": - { - "mapping": { "0": "#forge:ores/uraninite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Содержит: Уран$(br)Формула: UO₂$(br)Ядовит: Да" - }, - { - "type": "patchouli:multiblock", - "name": "Уранит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pitchblende" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Содержит: Уран$(br)Формула: (UO₂)₃ThPb$(br)Ядовит: Да" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_sapphire.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_sapphire.json deleted file mode 100644 index f0e8f4fad..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_sapphire.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "Сапфир и Альмандин (Глубокие)", - "icon": "gtceu:sapphire_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 180$(br)Плотность: 0.35$(br)Вид: дискообразная жила$(br)Y-уровень: -64 - 26$(br)Размер: 28$(br)Высота: 8$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит$(br2)Индикаторы: Альмандин, Пироп, Сапфир, Зелёный сапфир$(br2)Если вы ищите $(thing)Алюминий$(), то лучше выбрать жилу $(l:tfg_ores/normal_bauxite)Боксита$().$(br)" - }, - { - "type": "patchouli:multiblock", - "name": "Альмандин", - "anchor": "almandine", - "multiblock": - { - "mapping": { "0": "#forge:ores/almandine" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Алюминий, Железо$(br)Формула: Al₂Fe₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Пироп", - "anchor": "pyrope", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrope" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Алюминий, Магний$(br)Формула: Al₂Mg₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Сапфир", - "multiblock": - { - "mapping": { "0": "#forge:ores/sapphire" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Алюминий$(br)Формула: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Зелёный сапфир", - "multiblock": - { - "mapping": { "0": "#forge:ores/green_sapphire" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Алюминий$(br)Формула: Al₂O₃" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_scheelite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_scheelite.json deleted file mode 100644 index 56d550692..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_scheelite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Шеелит и Вольфрамат (Глубокие)", - "icon": "gtceu:rich_raw_scheelite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 220$(br)Плотность: 0.35$(br)Вид: кластерная жила$(br)Y-уровень: -64 - 0$(br)Высота: 28$(br2)Виды камней: Гранит, Диорит, Габбро$(br2)Индикаторы: Шеелит, Вольфрамат, Литий" - }, - { - "type": "patchouli:multiblock", - "name": "Шеелит", - "multiblock": - { - "mapping": { "0": "#forge:ores/scheelite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 45%$(br)Содержит: Вольфрам$(br)Формула: Ca(WO₃)O" - }, - { - "type": "patchouli:multiblock", - "name": "Вольфрамат", - "multiblock": - { - "mapping": { "0": "#forge:ores/tungstate" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Вольфрам, Литий$(br)Формула: Li₂(WO₃)O" - }, - { - "type": "patchouli:multiblock", - "name": "Литий", - "multiblock": - { - "mapping": { "0": "#forge:ores/lithium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Содержит: Литий$(br)Формула: Li" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_sheldonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_sheldonite.json deleted file mode 100644 index 74aad59ef..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_sheldonite.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Шелдонит и Борнит (Глубокие)", - "icon": "gtceu:rich_raw_platinum", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 300$(br)Плотность: 0.3$(br)Вид: Кластерная жила$(br)Y-уровень: -64 - 0$(br)Размер: 30$(br2)Виды камней: Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Борнит, Шелдонит, Платина, Палладий" - }, - { - "type": "patchouli:multiblock", - "name": "Шелдонит", - "multiblock": - { - "mapping": { "0": "#forge:ores/cooperite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Платина, Никель, Палладий$(br)Формула: Pt₃NiSPd" - }, - { - "type": "patchouli:multiblock", - "name": "Платина", - "multiblock": - { - "mapping": { "0": "#forge:ores/platinum" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Плавится в: Платина$(br)Формула: Pt" - }, - { - "type": "patchouli:multiblock", - "name": "Палладий", - "multiblock": - { - "mapping": { "0": "#forge:ores/palladium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Палладий$(br)Формула: Pt" - }, - { - "type": "patchouli:multiblock", - "name": "Борнит", - "multiblock": - { - "mapping": { "0": "#forge:ores/bornite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Плавится в: Медь$(br)Формула: Cu₅FeS₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_topaz.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_topaz.json deleted file mode 100644 index 575e88e68..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_topaz.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Топаз и Халькозин (Глубокие)", - "icon": "gtceu:topaz_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 260$(br)Плотность: 0.3$(br)Вид: дискообразная жила$(br)Y-уровень: -64 - 26$(br)Размер: 28$(br2)Виды камней: Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Топаз, Синий топаз, Халькозин, Борнит" - }, - { - "type": "patchouli:multiblock", - "name": "Топаз", - "multiblock": - { - "mapping": { "0": "#forge:ores/topaz" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Алюминий, Фтор$(br)Формула: Al₂SiFH₂" - }, - { - "type": "patchouli:multiblock", - "name": "Синий топаз", - "multiblock": - { - "mapping": { "0": "#forge:ores/blue_topaz" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Алюминий, Фтор$(br)Формула: Al₂SiF₂H₂O₆" - }, - { - "type": "patchouli:multiblock", - "name": "Халькозин", - "multiblock": - { - "mapping": { "0": "#forge:ores/chalcocite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Плавится в: Медь$(br)Формула: Cu₂S" - }, - { - "type": "patchouli:multiblock", - "name": "Борнит", - "multiblock": - { - "mapping": { "0": "#forge:ores/bornite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Медь$(br)Формула: Cu₅FeS₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_ore_index.json new file mode 100644 index 000000000..a0b6b8e6f --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_ore_index.json @@ -0,0 +1,56 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "Earth Ore Index", + "icon": "tfc:ore/normal_native_copper", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Ore Index$() for $(thing)Earth$(). All ores are sorted alphabetically and then by richest to poorest vein type. You can click on them to learn more information about each vein.", + "title": "Earth Ore Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Алмаз: $(l:tfg_ores/earth_vein_index#normal_graphite)25%$(/l)$()$(li)Алунит: $(l:tfg_ores/earth_vein_index#normal_saltpeter)15%$(/l)$()$(li)Альмандин: $(l:tfg_ores/earth_vein_index#deep_sapphire)38%$(/l)$()$(li)Алюминий: $(l:tfg_ores/earth_vein_index#normal_bauxite)25%$(/l)$()$(li)Аметист: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)65%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)25%$(/l)$()$(li)Апатит: $(l:tfg_ores/earth_vein_index#normal_apatite)50%$(/l)$()$(li)Асбест: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Базальтовый минеральный песок: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)35%$(/l)$()$(li)Барит: $(l:tfg_ores/earth_vein_index#normal_quartz)20%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/earth_vein_index#normal_monazite)50%$(/l)$()$(li)Бентонит: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)Бериллий: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)Боксит: $(l:tfg_ores/earth_vein_index#normal_bauxite)45%$(/l), $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Борнит: $(l:tfg_ores/earth_vein_index#deep_sheldonite)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Бура: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()$(li)Ванадий магнетит: $(l:tfg_ores/earth_vein_index#normal_magnetite)22%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)15%$(/l)$()$(li)Висмут: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)Вольфрамат: $(l:tfg_ores/earth_vein_index#deep_scheelite)35%$(/l)$()$(li)Вульфенит: $(l:tfg_ores/earth_vein_index#deep_molybdenum)40%$(/l)$()$(li)Галена: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Гарниерит: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)Гематит: $(l:tfg_ores/earth_vein_index#normal_hematite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)5%$(/l)$()$(li)Гётит: $(l:tfg_ores/earth_vein_index#deep_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)5%$(/l)$()$(li)Гипс: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)Глауконитовый песок: $(l:tfg_ores/earth_vein_index#normal_lubricant)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_olivine)15%$(/l)$()$(li)Гранатовый песок: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Гранитовый минеральный песок: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Графит: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Гроссуляр: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()$(li)Диатомовый пелит: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_garnet_tin)15%$(/l)$()$(li)Жёлтый гранат: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)15%$(/l)$()$(li)Жёлтый лимонит: $(l:tfg_ores/earth_vein_index#normal_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l)$()$(li)Зелёный сапфир: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Изумруд: $(l:tfg_ores/earth_vein_index#normal_beryllium)50%$(/l)$()$(li)Ильменит: $(l:tfg_ores/earth_vein_index#normal_bauxite)30%$(/l)$()$(li)Истинный кварц: $(l:tfg_ores/earth_vein_index#normal_quartz)25%$(/l)$()$(li)Кальцит: $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)Каменная соль: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)Касситерит: $(l:tfg_ores/earth_vein_index#surface_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)Касситеритовый песок: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)35%$(/l)$()$(li)Кварцит: $(l:tfg_ores/earth_vein_index#normal_quartz)54%$(/l)$()$(li)Киноварь: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Кобальт: $(l:tfg_ores/earth_vein_index#normal_garnierite)15%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()$(li)Красный гранат: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)5%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)5%$(/l)$()$(li)Лазурит: $(l:tfg_ores/earth_vein_index#normal_lapis)35%$(/l)$()$(li)Лазурит 2: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Лепидолит: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)15%$(/l)$()$(li)Литий: $(l:tfg_ores/earth_vein_index#deep_scheelite)20%$(/l)$()$(li)Магнезит: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Магнетит: $(l:tfg_ores/earth_vein_index#normal_magnetite)63%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)5%$(/l)$()$(li)Малахит: $(l:tfg_ores/earth_vein_index#deep_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l)$()$(li)Молибден: $(l:tfg_ores/earth_vein_index#deep_molybdenum)15%$(/l)$()$(li)Молибденит: $(l:tfg_ores/earth_vein_index#deep_molybdenum)30%$(/l)$()$(li)Монацит: $(l:tfg_ores/earth_vein_index#normal_monazite)25%$(/l)$()$(li)Мыльный камень: $(l:tfg_ores/earth_vein_index#normal_lubricant)30%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Неодим: $(l:tfg_ores/earth_vein_index#normal_monazite)25%$(/l)$()$(li)Нефтеносный песок: $(l:tfg_ores/earth_vein_index#normal_oilsands)100%$(/l)$()$(li)Никель: $(l:tfg_ores/earth_vein_index#normal_garnierite)10%$(/l)$()$(li)Оливин: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Олово: $(l:tfg_ores/earth_vein_index#normal_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)40%$(/l)$()$(li)Опал: $(l:tfg_ores/earth_vein_index#deep_garnet_opal)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l)$()$(li)Палладий: $(l:tfg_ores/earth_vein_index#deep_sheldonite)15%$(/l)$()$(li)Пентландит: $(l:tfg_ores/earth_vein_index#normal_garnierite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_lubricant)15%$(/l)$()$(li)Пирит: $(l:tfg_ores/earth_vein_index#normal_sulfur)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)5%$(/l)$()$(li)Пиролюзит: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Пироп: $(l:tfg_ores/earth_vein_index#deep_sapphire)27%$(/l)$()$(li)Пирохлор: $(l:tfg_ores/earth_vein_index#normal_apatite)15%$(/l)$()$(li)Платина: $(l:tfg_ores/earth_vein_index#deep_sheldonite)25%$(/l)$()$(li)Повеллит: $(l:tfg_ores/earth_vein_index#deep_molybdenum)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Поллуцит: $(l:tfg_ores/earth_vein_index#normal_mica)15%$(/l)$()$(li)Реальгар: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()$(li)Редстоун: $(l:tfg_ores/earth_vein_index#normal_redstone)45%$(/l)$()$(li)Рубин: $(l:tfg_ores/earth_vein_index#normal_redstone)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)20%$(/l)$()$(li)Самородная Золото: $(l:tfg_ores/earth_vein_index#deep_gold)75%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)9%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)5%$(/l)$()$(li)Самородная Медь: $(l:tfg_ores/earth_vein_index#normal_copper)65%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)30%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)Самородная Серебро: $(l:tfg_ores/earth_vein_index#normal_silver)15%$(/l)$()$(li)Сапфир: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)5%$(/l)$()$(li)Свинец: $(l:tfg_ores/earth_vein_index#normal_silver)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)11%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)7%$(/l)$()$(li)Селитра: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l)$()$(li)Сера: $(l:tfg_ores/earth_vein_index#surface_sphalerite)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)9%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)3%$(/l)$()$(li)Синий топаз: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()$(li)Слюда: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Смектическая глина: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Содалит: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Соль: $(l:tfg_ores/earth_vein_index#normal_salt)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)30%$(/l)$()$(li)Спасерит: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Сподумен: $(l:tfg_ores/earth_vein_index#normal_spodumene)35%$(/l)$()$(li)Стибнит: $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)20%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)Сфалерит: $(l:tfg_ores/earth_vein_index#normal_sphalerite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)15%$(/l)$()$(li)Тальк: $(l:tfg_ores/earth_vein_index#normal_lubricant)20%$(/l)$()$(li)Танталит: $(l:tfg_ores/earth_vein_index#normal_manganese)12%$(/l)$()$(li)Тетраэдрит: $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)50%$(/l)$()$(li)Топаз: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Торий: $(l:tfg_ores/earth_vein_index#normal_beryllium)15%$(/l)$()$(li)Трикальцийфосфат: $(l:tfg_ores/earth_vein_index#normal_apatite)35%$(/l)$()$(li)Трона: $(l:tfg_ores/earth_vein_index#normal_lubricant)10%$(/l)$()$(li)Уголь: $(l:tfg_ores/earth_vein_index#normal_coal)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_graphite)30%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Уранинит: $(l:tfg_ores/earth_vein_index#deep_pitchblende)50%$(/l)$()$(li)Уранит: $(l:tfg_ores/earth_vein_index#deep_pitchblende)50%$(/l)$()$(li)Халькозин: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Халькопирит: $(l:tfg_ores/earth_vein_index#surface_copper)61%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)20%$(/l)$()$(li)Хромит: $(l:tfg_ores/earth_vein_index#deep_magnetite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)4%$(/l)$()$(li)Цеолит: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()$(li)Ционит: $(l:tfg_ores/earth_vein_index#normal_mica)35%$(/l)$()$(li)Шеелит: $(l:tfg_ores/earth_vein_index#deep_scheelite)45%$(/l)$()$(li)Шелдонит: $(l:tfg_ores/earth_vein_index#deep_sheldonite)25%$(/l)$()$(li)Электротин: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l)$()", + "type": "patchouli:text" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_vein_index.json new file mode 100644 index 000000000..c3a3ffcfb --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_vein_index.json @@ -0,0 +1,3867 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "Earth Vein Index", + "icon": "tfc:ore/normal_native_copper/chalk", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Vein Index$() for $(thing)Earth$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns on, and more.", + "title": "Earth Vein Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)Аметист и гранат$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_apatite)Апатит и Пирохлор$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_monazite)Бастнезит и Монацит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_olivine)Бентонит и Оливин$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_bauxite)Боксит и Ильменит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_bismuthinite)Висмут (Обычный)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_bismuthinite)Висмут (Поверхностный)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Вульфенит & Молибденит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Гарниерит и Кобальтит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)Гематит и Лимонит$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)Гематит, Гётит, Рубин$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)Гётит и Малахит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Гранатовый и Касситеритовый песок$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Графит и Алмаз$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_gold)Золото (Глубокое)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gold)Золото, Лимонит и Гематит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_beryllium)Изумруд и Бериллий$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_cassiterite)Касситерит (Обычный)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_cassiterite)Касситерит (Поверхностный)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)Кварцы$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)Лазурит, Лазурит 2 и Содалит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)Лимонит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)Магнетит и Ванадий$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)Марганец и Тантал$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_copper)Медь и Халькопирит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_basaltic_sands)Минеральные пески$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)Мыльный камень, Тальк и Трона$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_oilsands)Нефтеносный песок$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)Опал и гранат$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)Редстоун, Киноварь и Рубин$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)Сапфир и Альмандин$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)Селитра и Электротин$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)Сера и Пирит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)Серебро, Галена и Свинец$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)Соли и Бура$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)Сподумен и Лепидолит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)Сфалерит & Пирит$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)Сфалерит и Сера$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)Тетраэдрит (обычный)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)Тетраэдрит (Поверхностный)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)Топаз и Халькозин$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_coal)Уголь$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)Уранинит и Уранит$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_copper)Халькопирит и Реальгар$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_magnetite)Хромит и Магнетит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_mica)Ционит, Слюда и Боксит$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)Шеелит и Вольфрамат$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sheldonite)Шелдонит и Борнит$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 230$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): -64 — 26$(br)$(thing)Размер$(): 40$(br)$(thing)Высота$(): 8$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аргиллит, Аспидный сланец, Гнейс, Доломит, Известняк, Кварцит, Конгломерат, Кремнистый сланец, Мел, Мрамор, Сланец, Филлит, Шиферный сланец", + "title": "Аметист и гранат", + "type": "patchouli:text", + "anchor": "deep_garnet_amethyst" + }, + { + "Type": "patchouli:multiblock", + "name": "Аметист", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 65%$(br)$(thing)Хромит$(): Железо$(br)$(thing)Формула$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Андрадит, Гроссуляр, Уваровит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Опал", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Кремний, Кислород$(br)$(thing)Формула$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Красный гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Хромит$(): Пироп, Альмандин, Спасерит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 34$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Апатит и Пирохлор", + "type": "patchouli:text", + "anchor": "normal_apatite" + }, + { + "Type": "patchouli:multiblock", + "name": "Апатит", + "multiblock": { + "mapping": { + "0": "#forge:ores/apatite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Кальций, Фосфор$(br)$(thing)Формула$(): Ca₅(PO₄)₃Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трикальцийфосфат", + "multiblock": { + "mapping": { + "0": "#forge:ores/tricalcium_phosphate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Кальций, Фосфор$(br)$(thing)Формула$(): Ca₃(PO₄)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирохлор", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrochlore" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Ниобий$(br)$(thing)Формула$(): Ca₂Nb₂O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 185$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 50$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Габбро, Гранит, Диорит", + "title": "Бастнезит и Монацит", + "type": "patchouli:text", + "anchor": "normal_monazite" + }, + { + "Type": "patchouli:multiblock", + "name": "Бастнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bastnasite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Церий, Фтор$(br)$(thing)Формула$(): CeCFO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Монацит", + "multiblock": { + "mapping": { + "0": "#forge:ores/monazite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Фосфор, Редкая земля$(br)$(thing)Формула$(): ?(PO₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Неодим", + "multiblock": { + "mapping": { + "0": "#forge:ores/neodymium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Неодим$(br)$(thing)Формула$(): Nd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -40 — 30$(br)$(thing)Размер$(): 26$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Базальт, Габбро, Гранит, Дацит, Диорит, Риолит", + "title": "Бентонит и Оливин", + "type": "patchouli:text", + "anchor": "normal_olivine" + }, + { + "Type": "patchouli:multiblock", + "name": "Бентонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bentonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Натрий, Магний$(br)$(thing)Формула$(): NaMg₆Si₁₂H₄(H₂O)₅O₃₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnesite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): MgCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Оливин", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний, Железо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Глауконитовый песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Магний, Алюминий$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 185$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аргиллит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", + "title": "Боксит и Ильменит", + "type": "patchouli:text", + "anchor": "normal_bauxite" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ильменит", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Железо, Титан$(br)$(thing)Формула$(): FeTiO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алюминий", + "multiblock": { + "mapping": { + "0": "#forge:ores/aluminium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Аргиллит, Габбро, Гранит, Диорит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", + "title": "Висмут (Обычный)", + "type": "patchouli:text", + "anchor": "normal_bismuthinite" + }, + { + "Type": "patchouli:multiblock", + "name": "Висмут", + "multiblock": { + "mapping": { + "0": "#forge:ores/bismuth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 80%$(br)$(thing)Плавится в$(): Висмут$(br)$(thing)Формула$(): Bi", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинец", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 11%$(br)$(thing)Плавится в$(): Свинец$(br)$(thing)Формула$(): Pb$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сера", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 9%$(br)$(thing)Хромит$(): Сера$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 140$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 60 — 210$(br)$(thing)Размер$(): 50$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Аргиллит, Габбро, Гранит, Диорит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", + "title": "Висмут (Поверхностный)", + "type": "patchouli:text", + "anchor": "surface_bismuthinite" + }, + { + "Type": "patchouli:multiblock", + "name": "Висмут", + "multiblock": { + "mapping": { + "0": "#forge:ores/bismuth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 90%$(br)$(thing)Плавится в$(): Висмут$(br)$(thing)Формула$(): Bi", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинец", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 7%$(br)$(thing)Плавится в$(): Свинец$(br)$(thing)Формула$(): Pb$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сера", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 3%$(br)$(thing)Хромит$(): Сера$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 245$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 10$(br)$(thing)Размер$(): 26$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Базальт, Габбро, Гранит, Дацит, Диорит, Риолит", + "title": "Вульфенит & Молибденит", + "type": "patchouli:text", + "anchor": "deep_molybdenum" + }, + { + "Type": "patchouli:multiblock", + "name": "Вульфенит", + "multiblock": { + "mapping": { + "0": "#forge:ores/wulfenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Хромит$(): Свинец, Молибден$(br)$(thing)Формула$(): PbMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молибденит", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): MoS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молибден", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): Mo", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Повеллит", + "multiblock": { + "mapping": { + "0": "#forge:ores/powellite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 160$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 70$(br2)$(thing)Виды камней$(): Габбро, Диорит$(br2)Не получается найти это? Габбро всегда генерируется под $(thing)Базальтом$(), а на дне океана легко обнаружить столбы, ведущие к нижнему слою!", + "title": "Гарниерит и Кобальтит", + "type": "patchouli:text", + "anchor": "normal_garnierite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гарниерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnierite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): NiO", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальтит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Кобальт, Мышьяк$(br)$(thing)Формула$(): CoAsS$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальт", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobalt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Кобальт$(br)$(thing)Формула$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Никель", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 210$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Андезит, Базальт, Дацит, Риолит", + "title": "Гематит и Лимонит", + "type": "patchouli:text", + "anchor": "normal_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 30$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Базальт, Дацит, Риолит", + "title": "Гематит, Гётит, Рубин", + "type": "patchouli:text", + "anchor": "deep_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубин", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Хром, Алюминий$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 240$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 30$(br)$(thing)Размер$(): 32$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Известняк, Мрамор", + "title": "Гётит и Малахит", + "type": "patchouli:text", + "anchor": "deep_limonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Малахит", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 270$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -40 — 64$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Андезит, Аргиллит, Аспидный сланец, Базальт, Габбро, Гнейс, Гранит, Дацит, Диорит, Доломит, Известняк, Кварцит, Конгломерат, Кремнистый сланец, Мел, Мрамор, Риолит, Сланец, Филлит, Шиферный сланец", + "title": "Гранатовый и Касситеритовый песок", + "type": "patchouli:text", + "anchor": "normal_garnet_tin" + }, + { + "Type": "patchouli:multiblock", + "name": "Касситеритовый песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гранатовый песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnet_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Альмандин, Андрадит, Гроссуляр, Пироп, Спасерит, Уваровит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Асбест", + "multiblock": { + "mapping": { + "0": "#forge:ores/asbestos" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₂H₄O₉$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Asbestosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Диатомовый пелит", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Железо, Алюминий$(br)$(thing)Формула$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 80$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): -64 — -16$(br)$(thing)Размер$(): 16$(br)$(thing)Высота$(): 6$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Аргиллит, Аспидный сланец, Базальт, Габбро, Гнейс, Гранит, Дацит, Диорит, Доломит, Известняк, Кварцит, Конгломерат, Кремнистый сланец, Мел, Мрамор, Риолит, Сланец, Филлит, Шиферный сланец", + "title": "Графит и Алмаз", + "type": "patchouli:text", + "anchor": "normal_graphite" + }, + { + "Type": "patchouli:multiblock", + "name": "Графит", + "multiblock": { + "mapping": { + "0": "#forge:ores/graphite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Используется для$(): $(l:mechanics/fire_clay)Огнеупорная глина$(), Графен$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Уголь", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Используется для$(): топливо, ректификация$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алмаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/diamond" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Используется для$(): Измельчители, предметы из AE2$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 260$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 30$(br)$(thing)Размер$(): 32$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Базальт, Габбро, Гранит, Дацит, Диорит, Риолит", + "title": "Золото (Глубокое)", + "type": "patchouli:text", + "anchor": "deep_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 75%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 40$(br)$(thing)Высота$(): 12$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Андезит, Базальт, Габбро, Гранит, Дацит, Диорит, Риолит", + "title": "Золото, Лимонит и Гематит", + "type": "patchouli:text", + "anchor": "normal_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 55%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): трубчатая жила$(br)$(thing)Y-уровень$(): -32 — 50$(br)$(thing)Высота$(): 60$(br)$(thing)Радиус$(): 10$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Базальт, Дацит, Риолит", + "title": "Изумруд и Бериллий", + "type": "patchouli:text", + "anchor": "normal_beryllium" + }, + { + "Type": "patchouli:multiblock", + "name": "Изумруд", + "multiblock": { + "mapping": { + "0": "#forge:ores/emerald" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Используется для$(): компоненты уровня MV, Предметные фильтры (Тэг)$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Бериллий", + "multiblock": { + "mapping": { + "0": "#forge:ores/beryllium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Используется для$(): Эндер-жемчуг$(br)$(thing)Формула$(): Be$(br)$(thing)Ядовит$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Торий", + "multiblock": { + "mapping": { + "0": "#forge:ores/thorium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Торий$(br)$(thing)Формула$(): Th", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Габбро, Гранит, Диорит", + "title": "Касситерит (Обычный)", + "type": "patchouli:text", + "anchor": "normal_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Олово", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 60%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Касситерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 135$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 60 — 210$(br)$(thing)Размер$(): 50$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Габбро, Гранит, Диорит", + "title": "Касситерит (Поверхностный)", + "type": "patchouli:text", + "anchor": "surface_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Касситерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 60%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Олово", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 150$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 100$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 40$(br2)$(thing)Виды камней$(): Аспидный сланец, Гнейс, Кварцит, Сланец", + "title": "Кварцы", + "type": "patchouli:text", + "anchor": "normal_quartz" + }, + { + "Type": "patchouli:multiblock", + "name": "Кварцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/quartzite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 54%$(br)$(thing)Используется для$(): компоненты уровня LV$(br)$(thing)Формула$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Истинный кварц", + "multiblock": { + "mapping": { + "0": "#forge:ores/certus_quartz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Используется для$(): рецепты Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Барит", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Барий$(br)$(thing)Формула$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -60 — 10$(br)$(thing)Размер$(): 50$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аспидный сланец, Гнейс, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Лазурит, Лазурит 2 и Содалит", + "type": "patchouli:text", + "anchor": "normal_lapis" + }, + { + "Type": "patchouli:multiblock", + "name": "Лазурит", + "multiblock": { + "mapping": { + "0": "#forge:ores/lazurite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Алюминий, Кальций, Натрий$(br)$(thing)Формула$(): Al₆Si₆Ca₈Na₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Содалит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sodalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий, Натрий$(br)$(thing)Формула$(): Al₃Si₃Na₄Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Лазурит 2", + "multiblock": { + "mapping": { + "0": "#forge:ores/lapis" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Лазурит, Содалит, Пирит, Кальцит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кальцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Кальций$(br)$(thing)Формула$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 190$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Известняк, Мрамор", + "title": "Лимонит", + "type": "patchouli:text", + "anchor": "normal_limonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Малахит", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 200$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Аргиллит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", + "title": "Магнетит и Ванадий", + "type": "patchouli:text", + "anchor": "normal_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 63%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ванадий магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 22%$(br)$(thing)Хромит$(): Железо, Ванадий$(br)$(thing)Формула$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 9%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Хромит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 4%$(br)$(thing)Хромит$(): Хром$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Ядовит$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 195$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Аргиллит, Базальт, Дацит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Риолит, Сланец", + "title": "Марганец и Тантал", + "type": "patchouli:text", + "anchor": "normal_manganese" + }, + { + "Type": "patchouli:multiblock", + "name": "Гроссуляр", + "multiblock": { + "mapping": { + "0": "#forge:ores/grossular" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 37%$(br)$(thing)Хромит$(): Кальций, Алюминий$(br)$(thing)Формула$(): Ca₃Al₂Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Спасерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/spessartine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Марганец, Алюминий$(br)$(thing)Формула$(): Al₂Mn₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пиролюзит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrolusite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Марганец$(br)$(thing)Формула$(): MnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Танталит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 12%$(br)$(thing)Хромит$(): Марганец, Тантал$(br)$(thing)Формула$(): MnTa₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 85$(br2)$(thing)Виды камней$(): Андезит, Базальт, Дацит, Риолит", + "title": "Медь и Халькопирит", + "type": "patchouli:text", + "anchor": "normal_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Медь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 65%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькопирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 160$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 48$(br)$(thing)Высота$(): 9$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Базальт, Гранит", + "title": "Минеральные пески", + "type": "patchouli:text", + "anchor": "normal_basaltic_sands" + }, + { + "Type": "patchouli:multiblock", + "name": "Базальтовый минеральный песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/basaltic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гранитовый минеральный песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/granitic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Смектическая глина", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гипс", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Используется для$(): Алебастр (можно покрасить) и его кирпичи$(br)$(thing)Формула$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 190$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -40 — 56$(br)$(thing)Размер$(): 36$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Габбро, Гранит, Диорит", + "title": "Мыльный камень, Тальк и Трона", + "type": "patchouli:text", + "anchor": "normal_lubricant" + }, + { + "Type": "patchouli:multiblock", + "name": "Мыльный камень", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Глауконитовый песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний, Алюминий$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Тальк", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трона", + "multiblock": { + "mapping": { + "0": "#forge:ores/trona" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Хромит$(): Натрий$(br)$(thing)Формула$(): Na₃C₂H(H₂O)₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 185$(br)$(thing)Плотность$(): 0.2$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 70$(br)$(thing)Размер$(): 55$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аргиллит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", + "title": "Нефтеносный песок", + "type": "patchouli:text", + "anchor": "normal_oilsands" + }, + { + "Type": "patchouli:multiblock", + "name": "Нефтеносный песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/oilsands" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 100%$(br)$(thing)Хромит$(): топливо", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): -64 — 62$(br)$(thing)Размер$(): 26$(br)$(thing)Высота$(): 6$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Базальт, Габбро, Гранит, Дацит, Диорит, Риолит", + "title": "Опал и гранат", + "type": "patchouli:text", + "anchor": "deep_garnet_opal" + }, + { + "Type": "patchouli:multiblock", + "name": "Опал", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 55%$(br)$(thing)Хромит$(): Кремний, Кислород$(br)$(thing)Формула$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Аметист", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Железо$(br)$(thing)Формула$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Андрадит, Гроссуляр, Уваровит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Красный гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Хромит$(): Пироп, Альмандин, Спасерит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 160$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 100$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Гранит$(br2)Не получается найти это? На дне океана легко увидеть красное свечение!", + "title": "Редстоун, Киноварь и Рубин", + "type": "patchouli:text", + "anchor": "normal_redstone" + }, + { + "Type": "patchouli:multiblock", + "name": "Редстоун", + "multiblock": { + "mapping": { + "0": "#forge:ores/redstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Плавится в$(): Редстоун$(br)$(thing)Формула$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубин", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Хром, Алюминий$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Киноварь", + "multiblock": { + "mapping": { + "0": "#forge:ores/cinnabar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Ртуть$(br)$(thing)Формула$(): HgS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): -64 — 26$(br)$(thing)Размер$(): 28$(br)$(thing)Высота$(): 8$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Базальт, Дацит, Риолит", + "title": "Сапфир и Альмандин", + "type": "patchouli:text", + "anchor": "deep_sapphire" + }, + { + "Type": "patchouli:multiblock", + "name": "Альмандин", + "multiblock": { + "mapping": { + "0": "#forge:ores/almandine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 38%$(br)$(thing)Хромит$(): Алюминий, Железо$(br)$(thing)Формула$(): Al₂Fe₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пироп", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrope" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 27%$(br)$(thing)Хромит$(): Алюминий, Магний$(br)$(thing)Формула$(): Al₂Mg₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфир", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 16%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Зелёный сапфир", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 16%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 210$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 50$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Селитра и Электротин", + "type": "patchouli:text", + "anchor": "normal_saltpeter" + }, + { + "Type": "patchouli:multiblock", + "name": "Селитра", + "multiblock": { + "mapping": { + "0": "#forge:ores/saltpeter" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Калий, Азот$(br)$(thing)Формула$(): KNO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Диатомовый пелит", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Железо, Алюминий$(br)$(thing)Формула$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Электротин", + "multiblock": { + "mapping": { + "0": "#forge:ores/electrotine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Золото, Серебро, Редстоун$(br)$(thing)Формула$(): (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алунит", + "multiblock": { + "mapping": { + "0": "#forge:ores/alunite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Калий, Алюминий$(br)$(thing)Формула$(): KAl₃Si₂H₆O₁₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 165$(br)$(thing)Плотность$(): 0.2$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 210$(br)$(thing)Размер$(): 45$(br)$(thing)Индикатор Max Depth$(): 40$(br2)$(thing)Виды камней$(): Андезит, Базальт, Дацит, Риолит", + "title": "Сера и Пирит", + "type": "patchouli:text", + "anchor": "normal_sulfur" + }, + { + "Type": "patchouli:multiblock", + "name": "Сера", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Сера$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 160$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Гнейс, Гранит", + "title": "Серебро, Галена и Свинец", + "type": "patchouli:text", + "anchor": "normal_silver" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинец", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 55%$(br)$(thing)Плавится в$(): Свинец$(br)$(thing)Формула$(): Pb$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Галена", + "multiblock": { + "mapping": { + "0": "#forge:ores/galena" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Свинец$(br)$(thing)Формула$(): PbS$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Серебро", + "multiblock": { + "mapping": { + "0": "#forge:ores/silver" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Серебро$(br)$(thing)Формула$(): Ag", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 175$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): 30 — 70$(br)$(thing)Размер$(): 40$(br)$(thing)Высота$(): 4$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аргиллит, Известняк, Сланец", + "title": "Соли и Бура", + "type": "patchouli:text", + "anchor": "normal_salt" + }, + { + "Type": "patchouli:multiblock", + "name": "Каменная соль", + "multiblock": { + "mapping": { + "0": "#forge:ores/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Хромит$(): Калий, Хлор$(br)$(thing)Формула$(): KCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Соль", + "multiblock": { + "mapping": { + "0": "#forge:ores/salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Натрий, Хлор$(br)$(thing)Формула$(): NaCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Лепидолит", + "multiblock": { + "mapping": { + "0": "#forge:ores/lepidolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Калий, Литий, Алюминий, Фтор$(br)$(thing)Формула$(): KLi₃Al₄F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Бура", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Натрий, Бор$(br)$(thing)Формула$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.375$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): 20 — 60$(br)$(thing)Размер$(): 35$(br)$(thing)Высота$(): 6$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Сподумен и Лепидолит", + "type": "patchouli:text", + "anchor": "normal_spodumene" + }, + { + "Type": "patchouli:multiblock", + "name": "Сподумен", + "multiblock": { + "mapping": { + "0": "#forge:ores/spodumene" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Литий, Алюминий$(br)$(thing)Формула$(): LiAlSi₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Соль", + "multiblock": { + "mapping": { + "0": "#forge:ores/salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Натрий, Хлор$(br)$(thing)Формула$(): NaCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Каменная соль", + "multiblock": { + "mapping": { + "0": "#forge:ores/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Калий, Хлор$(br)$(thing)Формула$(): KCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Лепидолит", + "multiblock": { + "mapping": { + "0": "#forge:ores/lepidolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Калий, Литий, Алюминий, Фтор$(br)$(thing)Формула$(): KLi₃Al₄F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Андезит, Аспидный сланец, Базальт, Гнейс, Дацит, Кварцит, Мрамор, Риолит, Филлит, Шиферный сланец", + "title": "Сфалерит & Пирит", + "type": "patchouli:text", + "anchor": "normal_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Плавится в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сера", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Сера$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 145$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 60 — 210$(br)$(thing)Размер$(): 50$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Андезит, Аспидный сланец, Базальт, Гнейс, Дацит, Кварцит, Мрамор, Риолит, Филлит, Шиферный сланец", + "title": "Сфалерит и Сера", + "type": "patchouli:text", + "anchor": "surface_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Сера", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 55%$(br)$(thing)Хромит$(): Сера$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Плавится в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Аспидный сланец, Гнейс, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Тетраэдрит (обычный)", + "type": "patchouli:text", + "anchor": "normal_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Тетраэдрит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Медь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Стибнит", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Сурьма$(br)$(thing)Формула$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 140$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 60 — 210$(br)$(thing)Размер$(): 50$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Аспидный сланец, Гнейс, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Тетраэдрит (Поверхностный)", + "type": "patchouli:text", + "anchor": "surface_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Тетраэдрит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 60%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Медь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Стибнит", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Сурьма$(br)$(thing)Формула$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 260$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): -64 — 26$(br)$(thing)Размер$(): 28$(br)$(thing)Высота$(): 7$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аспидный сланец, Гнейс, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Топаз и Халькозин", + "type": "patchouli:text", + "anchor": "deep_topaz" + }, + { + "Type": "patchouli:multiblock", + "name": "Синий топаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/blue_topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Алюминий, Фтор$(br)$(thing)Формула$(): Al₂SiF₂H₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Топаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий, Фтор$(br)$(thing)Формула$(): Al₂SiFH₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькозин", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcocite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Медь$(br)$(thing)Формула$(): Cu₂S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Борнит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Медь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 215$(br)$(thing)Плотность$(): 0.55$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 210$(br)$(thing)Размер$(): 60$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Аргиллит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", + "title": "Уголь", + "type": "patchouli:text", + "anchor": "normal_coal" + }, + { + "Type": "patchouli:multiblock", + "name": "Уголь", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 100%$(br)$(thing)Используется для$(): топливо, ректификация$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — -20$(br)$(thing)Размер$(): 24$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Уранинит и Уранит", + "type": "patchouli:text", + "anchor": "deep_pitchblende" + }, + { + "Type": "patchouli:multiblock", + "name": "Уранит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pitchblende" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Уран, Торий, Свинец$(br)$(thing)Формула$(): (UO₂)₃ThPb$(br)$(thing)Ядовит$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Уранинит", + "multiblock": { + "mapping": { + "0": "#forge:ores/uraninite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Уран$(br)$(thing)Формула$(): UO₂$(br)$(thing)Ядовит$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 200$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 20 — 217$(br)$(thing)Размер$(): 50$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Андезит, Базальт, Дацит, Риолит", + "title": "Халькопирит и Реальгар", + "type": "patchouli:text", + "anchor": "surface_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькопирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 61%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Цеолит", + "multiblock": { + "mapping": { + "0": "#forge:ores/zeolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 16%$(br)$(thing)Хромит$(): Алюминий, Кислород$(br)$(thing)Формула$(): NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Реальгар", + "multiblock": { + "mapping": { + "0": "#forge:ores/realgar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 16%$(br)$(thing)Хромит$(): Мышьяк$(br)$(thing)Формула$(): As₄S₄$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Касситерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 205$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 30$(br)$(thing)Размер$(): 34$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аргиллит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", + "title": "Хромит и Магнетит", + "type": "patchouli:text", + "anchor": "deep_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Хромит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 60%$(br)$(thing)Хромит$(): Хром$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Ядовит$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ванадий магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Железо, Ванадий$(br)$(thing)Формула$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфир", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 190$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 210$(br)$(thing)Размер$(): 36$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Ционит, Слюда и Боксит", + "type": "patchouli:text", + "anchor": "normal_mica" + }, + { + "Type": "patchouli:multiblock", + "name": "Ционит", + "multiblock": { + "mapping": { + "0": "#forge:ores/kyanite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂SiO₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Слюда", + "multiblock": { + "mapping": { + "0": "#forge:ores/mica" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Калий, Алюминий, Фтор$(br)$(thing)Формула$(): KAl₃Si₃F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Поллуцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pollucite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Цезий, Алюминий$(br)$(thing)Формула$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 0$(br)$(thing)Размер$(): 20$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Габбро, Гранит, Диорит", + "title": "Шеелит и Вольфрамат", + "type": "patchouli:text", + "anchor": "deep_scheelite" + }, + { + "Type": "patchouli:multiblock", + "name": "Шеелит", + "multiblock": { + "mapping": { + "0": "#forge:ores/scheelite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Хромит$(): Вольфрам$(br)$(thing)Формула$(): Ca(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Вольфрамат", + "multiblock": { + "mapping": { + "0": "#forge:ores/tungstate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Вольфрам, Литий$(br)$(thing)Формула$(): Li₂(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Литий", + "multiblock": { + "mapping": { + "0": "#forge:ores/lithium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Литий$(br)$(thing)Формула$(): Li", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 300$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 0$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аспидный сланец, Гнейс, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Шелдонит и Борнит", + "type": "patchouli:text", + "anchor": "deep_sheldonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Борнит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Медь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Шелдонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cooperite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Платина, Никель, Палладий$(br)$(thing)Формула$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Платина", + "multiblock": { + "mapping": { + "0": "#forge:ores/platinum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Платина$(br)$(thing)Формула$(): Pt", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Палладий", + "multiblock": { + "mapping": { + "0": "#forge:ores/palladium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Палладий$(br)$(thing)Формула$(): Pd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_ore_index.json new file mode 100644 index 000000000..d730cefe8 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_ore_index.json @@ -0,0 +1,56 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "The Beneath Ore Index", + "icon": "minecraft:quartz", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Ore Index$() for $(thing)The Beneath$(). All ores are sorted alphabetically and then by richest to poorest vein type. You can click on them to learn more information about each vein.", + "title": "The Beneath Ore Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Алмаз: $(l:tfg_ores/nether_vein_index#nether_graphite)40%$(/l)$()$(li)Алунит: $(l:tfg_ores/nether_vein_index#nether_saltpeter)15%$(/l)$()$(li)Альмандин: $(l:tfg_ores/nether_vein_index#nether_sapphire)38%$(/l)$()$(li)Алюминий: $(l:tfg_ores/nether_vein_index#nether_bauxite)25%$(/l)$()$(li)Аметист: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Апатит: $(l:tfg_ores/nether_vein_index#nether_apatite)50%$(/l)$()$(li)Асбест: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Базальтовый минеральный песок: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)35%$(/l)$()$(li)Барит: $(l:tfg_ores/nether_vein_index#nether_quartz)20%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/nether_vein_index#nether_monazite)50%$(/l)$()$(li)Бентонит: $(l:tfg_ores/nether_vein_index#nether_olivine)35%$(/l)$()$(li)Бериллий: $(l:tfg_ores/nether_vein_index#nether_beryllium)35%$(/l)$()$(li)Боксит: $(l:tfg_ores/nether_vein_index#nether_bauxite)45%$(/l), $(l:tfg_ores/nether_vein_index#nether_mica)25%$(/l)$()$(li)Борнит: $(l:tfg_ores/nether_vein_index#nether_sheldonite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Ванадий магнетит: $(l:tfg_ores/nether_vein_index#nether_magnetite)15%$(/l)$()$(li)Вольфрамат: $(l:tfg_ores/nether_vein_index#nether_scheelite)35%$(/l)$()$(li)Вульфенит: $(l:tfg_ores/nether_vein_index#nether_molybdenum)40%$(/l)$()$(li)Галена: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Гарниерит: $(l:tfg_ores/nether_vein_index#nether_garnierite)30%$(/l)$()$(li)Гематит: $(l:tfg_ores/nether_vein_index#nether_hematite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)5%$(/l)$()$(li)Гётит: $(l:tfg_ores/nether_vein_index#nether_goethite)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Гипс: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)15%$(/l)$()$(li)Глауконитовый песок: $(l:tfg_ores/nether_vein_index#nether_lubricant)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_olivine)15%$(/l)$()$(li)Гранатовый песок: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Гранитовый минеральный песок: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Графит: $(l:tfg_ores/nether_vein_index#nether_graphite)45%$(/l)$()$(li)Гроссуляр: $(l:tfg_ores/nether_vein_index#nether_manganese)37%$(/l)$()$(li)Диатомовый пелит: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_garnet_tin)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Жёлтый гранат: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()$(li)Жёлтый лимонит: $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Зелёный сапфир: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()$(li)Изумруд: $(l:tfg_ores/nether_vein_index#nether_beryllium)50%$(/l)$()$(li)Ильменит: $(l:tfg_ores/nether_vein_index#nether_bauxite)30%$(/l)$()$(li)Кальцит: $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()$(li)Касситерит: $(l:tfg_ores/nether_vein_index#nether_cassiterite)40%$(/l)$()$(li)Касситеритовый песок: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)35%$(/l)$()$(li)Кварцит: $(l:tfg_ores/nether_vein_index#nether_quartz)25%$(/l)$()$(li)Киноварь: $(l:tfg_ores/nether_vein_index#nether_redstone)20%$(/l)$()$(li)Кобальт: $(l:tfg_ores/nether_vein_index#nether_garnierite)15%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/nether_vein_index#nether_garnierite)20%$(/l)$()$(li)Красный гранат: $(l:tfg_ores/nether_vein_index#nether_garnet)9%$(/l)$()$(li)Лазурит: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Лазурит 2: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Литий: $(l:tfg_ores/nether_vein_index#nether_scheelite)20%$(/l)$()$(li)Магнезит: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Магнетит: $(l:tfg_ores/nether_vein_index#nether_magnetite)5%$(/l)$()$(li)Малахит: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)Молибден: $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Молибденит: $(l:tfg_ores/nether_vein_index#nether_molybdenum)30%$(/l)$()$(li)Монацит: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Мыльный камень: $(l:tfg_ores/nether_vein_index#nether_lubricant)30%$(/l)$()$(li)Наквада: $(l:tfg_ores/nether_vein_index#nether_naquadah)75%$(/l)$()$(li)Незер-кварц: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)Неодим: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Никель: $(l:tfg_ores/nether_vein_index#nether_garnierite)10%$(/l)$()$(li)Оливин: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Олово: $(l:tfg_ores/nether_vein_index#nether_cassiterite)60%$(/l)$()$(li)Опал: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Палладий: $(l:tfg_ores/nether_vein_index#nether_sheldonite)15%$(/l)$()$(li)Пентландит: $(l:tfg_ores/nether_vein_index#nether_garnierite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_lubricant)15%$(/l)$()$(li)Пирит: $(l:tfg_ores/nether_vein_index#nether_sulfur)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)10%$(/l)$()$(li)Пиролюзит: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Пироп: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()$(li)Пирохлор: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()$(li)Платина: $(l:tfg_ores/nether_vein_index#nether_sheldonite)25%$(/l)$()$(li)Плутоний: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)Повеллит: $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Поллуцит: $(l:tfg_ores/nether_vein_index#nether_mica)15%$(/l)$()$(li)Редстоун: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()$(li)Рубин: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Самородная Золото: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()$(li)Самородная Медь: $(l:tfg_ores/nether_vein_index#nether_copper)65%$(/l), $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)30%$(/l)$()$(li)Самородная Серебро: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Сапфир: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)5%$(/l)$()$(li)Свинец: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Селитра: $(l:tfg_ores/nether_vein_index#nether_saltpeter)35%$(/l)$()$(li)Сера: $(l:tfg_ores/nether_vein_index#nether_sulfur)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)35%$(/l)$()$(li)Синий топаз: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)Слюда: $(l:tfg_ores/nether_vein_index#nether_mica)25%$(/l)$()$(li)Смектическая глина: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Содалит: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Спасерит: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Стибнит: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)20%$(/l)$()$(li)Сфалерит: $(l:tfg_ores/nether_vein_index#nether_sphalerite)40%$(/l), $(l:tfg_ores/nether_vein_index#nether_sulfur)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Тальк: $(l:tfg_ores/nether_vein_index#nether_lubricant)20%$(/l)$()$(li)Танталит: $(l:tfg_ores/nether_vein_index#nether_manganese)12%$(/l)$()$(li)Тетраэдрит: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)50%$(/l)$()$(li)Топаз: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Торий: $(l:tfg_ores/nether_vein_index#nether_beryllium)15%$(/l)$()$(li)Трикальцийфосфат: $(l:tfg_ores/nether_vein_index#nether_apatite)35%$(/l)$()$(li)Трона: $(l:tfg_ores/nether_vein_index#nether_lubricant)10%$(/l)$()$(li)Уголь: $(l:tfg_ores/nether_vein_index#nether_graphite)15%$(/l)$()$(li)Уранинит: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Уранит: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Халькозин: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Халькопирит: $(l:tfg_ores/nether_vein_index#nether_copper)20%$(/l)$()$(li)Хромит: $(l:tfg_ores/nether_vein_index#nether_magnetite)60%$(/l)$()$(li)Ционит: $(l:tfg_ores/nether_vein_index#nether_mica)35%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Шеелит: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()$(li)Шелдонит: $(l:tfg_ores/nether_vein_index#nether_sheldonite)25%$(/l)$()$(li)Электротин: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l)$()", + "type": "patchouli:text" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_vein_index.json new file mode 100644 index 000000000..0b3438d00 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_vein_index.json @@ -0,0 +1,2799 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "The Beneath Vein Index", + "icon": "gtceu:pyroxenite_nether_quartz_ore", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Vein Index$() for $(thing)The Beneath$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns on, and more.", + "title": "The Beneath Vein Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnet)Аметист, Опал и гранат$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_apatite)Апатит и Пирохлор$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_monazite)Бастнезит и Монацит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_olivine)Бентонит и Оливин$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_bauxite)Боксит и Ильменит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_molybdenum)Вульфенит & Молибденит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnierite)Гарниерит и Кобальтит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_hematite)Гематит и Лимонит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_goethite)Гётит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnet_tin)Гранатовый и Касситеритовый песок$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_graphite)Графит и Алмаз$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_gold)Золото и Гематит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_beryllium)Изумруд и Бериллий$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_cassiterite)Касситерит$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_lapis)Лазурит, Лазурит 2 и Содалит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_manganese)Марганец и Тантал$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_copper)Медь и Халькопирит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_basaltic_sands)Минеральные пески$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lubricant)Мыльный камень, Тальк и Трона$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_naquadah)Наквада и Плутоний$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_quartz)Незер-кварц$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_redstone)Редстоун, Киноварь и Рубин$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sapphire)Сапфир и Альмандин$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_saltpeter)Селитра и Электротин$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sulfur)Сера и Пирит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_silver)Серебро, Галена и Свинец$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sphalerite)Сфалерит & Пирит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_tetrahedrite)Тетраэдрит$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_topaz)Топаз и Халькозин$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_pitchblende)Уранинит и Уранит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_magnetite)Хромит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_mica)Ционит, Слюда и Боксит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)Шеелит и Вольфрамат$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sheldonite)Шелдонит и Борнит$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 230$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 45$(br)$(thing)Высота$(): 8$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Аметист, Опал и гранат", + "type": "patchouli:text", + "anchor": "nether_garnet" + }, + { + "Type": "patchouli:multiblock", + "name": "Аметист", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 38%$(br)$(thing)Хромит$(): Железо$(br)$(thing)Формула$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Опал", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 38%$(br)$(thing)Хромит$(): Кремний, Кислород$(br)$(thing)Формула$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 14%$(br)$(thing)Хромит$(): Андрадит, Гроссуляр, Уваровит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Красный гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 9%$(br)$(thing)Хромит$(): Пироп, Альмандин, Спасерит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 48 — 128$(br)$(thing)Размер$(): 39$(br2)$(thing)Виды камней$(): Аспидный сланец, Гнейс", + "title": "Апатит и Пирохлор", + "type": "patchouli:text", + "anchor": "nether_apatite" + }, + { + "Type": "patchouli:multiblock", + "name": "Апатит", + "multiblock": { + "mapping": { + "0": "#forge:ores/apatite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Кальций, Фосфор$(br)$(thing)Формула$(): Ca₅(PO₄)₃Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трикальцийфосфат", + "multiblock": { + "mapping": { + "0": "#forge:ores/tricalcium_phosphate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Кальций, Фосфор$(br)$(thing)Формула$(): Ca₃(PO₄)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирохлор", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrochlore" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Ниобий$(br)$(thing)Формула$(): Ca₂Nb₂O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 185$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 24 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Бастнезит и Монацит", + "type": "patchouli:text", + "anchor": "nether_monazite" + }, + { + "Type": "patchouli:multiblock", + "name": "Бастнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bastnasite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Церий, Фтор$(br)$(thing)Формула$(): CeCFO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Монацит", + "multiblock": { + "mapping": { + "0": "#forge:ores/monazite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Фосфор, Редкая земля$(br)$(thing)Формула$(): ?(PO₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Неодим", + "multiblock": { + "mapping": { + "0": "#forge:ores/neodymium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Неодим$(br)$(thing)Формула$(): Nd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 24 — 128$(br)$(thing)Размер$(): 31$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Бентонит и Оливин", + "type": "patchouli:text", + "anchor": "nether_olivine" + }, + { + "Type": "patchouli:multiblock", + "name": "Бентонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bentonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Натрий, Магний$(br)$(thing)Формула$(): NaMg₆Si₁₂H₄(H₂O)₅O₃₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnesite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): MgCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Оливин", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний, Железо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Глауконитовый песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Магний, Алюминий$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 185$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Боксит и Ильменит", + "type": "patchouli:text", + "anchor": "nether_bauxite" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ильменит", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Железо, Титан$(br)$(thing)Формула$(): FeTiO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алюминий", + "multiblock": { + "mapping": { + "0": "#forge:ores/aluminium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 245$(br)$(thing)Плотность$(): 0.55$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 31$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Вульфенит & Молибденит", + "type": "patchouli:text", + "anchor": "nether_molybdenum" + }, + { + "Type": "patchouli:multiblock", + "name": "Вульфенит", + "multiblock": { + "mapping": { + "0": "#forge:ores/wulfenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Хромит$(): Свинец, Молибден$(br)$(thing)Формула$(): PbMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молибденит", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): MoS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молибден", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): Mo", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Повеллит", + "multiblock": { + "mapping": { + "0": "#forge:ores/powellite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 160$(br)$(thing)Плотность$(): 0.5$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 16 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Габбро, Диорит, Пироксенит", + "title": "Гарниерит и Кобальтит", + "type": "patchouli:text", + "anchor": "nether_garnierite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гарниерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnierite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): NiO", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальтит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Кобальт, Мышьяк$(br)$(thing)Формула$(): CoAsS$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальт", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobalt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Кобальт$(br)$(thing)Формула$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Никель", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 35$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Гематит и Лимонит", + "type": "patchouli:text", + "anchor": "nether_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубин", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Хром, Алюминий$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 240$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 37$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Гётит", + "type": "patchouli:text", + "anchor": "nether_goethite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Малахит", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 270$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 24 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Мигматит, Пироксенит, Травертин", + "title": "Гранатовый и Касситеритовый песок", + "type": "patchouli:text", + "anchor": "nether_garnet_tin" + }, + { + "Type": "patchouli:multiblock", + "name": "Касситеритовый песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гранатовый песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnet_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Альмандин, Андрадит, Гроссуляр, Пироп, Спасерит, Уваровит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Асбест", + "multiblock": { + "mapping": { + "0": "#forge:ores/asbestos" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₂H₄O₉$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Asbestosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Диатомовый пелит", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Железо, Алюминий$(br)$(thing)Формула$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 120$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): трубчатая жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Высота$(): 60$(br)$(thing)Радиус$(): 12$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Графит и Алмаз", + "type": "patchouli:text", + "anchor": "nether_graphite" + }, + { + "Type": "patchouli:multiblock", + "name": "Графит", + "multiblock": { + "mapping": { + "0": "#forge:ores/graphite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Используется для$(): $(l:mechanics/fire_clay)Огнеупорная глина$(), Графен$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алмаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/diamond" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Используется для$(): Измельчители, предметы из AE2$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Уголь", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Используется для$(): топливо, ректификация$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 260$(br)$(thing)Плотность$(): 0.55$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 37$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Золото и Гематит", + "type": "patchouli:text", + "anchor": "nether_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 75%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): трубчатая жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Высота$(): 60$(br)$(thing)Радиус$(): 12$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Изумруд и Бериллий", + "type": "patchouli:text", + "anchor": "nether_beryllium" + }, + { + "Type": "patchouli:multiblock", + "name": "Изумруд", + "multiblock": { + "mapping": { + "0": "#forge:ores/emerald" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Используется для$(): компоненты уровня MV, Предметные фильтры (Тэг)$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Бериллий", + "multiblock": { + "mapping": { + "0": "#forge:ores/beryllium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Используется для$(): Эндер-жемчуг$(br)$(thing)Формула$(): Be$(br)$(thing)Ядовит$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Торий", + "multiblock": { + "mapping": { + "0": "#forge:ores/thorium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Торий$(br)$(thing)Формула$(): Th", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.5$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Касситерит", + "type": "patchouli:text", + "anchor": "nether_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Олово", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 60%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Касситерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 40$(br2)$(thing)Виды камней$(): Мигматит, Пироксенит, Травертин", + "title": "Лазурит, Лазурит 2 и Содалит", + "type": "patchouli:text", + "anchor": "nether_lapis" + }, + { + "Type": "patchouli:multiblock", + "name": "Лазурит", + "multiblock": { + "mapping": { + "0": "#forge:ores/lazurite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Алюминий, Кальций, Натрий$(br)$(thing)Формула$(): Al₆Si₆Ca₈Na₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Содалит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sodalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий, Натрий$(br)$(thing)Формула$(): Al₃Si₃Na₄Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Лазурит 2", + "multiblock": { + "mapping": { + "0": "#forge:ores/lapis" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Лазурит, Содалит, Пирит, Кальцит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кальцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Кальций$(br)$(thing)Формула$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 195$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Марганец и Тантал", + "type": "patchouli:text", + "anchor": "nether_manganese" + }, + { + "Type": "patchouli:multiblock", + "name": "Гроссуляр", + "multiblock": { + "mapping": { + "0": "#forge:ores/grossular" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 37%$(br)$(thing)Хромит$(): Кальций, Алюминий$(br)$(thing)Формула$(): Ca₃Al₂Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Спасерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/spessartine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Марганец, Алюминий$(br)$(thing)Формула$(): Al₂Mn₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пиролюзит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrolusite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Марганец$(br)$(thing)Формула$(): MnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Танталит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 12%$(br)$(thing)Хромит$(): Марганец, Тантал$(br)$(thing)Формула$(): MnTa₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.5$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Медь и Халькопирит", + "type": "patchouli:text", + "anchor": "nether_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Медь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 65%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькопирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 160$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): 48 — 128$(br)$(thing)Размер$(): 48$(br)$(thing)Высота$(): 9$(br2)$(thing)Виды камней$(): Базальт, Гранит", + "title": "Минеральные пески", + "type": "patchouli:text", + "anchor": "nether_basaltic_sands" + }, + { + "Type": "patchouli:multiblock", + "name": "Базальтовый минеральный песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/basaltic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гранитовый минеральный песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/granitic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Смектическая глина", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гипс", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Используется для$(): Алебастр (можно покрасить) и его кирпичи$(br)$(thing)Формула$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 41$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Мыльный камень, Тальк и Трона", + "type": "patchouli:text", + "anchor": "nether_lubricant" + }, + { + "Type": "patchouli:multiblock", + "name": "Мыльный камень", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Глауконитовый песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний, Алюминий$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Тальк", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трона", + "multiblock": { + "mapping": { + "0": "#forge:ores/trona" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Хромит$(): Натрий$(br)$(thing)Формула$(): Na₃C₂H(H₂O)₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 38$(br)$(thing)Размер$(): 32$(br2)$(thing)Виды камней$(): Базальт, Пироксенит", + "title": "Наквада и Плутоний", + "type": "patchouli:text", + "anchor": "nether_naquadah" + }, + { + "Type": "patchouli:multiblock", + "name": "Наквада", + "multiblock": { + "mapping": { + "0": "#forge:ores/naquadah" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 75%$(br)$(thing)Хромит$(): Наквада, Тританий$(br)$(thing)Формула$(): Nq", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Плутоний", + "multiblock": { + "mapping": { + "0": "#forge:ores/plutonium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Плутоний$(br)$(thing)Формула$(): Pu²³⁹$(br)$(thing)Ядовит$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 150$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Базальт, Габбро, Гранит, Диорит, Мигматит, Пироксенит, Травертин", + "title": "Незер-кварц", + "type": "patchouli:text", + "anchor": "nether_quartz" + }, + { + "Type": "patchouli:multiblock", + "name": "Незер-кварц", + "multiblock": { + "mapping": { + "0": "#forge:ores/nether_quartz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 54%$(br)$(thing)Используется для$(): рецепты Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кварцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/quartzite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Используется для$(): компоненты уровня LV$(br)$(thing)Формула$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Барит", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Барий$(br)$(thing)Формула$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 160$(br)$(thing)Плотность$(): 0.5$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Гранит, Пироксенит", + "title": "Редстоун, Киноварь и Рубин", + "type": "patchouli:text", + "anchor": "nether_redstone" + }, + { + "Type": "patchouli:multiblock", + "name": "Редстоун", + "multiblock": { + "mapping": { + "0": "#forge:ores/redstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Плавится в$(): Редстоун$(br)$(thing)Формула$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубин", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Хром, Алюминий$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Киноварь", + "multiblock": { + "mapping": { + "0": "#forge:ores/cinnabar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Ртуть$(br)$(thing)Формула$(): HgS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 33$(br)$(thing)Высота$(): 8$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Сапфир и Альмандин", + "type": "patchouli:text", + "anchor": "nether_sapphire" + }, + { + "Type": "patchouli:multiblock", + "name": "Альмандин", + "multiblock": { + "mapping": { + "0": "#forge:ores/almandine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 38%$(br)$(thing)Хромит$(): Алюминий, Железо$(br)$(thing)Формула$(): Al₂Fe₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пироп", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrope" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 27%$(br)$(thing)Хромит$(): Алюминий, Магний$(br)$(thing)Формула$(): Al₂Mg₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфир", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 16%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Зелёный сапфир", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 16%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 210$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 50$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Селитра и Электротин", + "type": "patchouli:text", + "anchor": "nether_saltpeter" + }, + { + "Type": "patchouli:multiblock", + "name": "Селитра", + "multiblock": { + "mapping": { + "0": "#forge:ores/saltpeter" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Калий, Азот$(br)$(thing)Формула$(): KNO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Диатомовый пелит", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Железо, Алюминий$(br)$(thing)Формула$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Электротин", + "multiblock": { + "mapping": { + "0": "#forge:ores/electrotine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Золото, Серебро, Редстоун$(br)$(thing)Формула$(): (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алунит", + "multiblock": { + "mapping": { + "0": "#forge:ores/alunite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Калий, Алюминий$(br)$(thing)Формула$(): KAl₃Si₂H₆O₁₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 165$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 50$(br2)$(thing)Виды камней$(): Аспидный сланец, Базальт, Диорит, Пироксенит", + "title": "Сера и Пирит", + "type": "patchouli:text", + "anchor": "nether_sulfur" + }, + { + "Type": "patchouli:multiblock", + "name": "Сера", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Сера$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 160$(br)$(thing)Плотность$(): 0.5$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 24 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Гнейс, Гранит, Пироксенит", + "title": "Серебро, Галена и Свинец", + "type": "patchouli:text", + "anchor": "nether_silver" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Серебро", + "multiblock": { + "mapping": { + "0": "#forge:ores/silver" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Серебро$(br)$(thing)Формула$(): Ag", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинец", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Свинец$(br)$(thing)Формула$(): Pb$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Галена", + "multiblock": { + "mapping": { + "0": "#forge:ores/galena" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Свинец$(br)$(thing)Формула$(): PbS$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.5$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Сфалерит & Пирит", + "type": "patchouli:text", + "anchor": "nether_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Плавится в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сера", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Сера$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.5$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Аспидный сланец, Гнейс, Мигматит, Пироксенит, Травертин", + "title": "Тетраэдрит", + "type": "patchouli:text", + "anchor": "nether_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Тетраэдрит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Медь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Стибнит", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Сурьма$(br)$(thing)Формула$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 33$(br)$(thing)Высота$(): 7$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Топаз и Халькозин", + "type": "patchouli:text", + "anchor": "nether_topaz" + }, + { + "Type": "patchouli:multiblock", + "name": "Синий топаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/blue_topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Алюминий, Фтор$(br)$(thing)Формула$(): Al₂SiF₂H₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Топаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий, Фтор$(br)$(thing)Формула$(): Al₂SiFH₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькозин", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcocite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Медь$(br)$(thing)Формула$(): Cu₂S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Борнит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Медь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.55$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 29$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Уранинит и Уранит", + "type": "patchouli:text", + "anchor": "nether_pitchblende" + }, + { + "Type": "patchouli:multiblock", + "name": "Уранит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pitchblende" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Уран, Торий, Свинец$(br)$(thing)Формула$(): (UO₂)₃ThPb$(br)$(thing)Ядовит$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Уранинит", + "multiblock": { + "mapping": { + "0": "#forge:ores/uraninite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Уран$(br)$(thing)Формула$(): UO₂$(br)$(thing)Ядовит$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 205$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 39$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Хромит", + "type": "patchouli:text", + "anchor": "nether_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Хромит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 60%$(br)$(thing)Хромит$(): Хром$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Ядовит$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ванадий магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Железо, Ванадий$(br)$(thing)Формула$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфир", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 41$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Ционит, Слюда и Боксит", + "type": "patchouli:text", + "anchor": "nether_mica" + }, + { + "Type": "patchouli:multiblock", + "name": "Ционит", + "multiblock": { + "mapping": { + "0": "#forge:ores/kyanite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂SiO₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Слюда", + "multiblock": { + "mapping": { + "0": "#forge:ores/mica" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Калий, Алюминий, Фтор$(br)$(thing)Формула$(): KAl₃Si₃F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Поллуцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pollucite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Цезий, Алюминий$(br)$(thing)Формула$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 25$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Шеелит и Вольфрамат", + "type": "patchouli:text", + "anchor": "nether_scheelite" + }, + { + "Type": "patchouli:multiblock", + "name": "Шеелит", + "multiblock": { + "mapping": { + "0": "#forge:ores/scheelite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Хромит$(): Вольфрам$(br)$(thing)Формула$(): Ca(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Вольфрамат", + "multiblock": { + "mapping": { + "0": "#forge:ores/tungstate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Вольфрам, Литий$(br)$(thing)Формула$(): Li₂(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Литий", + "multiblock": { + "mapping": { + "0": "#forge:ores/lithium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Литий$(br)$(thing)Формула$(): Li", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 35$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Шелдонит и Борнит", + "type": "patchouli:text", + "anchor": "nether_sheldonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Борнит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Медь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Шелдонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cooperite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Платина, Никель, Палладий$(br)$(thing)Формула$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Платина", + "multiblock": { + "mapping": { + "0": "#forge:ores/platinum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Платина$(br)$(thing)Формула$(): Pt", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Палладий", + "multiblock": { + "mapping": { + "0": "#forge:ores/palladium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Палладий$(br)$(thing)Формула$(): Pd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_apatite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_apatite.json deleted file mode 100644 index 85c036697..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_apatite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Апатит и Пирохлор", - "icon": "gtceu:raw_apatite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 220$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 60$(br)Размер: 34$(br2)Виды камней: Гранит, Диорит, Габбро, Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикатор: Апатит, Трикальцийфосфат, Пирохлор" - }, - { - "type": "patchouli:multiblock", - "name": "Апатит", - "multiblock": - { - "mapping": { "0": "#forge:ores/apatite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Содержит: Кальций, Фосфор$(br)Формула: Ca₅(PO₄)₃Cl" - }, - { - "type": "patchouli:multiblock", - "name": "Трикальцийфосфат", - "multiblock": - { - "mapping": { "0": "#forge:ores/tricalcium_phosphate" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Кальций, Фосфор$(br)Формула: Ca₃(PO₄)₂" - }, - { - "type": "patchouli:multiblock", - "name": "Пирохлор", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrochlore" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Ниобий$(br)Формула: Ca₂Nb₂O₇" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_basaltic_sands.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_basaltic_sands.json deleted file mode 100644 index 50cff68c4..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_basaltic_sands.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Минеральные пески", - "icon": "gtceu:raw_basaltic_mineral_sand", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 160$(br)Плотность: 0.3$(br)Вид: дискообразная жила$(br)Y-уровень: -32 - 60$(br)Размер: 48$(br)Высота: 9$(br2)Виды камней: Гранит, Базальт$(br2)Индикаторы: Базальтовый и Гранитовый минеральные пески, Смектическая глина, Гипс" - }, - { - "type": "patchouli:multiblock", - "name": "Базальтовый минеральный песок", - "multiblock": - { - "mapping": { "0": "#forge:ores/basaltic_mineral_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Плавится в: Железо$(br)Формула: (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)" - }, - { - "type": "patchouli:multiblock", - "name": "Гранитовый минеральный песок", - "multiblock": - { - "mapping": { "0": "#forge:ores/granitic_mineral_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Плавится в: Железо$(br)Формула: (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))" - }, - { - "type": "patchouli:multiblock", - "name": "Смектическая глина", - "multiblock": - { - "mapping": { "0": "#forge:ores/fullers_earth" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Магний$(br)Формула: MgSi₄H(H₂O)₄O₁₁" - }, - { - "type": "patchouli:multiblock", - "name": "Гипс", - "multiblock": - { - "mapping": { "0": "#forge:ores/gypsum" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Используется для: Алебастр (можно покрасить) и его кирпичи$(br)Формула: CaS(H₂O)₂O₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_bauxite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_bauxite.json deleted file mode 100644 index 4e51742a0..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_bauxite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Боксит и Ильменит", - "icon": "gtceu:raw_bauxite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 185$(br)Плотность: 0.3$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 60$(br)Размер: 40$(br2)Виды камней: Сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикаторы: Боксит, Ильменит, Алюминий" - }, - { - "type": "patchouli:multiblock", - "name": "Боксит", - "multiblock": - { - "mapping": { "0": "#forge:ores/bauxite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 45%$(br)Содержит: Алюминий$(br)Формула: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Алюминий", - "multiblock": - { - "mapping": { "0": "#forge:ores/aluminium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Алюминий$(br)Формула: Al" - }, - { - "type": "patchouli:multiblock", - "name": "Ильменит", - "multiblock": - { - "mapping": { "0": "#forge:ores/ilmenite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Содержит: Титан$(br)Формула: FeTiO₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_beryllium.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_beryllium.json deleted file mode 100644 index 940b7f58b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_beryllium.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Изумруд и Бериллий", - "icon": "minecraft:emerald", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 180$(br)Плотность: 0.35$(br)Вид: трубчатая жила$(br)Y-уровень: -32 - 50$(br)Высота: 60$(br)Радиус: 10$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит$(br2)Индикаторы: Бериллий, Изумруд, Торий" - }, - { - "type": "patchouli:multiblock", - "name": "Бериллий", - "multiblock": - { - "mapping": { "0": "#forge:ores/beryllium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Используется для: Эндер-жемчуг$(br)Формула: Be$(br)Ядовит: Да" - }, - { - "type": "patchouli:multiblock", - "name": "Изумруд", - "multiblock": - { - "mapping": { "0": "#forge:ores/emerald" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Используется для: компоненты уровня MV, Предметные фильтры (Тэг)$(br)Формула: Be₃Al₂Si₆O₁₈" - }, - { - "type": "patchouli:multiblock", - "name": "Торий", - "multiblock": - { - "mapping": { "0": "#forge:ores/thorium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Бесполезен!$(br)Формула: Th" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_bismuth.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_bismuth.json deleted file mode 100644 index f68c4ac40..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_bismuth.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Висмут (Обычный)", - "icon": "gtceu:raw_bismuth", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 170$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Гранит, Диорит, Габбро, Сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикаторы: Висмутин" - }, - { - "type": "patchouli:multiblock", - "name": "Висмут", - "multiblock": - { - "mapping": { "0": "#forge:ores/bismuth" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 80%$(br)Плавится в: Висмут$(br)Формула: Bi" - }, - { - "type": "patchouli:multiblock", - "name": "Сера", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 9%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Свинец", - "multiblock": - { - "mapping": { "0": "#forge:ores/lead" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 11%$(br)Плавится в: свинец$(br)Формула: Pb$(br)Ядовит: Да" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_cassiterite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_cassiterite.json deleted file mode 100644 index 841862935..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_cassiterite.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Касситерит (Обычный)", - "icon": "gtceu:raw_cassiterite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 170$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Гранит, Диорит, Габбро$(br2)Индикатор: Касситерит" - }, - { - "type": "patchouli:multiblock", - "name": "Касситерит", - "multiblock": - { - "mapping": { "0": "#forge:ores/cassiterite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 40%$(br)Плавится в: Олово$(br)Формула: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Олово", - "multiblock": - { - "mapping": { "0": "#forge:ores/tin" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 60%$(br)Плавится в: Олово$(br)Формула: Sn" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_coal.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_coal.json deleted file mode 100644 index f93cd6414..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_coal.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "Уголь", - "icon": "minecraft:coal", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 215$(br)Плотность: 0.55$(br)Вид: кластерная жила$(br)Y-уровень: 0 - 210$(br)Размер: 60$(br2)Виды камней: Сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикатор: Уголь" - }, - { - "type": "patchouli:multiblock", - "name": "Уголь", - "multiblock": - { - "mapping": { "0": "#forge:ores/coal" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 100%$(br)Используется для: топливо, ректификация$(br)Формула: C" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_copper.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_copper.json deleted file mode 100644 index e3937613b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_copper.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Медь и Халькопирит", - "icon": "minecraft:raw_copper", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 170$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит$(br2)Индикатор: Самородная медь" - }, - { - "type": "patchouli:multiblock", - "name": "Медь", - "multiblock": - { - "mapping": { "0": "#forge:ores/copper" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 65%$(br)Плавится в: Медь$(br)Формула: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Халькопирит", - "multiblock": - { - "mapping": { "0": "#forge:ores/chalcopyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Медь$(br)Формула: CuFeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Железо", - "multiblock": - { - "mapping": { "0": "#forge:ores/iron" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Железо$(br)Формула: Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Пирит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 10%$(br)Плавится в: Железо$(br)Формула: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_garnet_tin.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_garnet_tin.json deleted file mode 100644 index d2f11db9e..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_garnet_tin.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Гранатовый и Касситеритовый песок", - "icon": "gtceu:raw_garnet_sand", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 360$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: -40 - 64$(br)Размер: 40$(br2)Виды камней: Все$(br2)Индикаторы: Касситерит" - }, - { - "type": "patchouli:multiblock", - "name": "Касситеритовый песок", - "multiblock": - { - "mapping": { "0": "#forge:ores/cassiterite_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Плавится в: Олово$(br)Формула: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гранатовый песок", - "multiblock": - { - "mapping": { "0": "#forge:ores/garnet_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Альмандин, Андрадит, Гроссуляр, Пироп, Спасерит, Уваровит" - }, - { - "type": "patchouli:multiblock", - "name": "Асбест", - "multiblock": - { - "mapping": { "0": "#forge:ores/asbestos" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Магний$(br)Формула: Mg₃Si₂H₄O₉$(br)Ядовит: Да" - }, - { - "type": "patchouli:multiblock", - "name": "Диатомовый пелит", - "multiblock": - { - "mapping": { "0": "#forge:ores/diatomite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Железо, Алюминий$(br)Формула: (SiO₂)₈(Fe₂O₃)(Al₂O₃)" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_garnierite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_garnierite.json deleted file mode 100644 index 25815f4f6..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_garnierite.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Гарниерит и Кобальтит", - "icon": "gtceu:raw_garnierite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 140$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 60$(br)Размер: 40$(br2)Виды камней: Габбро$(br2)Индикатор: Гарниерит" - }, - { - "type": "patchouli:multiblock", - "name": "Гарниерит", - "multiblock": - { - "mapping": { "0": "#forge:ores/garnierite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Плавится в: Никель$(br)Формула: NiO" - }, - { - "type": "patchouli:multiblock", - "name": "Никель", - "multiblock": - { - "mapping": { "0": "#forge:ores/nickel" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 10%$(br)Плавится в: Никель$(br)Формула: Ni" - }, - { - "type": "patchouli:multiblock", - "name": "Кобальтит", - "multiblock": - { - "mapping": { "0": "#forge:ores/cobaltite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Содержит: Кобальт, Мышьяк$(br)Формула: CoAsS$(br)Ядовит: Да" - }, - { - "type": "patchouli:multiblock", - "name": "Пентландит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pentlandite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Плавится в: Никель$(br)Формула: Ni₉S₈" - }, - { - "type": "patchouli:multiblock", - "name": "Кобальт", - "multiblock": - { - "mapping": { "0": "#forge:ores/cobalt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Кобальт$(br)Формула: Co" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_gold.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_gold.json deleted file mode 100644 index cf1b76476..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_gold.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Золото, Лимонит и Гематит (обычные)", - "icon": "minecraft:raw_gold", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 170$(br)Плотность: 0.4$(br)Вид: дискообразная жила$(br)Y-уровень: -32 - 60$(br)Размер: 40$(br)Высота: 12$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит, Гранит, Диорит, Габбро$(br2)Индикаторы: Лимонит, Гематит, Самородное золото" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 55%$(br)Плавится в: Золото$(br)Формула: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Жёлтый лимонит", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Железо$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Гётит", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_graphite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_graphite.json deleted file mode 100644 index 8c61c3e35..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_graphite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Графит и Алмаз", - "icon": "minecraft:diamond", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 175$(br)Плотность: 0.35$(br)Вид: трубчатая жила$(br)Y-уровень: -64 - 100$(br)Высота: 60$(br)Радиус: 12$(br2)Виды камней: Габбро$(br2)Индикатор: Алмаз, Графит, Уголь$(br2)Не получается найти это? Габбро всегда генерируется под $(thing)Базальтом$(), а на дне океана легко обнаружить столбы, ведущие к нижнему слою!" - }, - { - "type": "patchouli:multiblock", - "name": "Графит", - "multiblock": - { - "mapping": { "0": "#forge:ores/graphite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 45%$(br)Используется для: $(l:mechanics/fire_clay)Огнеупорная глина$(), Графен$(br)Формула: C" - }, - { - "type": "patchouli:multiblock", - "name": "Алмаз", - "multiblock": - { - "mapping": { "0": "#forge:ores/diamond" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Используется для: Измельчители, предметы из AE2$(br)Формула: C" - }, - { - "type": "patchouli:multiblock", - "name": "Уголь", - "multiblock": - { - "mapping": { "0": "#forge:ores/coal" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Используется для: топливо, ректификация$(br)Формула: C" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_hematite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_hematite.json deleted file mode 100644 index 0676b0e18..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_hematite.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Гематит и Лимонит (обычные)", - "icon": "gtceu:raw_hematite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 210$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит$(br2)Индикаторы: Гематит, Лимонит, Самородное золото" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Плавится в: Железо$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Жёлтый лимонит", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гётит", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Золото$(br)Формула: Au" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_lapis.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_lapis.json deleted file mode 100644 index 288980526..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_lapis.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Лазурит, Лазурит 2 и Содалит", - "icon": "minecraft:lapis_lazuli", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 170$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: -60 - 10$(br)Размер: 50$(br2)Виды камней: Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Лазурит, Содалит, Лазурит 2, Кальцит" - }, - { - "type": "patchouli:multiblock", - "name": "Лазурит", - "multiblock": - { - "mapping": { "0": "#forge:ores/lazurite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Алюминий, Кальций, Натрий$(br)Формула: Al₆Si₆Ca₈Na₈" - }, - { - "type": "patchouli:multiblock", - "name": "Содалит", - "multiblock": - { - "mapping": { "0": "#forge:ores/sodalite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Алюминий, Натрий$(br)Формула: Al₃Si₃Na₄Cl" - }, - { - "type": "patchouli:multiblock", - "name": "Кальцит", - "multiblock": - { - "mapping": { "0": "#forge:ores/calcite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Кальций$(br)Формула: CaCO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Лазурит 2", - "multiblock": - { - "mapping": { "0": "#forge:ores/lapis" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Лазурит, Содалит, Пирит, Кальцит" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_limonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_limonite.json deleted file mode 100644 index 3744897f2..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_limonite.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Лимонит (обычный)", - "icon": "gtceu:raw_yellow_limonite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 190$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Мрамор, Известняк$(br2)Индикаторы: Лимонит, Гематит, Малахит" - }, - { - "type": "patchouli:multiblock", - "name": "Жёлтый лимонит", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гётит", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Железо$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Малахит", - "multiblock": - { - "mapping": { "0": "#forge:ores/malachite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Медь$(br)Формула: Cu₂CH₂O₅" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_lubricant.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_lubricant.json deleted file mode 100644 index 4cd500921..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_lubricant.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Мыльный камень, Тальк и Трона", - "icon": "gtceu:raw_soapstone", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 190$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: -40 - 56$(br)Размер: 36$(br2)Виды камней: Гранит, Диорит, Габбро$(br2)Индикаторы: Мыльный камень, Тальк, Глауконитовый песок, Пентландит, Трона" - }, - { - "type": "patchouli:multiblock", - "name": "Мыльный камень", - "multiblock": - { - "mapping": { "0": "#forge:ores/soapstone" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Содержит: Магний$(br)Формула: Mg₃Si₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Тальк", - "multiblock": - { - "mapping": { "0": "#forge:ores/talc" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Содержит: Магний$(br)Формула: Mg₃Si₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Глауконитовый песок", - "multiblock": - { - "mapping": { "0": "#forge:ores/glauconite_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Магний, Алюминий$(br)Формула: KMg₂Al₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Пентландит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pentlandite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Никель$(br)Формула: Ni₉S₈" - }, - { - "type": "patchouli:multiblock", - "name": "Трона", - "multiblock": - { - "mapping": { "0": "#forge:ores/trona" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 10%$(br)Формула: Na₃C₂H(H₂O)₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_magnetite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_magnetite.json deleted file mode 100644 index 210063e07..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_magnetite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Магнетит и Ванадий (обычные)", - "icon": "gtceu:raw_magnetite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 200$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикаторы: Магнетит, Самородное золото" - }, - { - "type": "patchouli:multiblock", - "name": "Магнетит", - "multiblock": - { - "mapping": { "0": "#forge:ores/magnetite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 65%$(br)Плавится в: Железо$(br)Формула: Fe₃O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Ванадий магнетит", - "multiblock": - { - "mapping": { "0": "#forge:ores/vanadium_magnetite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Железо, Ванадий$(br)Формула: (Fe₃O₄)V" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 10%$(br)Плавится в: Золото$(br)Формула: Au" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_manganese.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_manganese.json deleted file mode 100644 index eb5554372..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_manganese.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Марганец и Тантал", - "icon": "gtceu:raw_grossular", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 195$(br)Плотность: 0.3$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 60$(br)Размер: 40$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит, Сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикаторы: Гроссуляр, Спасерит, Пиролюзит, Танталит" - }, - { - "type": "patchouli:multiblock", - "name": "Гроссуляр", - "multiblock": - { - "mapping": { "0": "#forge:ores/grossular" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Содержит: Кальций, Алюминий$(br)Формула: Ca₃Al₂Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Спасерит", - "multiblock": - { - "mapping": { "0": "#forge:ores/spessartine" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Содержит: Марганец, Алюминий$(br)Формула: Al₂Mn₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Пиролюзит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrolusite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Марганец$(br)Формула: MnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Танталит", - "multiblock": - { - "mapping": { "0": "#forge:ores/tantalite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 10%$(br)Содержит: Марганец, Тантал$(br)Формула: MnTa₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_mica.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_mica.json deleted file mode 100644 index 8647c55fd..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_mica.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Ционит, Слюда и Боксит", - "icon": "gtceu:raw_mica", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 190$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: 0 - 210$(br)Размер: 36$(br2)Виды камней: Гранит, Диорит, Габбро, Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Ционит, Слюда, Боксит, Поллуцит" - }, - { - "type": "patchouli:multiblock", - "name": "Ционит", - "multiblock": - { - "mapping": { "0": "#forge:ores/kyanite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Алюминий$(br)Формула: Al₂SiO₅" - }, - { - "type": "patchouli:multiblock", - "name": "Слюда", - "multiblock": - { - "mapping": { "0": "#forge:ores/mica" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Калий, Алюминий, Фтор$(br)Формула: KAl₃Si₃F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Боксит", - "multiblock": - { - "mapping": { "0": "#forge:ores/bauxite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Алюминий$(br)Формула: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Поллуцит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pollucite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Алюминий$(br)Формула: Cs₂Al₂Si₄(H₂O)₂O₁₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_monazite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_monazite.json deleted file mode 100644 index 72c3a4c3b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_monazite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Бастнезит и Монацит", - "icon": "gtceu:monazite_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 185$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 50$(br)Размер: 40$(br2)Виды камней: Гранит, Диорит, Габбро$(br2)Индикаторы: Бастнезит, Монацит, Неодим" - }, - { - "type": "patchouli:multiblock", - "name": "Бастнезит", - "multiblock": - { - "mapping": { "0": "#forge:ores/bastnasite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Содержит: Церий, Фтор$(br)Формула: CeCFO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Монацит", - "multiblock": - { - "mapping": { "0": "#forge:ores/monazite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Фосфор, Редкая земля$(br)Формула: ?(PO₄)" - }, - { - "type": "patchouli:multiblock", - "name": "Неодим", - "multiblock": - { - "mapping": { "0": "#forge:ores/neodymium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Формула: Nd" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_oilsands.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_oilsands.json deleted file mode 100644 index 8a7584c04..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_oilsands.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "Нефтеносный песок", - "icon": "gtceu:raw_oilsands", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 185$(br)Плотность: 0.20$(br)Вид: Кластерная жила$(br)Y-уровень: 0 - 70$(br)Размер: 55$(br2)Виды камней: Сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикаторы: Нефтеносный песок$(br2)Ранний доступ к нефти и её продуктам." - }, - { - "type": "patchouli:multiblock", - "name": "Нефтеносный песок", - "multiblock": - { - "mapping": { "0": "#forge:ores/oilsands" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 100%" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_olivine.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_olivine.json deleted file mode 100644 index 6515b4eee..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_olivine.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Бентонит и Оливин", - "icon": "gtceu:olivine_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 180$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: -40 - 30$(br)Размер: 26$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит, Гранит, Диорит, Габбро$(br2)Индикаторы: Бентонит, Магнезит, Оливин, Глауконитовый песок" - }, - { - "type": "patchouli:multiblock", - "name": "Бентонит", - "multiblock": - { - "mapping": { "0": "#forge:ores/bentonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Магний$(br)Формула: NaMg₆Si₁₂H₄(H₂O)₅O₃₆" - }, - { - "type": "patchouli:multiblock", - "name": "Магнезит", - "multiblock": - { - "mapping": { "0": "#forge:ores/magnesite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Магний$(br)Формула: MgCO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Оливин", - "multiblock": - { - "mapping": { "0": "#forge:ores/olivine" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Магний$(br)Формула: Mg₂Fe(SiO₂)₂" - }, - { - "type": "patchouli:multiblock", - "name": "Глауконитовый песок", - "multiblock": - { - "mapping": { "0": "#forge:ores/glauconite_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Магний, Алюминий$(br)Формула: KMg₂Al₄H₂O₁₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_quartz.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_quartz.json deleted file mode 100644 index b1a2c8594..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_quartz.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Кварцы", - "icon": "minecraft:quartz", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 150$(br)Плотность: 0.3$(br)Виды: кластерная жила$(br)Y-уровень: -32 - 100$(br)Размер: 40$(br2)Виды камней: Сланец, Кварцит, Аспидный сланец, Гнейс$(br2)Индикатор: Цветущий истинный кварц" - }, - { - "type": "patchouli:multiblock", - "name": "Кварцит", - "multiblock": - { - "mapping": { "0": "#forge:ores/quartzite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 45%$(br)Формула: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Истинный кварц", - "multiblock": - { - "mapping": { "0": "#forge:ores/certus_quartz" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Используется для: рецепты Applied Energistics 2$(br)Формула: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Незер-кварц", - "multiblock": - { - "mapping": { "0": "#forge:ores/nether_quartz" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 10%$(br)Используется для: рецепты Applied Energistics 2$(br)Формула: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Барит", - "multiblock": - { - "mapping": { "0": "#forge:ores/barite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Барий$(br)Формула: BaSO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_redstone.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_redstone.json deleted file mode 100644 index 8eb603ae5..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_redstone.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Редстоун, Киноварь и Рубин", - "icon": "minecraft:redstone", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 160$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 100$(br)Размер: 40$(br2)Виды камней: Гранит$(br2)Индикаторы: Редстоун, Рубин, Киноварь$(br2)Не получается найти это? На дне океана легко увидеть красное свечение!" - }, - { - "type": "patchouli:multiblock", - "name": "Редстоун", - "multiblock": - { - "mapping": { "0": "#forge:ores/redstone" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 45%$(br)Плавится в: Редстоун$(br)Формула: Si(FeS₂)₅(CrAl₂O₃)Hg₃" - }, - { - "type": "patchouli:multiblock", - "name": "Рубин", - "multiblock": - { - "mapping": { "0": "#forge:ores/ruby" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Алюминий, Хром$(br)Формула: CrAl₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Киноварь", - "multiblock": - { - "mapping": { "0": "#forge:ores/cinnabar" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Содержит: Ртуть$(br)Формула: HgS$(br)Ядовит: Да" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_salt.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_salt.json deleted file mode 100644 index 99e9d7eb7..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_salt.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Соли и Бура", - "icon": "tfc:powder/salt", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 175$(br)Плотность: 0.4$(br)Вид: дискообразная жила$(br)Y-уровень: 30 - 70$(br)Размер: 40$(br)Высота: 4$(br2)Виды камней: Сланец, Аргиллит, Известняк$(br2)Индикаторы: Самосадочная соль, Каменная соль, Лепидолит, Бура" - }, - { - "type": "patchouli:multiblock", - "name": "Каменная соль", - "multiblock": - { - "mapping": { "0": "#forge:ores/rock_salt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 40%$(br)Содержит: Калий, Хлор$(br)Формула: KCl" - }, - { - "type": "patchouli:multiblock", - "name": "Соль", - "multiblock": - { - "mapping": { "0": "#forge:ores/salt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Содержит: Натрий, Хлор$(br)Формула: NaCl" - }, - { - "type": "patchouli:multiblock", - "name": "Лепидолит", - "multiblock": - { - "mapping": { "0": "#forge:ores/lepidolite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Калий, Литий, Алюминий, Фтор$(br)Формула: KLi₃Al₄F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Бура", - "multiblock": - { - "mapping": { "0": "#forge:ores/borax" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Бор$(br)Формула: Na₂B₄(H₂O)₁₀O₇" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_saltpeter.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_saltpeter.json deleted file mode 100644 index 0bf0aea02..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_saltpeter.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Селитра и Электротин", - "icon": "gtceu:raw_saltpeter", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 210$(br)Плотность: 0.3$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 60$(br)Размер: 50$(br2)Виды камней: Гранит, Диорит, Габбро, Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Селитра, Диатомовый пелит, Электротин, Алунит" - }, - { - "type": "patchouli:multiblock", - "name": "Селитра", - "multiblock": - { - "mapping": { "0": "#forge:ores/saltpeter" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Калий$(br)Формула: KNO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Диатомовый пелит", - "multiblock": - { - "mapping": { "0": "#forge:ores/diatomite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Железо, Алюминий$(br)Формула: (SiO₂)₈(Fe₂O₃)(Al₂O₃)" - }, - { - "type": "patchouli:multiblock", - "name": "Электротин", - "multiblock": - { - "mapping": { "0": "#forge:ores/electrotine" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Золото, Серебро, Редстоун$(br)Формула: (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)" - }, - { - "type": "patchouli:multiblock", - "name": "Алунит", - "multiblock": - { - "mapping": { "0": "#forge:ores/alunite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Калий, Алюминий$(br)Формула: KAl₃Si₂H₆O₁₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_silver.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_silver.json deleted file mode 100644 index ac67488ee..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_silver.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Серебро, Галена и Свинец", - "icon": "gtceu:raw_silver", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 160$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Гранит, Гнейс$(br2)Индикатор: Самородное серебро" - }, - { - "type": "patchouli:multiblock", - "name": "Галена", - "multiblock": - { - "mapping": { "0": "#forge:ores/galena" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Плавится в: Свинец$(br)Формула: PbS$(br)Ядовит: Да" - }, - { - "type": "patchouli:multiblock", - "name": "Серебро", - "multiblock": - { - "mapping": { "0": "#forge:ores/silver" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Серебро$(br)Формула: Ag" - }, - { - "type": "patchouli:multiblock", - "name": "Свинец", - "multiblock": - { - "mapping": { "0": "#forge:ores/lead" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 55%$(br)Плавится в: Свинец$(br)Формула: Pb$(br)Ядовит: Да" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_sphalerite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_sphalerite.json deleted file mode 100644 index c443fd839..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_sphalerite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Сфалерит & Пирит (обычные)", - "icon": "gtceu:raw_sphalerite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 170$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит, Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикатор: Сфалерит" - }, - { - "type": "patchouli:multiblock", - "name": "Сфалерит", - "multiblock": - { - "mapping": { "0": "#forge:ores/sphalerite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 40%$(br)Плавится в: Цинк$(br)Формула: ZnS" - }, - { - "type": "patchouli:multiblock", - "name": "Сера", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Пирит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Плавится в: Железо$(br)Формула: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_spodumene.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_spodumene.json deleted file mode 100644 index 13268eff6..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_spodumene.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Сподумен и Лепидолит", - "icon": "gtceu:raw_spodumene", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 180$(br)плотность: 0.375$(br)Вид: дискообразная жила$(br)Y-уровень: 20 - 60$(br)Размер: 35$(br)Высота: 6$(br2)Виды камней: Гранит, Диорит, Габбро, Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Самосадочная соль, Каменная соль, Лепидолит, Сподумен" - }, - { - "type": "patchouli:multiblock", - "name": "Каменная соль", - "multiblock": - { - "mapping": { "0": "#forge:ores/rock_salt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Содержит: Калий, Хлор$(br)Формула: KCl" - }, - { - "type": "patchouli:multiblock", - "name": "Соль", - "multiblock": - { - "mapping": { "0": "#forge:ores/salt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Содержит: Натрий, Хлор$(br)Формула: NaCl" - }, - { - "type": "patchouli:multiblock", - "name": "Лепидолит", - "multiblock": - { - "mapping": { "0": "#forge:ores/lepidolite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Калий, Литий, Алюминий, Фтор$(br)Формула: KLi₃Al₄F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Сподумен", - "multiblock": - { - "mapping": { "0": "#forge:ores/spodumene" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Литий, Алюминий$(br)Формула: LiAlSi₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_sulfur.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_sulfur.json deleted file mode 100644 index 43d8f935a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_sulfur.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Сера и Пирит", - "icon": "gtceu:raw_sulfur", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 165$(br)Плотность: 0.2$(br)Вид: Кластерная жила$(br)Y-уровень: 0 - 210$(br)Размер: 45$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит$(br2)Индикаторы: Сера, Пирит, Сфалерит" - }, - { - "type": "patchouli:multiblock", - "name": "Сера", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Пирит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Плавится в: Железо$(br)Формула: FeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Сфалерит", - "multiblock": - { - "mapping": { "0": "#forge:ores/sphalerite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Цинк$(br)Формула: ZnS" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_tetrahedrite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_tetrahedrite.json deleted file mode 100644 index f275ede4a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_tetrahedrite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Тетраэдрит (обычный)", - "icon": "gtceu:raw_tetrahedrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 170$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Тетраэдрит, Самородная медь" - }, - { - "type": "patchouli:multiblock", - "name": "Тетраэдрит", - "multiblock": - { - "mapping": { "0": "#forge:ores/tetrahedrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Плавится в: Медь$(br)Формула: Cu₃SbS₃Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Самородная медь", - "multiblock": - { - "mapping": { "0": "#forge:ores/copper" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Плавится в: Медь$(br)Формула: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Стибнит", - "multiblock": - { - "mapping": { "0": "#forge:ores/stibnite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Сурьма$(br)Формула: Sb₂S₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_bismuth.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_bismuth.json deleted file mode 100644 index a0d51aa70..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_bismuth.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Висмут (Поверхностный)", - "icon": "gtceu:poor_raw_bismuth", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 140$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: 60 - 210$(br)Размер: 50$(br2)Виды камней: Гранит, Диорит, Габбро, Шиферный сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикатор: Висмутин" - }, - { - "type": "patchouli:multiblock", - "name": "Висмут", - "multiblock": - { - "mapping": { "0": "#forge:ores/bismuth" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 90%$(br)Плавится в: Висмут$(br)Формула: Bi" - }, - { - "type": "patchouli:multiblock", - "name": "Сера", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 3%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Свинец", - "multiblock": - { - "mapping": { "0": "#forge:ores/lead" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 7%$(br)Плавится в: Свинец$(br)Формула: Pb$(br)Ядовит: Да" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_cassiterite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_cassiterite.json deleted file mode 100644 index 45d934084..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_cassiterite.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Касситерит (Поверхностный)", - "icon": "gtceu:poor_raw_cassiterite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 135$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: 60 - 210$(br)Размер: 50$(br2)Виды камней: Гранит, Диорит, Габбро$(br2)Индикатор: Касситерит" - }, - { - "type": "patchouli:multiblock", - "name": "Касситерит", - "multiblock": - { - "mapping": { "0": "#forge:ores/cassiterite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 60%$(br)Плавится в: Олово$(br)Формула: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Олово", - "multiblock": - { - "mapping": { "0": "#forge:ores/tin" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 40%$(br)Плавится в: Олово$(br)Формула: Sn" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_copper.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_copper.json deleted file mode 100644 index 39d89c3c7..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_copper.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Халькопирит и Реальгар", - "icon": "gtceu:raw_chalcopyrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 140$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: 30 - 210$(br)Размер: 50$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит$(br2)Индикаторы: Самородная медь, Касситерит, Реальгар$(br2)Не получается найти это? $(l:tfg_ores/normal_garnierite)Кобальтит$() служит альтернативным источником мышьяка, однако для этого понадобится $(thing)Электрическая доменная печь$()" - }, - { - "type": "patchouli:multiblock", - "name": "Халькопирит", - "multiblock": - { - "mapping": { "0": "#forge:ores/chalcopyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 55%$(br)Плавится в: Медь$(br)Формула: CuFeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Цеолит", - "multiblock": - { - "mapping": { "0": "#forge:ores/zeolite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Алюминий, Кислород$(br)Формула: NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂" - }, - { - "type": "patchouli:multiblock", - "name": "Касситерит", - "multiblock": - { - "mapping": { "0": "#forge:ores/cassiterite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Олово$(br)Формула: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Реальгар", - "multiblock": - { - "mapping": { "0": "#forge:ores/realgar" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Мышьяк$(br)Формула: As₄S₄$(br)Ядовит: Да" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_sphalerite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_sphalerite.json deleted file mode 100644 index 0f4027c88..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_sphalerite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Сфалерит и Сера (поверхностные)", - "icon": "gtceu:poor_raw_sphalerite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 145$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: 60 - 210$(br)Размер: 50$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит, Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикатор: Сфалерит" - }, - { - "type": "patchouli:multiblock", - "name": "Сфалерит", - "multiblock": - { - "mapping": { "0": "#forge:ores/sphalerite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 40%$(br)Плавится в: Цинк$(br)Формула: ZnS" - }, - { - "type": "patchouli:multiblock", - "name": "Сера", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 55%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Пирит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Железо$(br)Формула: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_tetrahedrite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_tetrahedrite.json deleted file mode 100644 index 1d3b3b4d0..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_tetrahedrite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Тетраэдрит (Поверхностный)", - "icon": "gtceu:poor_raw_tetrahedrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 140$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: 60 - 210$(br)Размер: 50$(br2)Виды камней: Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Тетраэдрит, Самородная медь" - }, - { - "type": "patchouli:multiblock", - "name": "Тетраэдрит", - "multiblock": - { - "mapping": { "0": "#forge:ores/tetrahedrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 60%$(br)Плавится в: Медь$(br)Формула: Cu₃SbS₃Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Самородная медь", - "multiblock": - { - "mapping": { "0": "#forge:ores/copper" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Медь$(br)Формула: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Стибнит", - "multiblock": - { - "mapping": { "0": "#forge:ores/stibnite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Сурьма$(br)Формула: Sb₂S₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/the_world/ores_and_minerals.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/the_world/ores_and_minerals.json deleted file mode 100644 index 323d77818..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/the_world/ores_and_minerals.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Ores and Minerals", - "category": "tfc:the_world", - "icon": "tfc:ore/normal_hematite", - "pages": [ - { - "type": "patchouli:text", - "text": "Эта страница не используется.$(br2)Вся информация о рудах находится в категории $(l:tfg_ores)Руды в TFG$()." - } - ], - "read_by_default": true, - "sortnum": 1 -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/mechanics/fire_clay.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/mechanics/fire_clay.json index 1d9b88144..1fe44d251 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/mechanics/fire_clay.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/mechanics/fire_clay.json @@ -11,12 +11,12 @@ { "type": "patchouli:crafting", "recipe": "tfc:crafting/fire_clay", - "text": "Вогнетривку глину виготовляють з порошку $(l:tfg_ores/normal_graphite)графіту$() подрібненого в $(l:mechanics/quern)жорні$(), а також порошку $(l:tfg_ores/surface_kaolin#powder)каолініту$()" + "text": "Вогнетривку глину виготовляють з порошку $(l:tfg_ores/earth_vein_index#normal_graphite)графіту$() подрібненого в $(l:mechanics/quern)жорні$(), а також порошку $(l:tfg_ores/surface_kaolin#powder)каолініту$()" }, { "type": "tfc:heat_recipe", "recipe": "tfc:heating/kaolin_clay", - "text": "Каолінітовий порошок виготовляють шляхом нагрівання $(l:tfg_ores/surface_kaolin)Каолінітової Глини$(). Однак процес не ідеальний, і лише 20% глини утворює порошок!" + "text": "Каолінітовий порошок виготовляють шляхом нагрівання $(l:mechanics/surface_kaolin)Каолінітової Глини$(). Однак процес не ідеальний, і лише 20% глини утворює порошок!" }, { "type": "tfc:knapping_recipe", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_kaolin.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/mechanics/surface_kaolin.json similarity index 100% rename from kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_kaolin.json rename to kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/mechanics/surface_kaolin.json diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_garnet_amethyst.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_garnet_amethyst.json deleted file mode 100644 index 096e5b283..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_garnet_amethyst.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Аметист і Гранат", - "icon": "minecraft:amethyst_shard", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 230$(br)Щільність: 0.25$(br)Тип: Дискова вена$(br)Y: -64 - 26$(br)Розмір: 28$(br)Висота: 8$(br2)Типи каменю: Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур, Глинистий сланець, Аргиліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Родючий Аметист" - }, - { - "type": "patchouli:multiblock", - "name": "Аметист", - "multiblock": { - "mapping": { - "0": "#forge:ores/amethyst" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 65%$(br)Джерело: Заліза$(br)Формула: (SiO₂)₄Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Опал", - "multiblock": { - "mapping": { - "0": "#forge:ores/opal" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Формула: (SiO₂)" - }, - { - "type": "patchouli:multiblock", - "name": "Червоний гранат", - "multiblock": { - "mapping": { - "0": "#forge:ores/red_garnet" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Джерело: Піроп, Альмандин, Спессартин" - }, - { - "type": "patchouli:multiblock", - "name": "Жовтий гранат", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_garnet" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Андрадит, Гроссулар, Уваровіт" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_garnet_opal.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_garnet_opal.json deleted file mode 100644 index 170e45674..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_garnet_opal.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Опал і Гранат", - "icon": "gtceu:opal_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 220$(br)Щільність: 0.35$(br)Тип: Дискова вена(br)Y: -64 - 62$(br)Розмір: 26$(br)Висота: 6$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит, Граніт, Діорит, Габро$(br2)Індикатор: Родючий Аметист" - }, - { - "type": "patchouli:multiblock", - "name": "Опал", - "multiblock": { - "mapping": { - "0": "#forge:ores/opal" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 55%$(br)Формула: (SiO₂)" - }, - { - "type": "patchouli:multiblock", - "name": "Аметист", - "multiblock": { - "mapping": { - "0": "#forge:ores/amethyst" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Заліза$(br)Формула: (SiO₂)₄Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Червоний гранат", - "multiblock": { - "mapping": { - "0": "#forge:ores/red_garnet" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Source of: Піроп, Алмадін, Спесартін" - }, - { - "type": "patchouli:multiblock", - "name": "Жовтий гранат", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_garnet" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Andradite, Grossular, Uvarovite" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_gold.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_gold.json deleted file mode 100644 index c2282d340..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_gold.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Золото (Глибоке)", - "icon": "gtceu:rich_raw_gold", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 260$(br)Щільність: 0.45$(br)Тип: Кластерна вена$(br)Y: -64 - 30$(br)Розмір: 32$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит, Граніт, Діорит, Габро$(br2)Індикатор: Лімоніт, Гематит, Самородне золото" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 75%$(br)Розплавляється в: Золото$(br)Формула: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Жовтий лимоніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Чавун$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Гетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_hematite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_hematite.json deleted file mode 100644 index 011ca3a15..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_hematite.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "Гематит, Гетит і Рубін", - "icon": "gtceu:rich_raw_hematite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 220$(br)Щільність: 0.35$(br)Тип: Кластерна вена$(br)Y: -64 - 30$(br)Розмір: 40$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит$(br2)Індикатор: Гематит, Лимоніт, Самородне золото" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Розплавляється в: Чугун$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Жовтий лимоніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Золото$(br)Формула: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Рубін", - "multiblock": { - "mapping": { - "0": "#forge:ores/ruby" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Джерело: Хрому, Алюмінію$(br)Формула: CrAl₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_limonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_limonite.json deleted file mode 100644 index 47de3d1d0..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_limonite.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Гетит і Малахіт", - "icon": "gtceu:rich_raw_goethite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 240$(br)Щільність: 0.35$(br)Тип: Кластерна вена$(br)Y: -64 - 30$(br)Розмір: 32$(br2)Типи каменю: Мармур, Вапняк$(br2)Індикатор: Лимоніт, Гематит, Малахіт" - }, - { - "type": "patchouli:multiblock", - "name": "Гетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Жовтий лимоніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Чавун $(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Чавун$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Малахіт", - "multiblock": { - "mapping": { - "0": "#forge:ores/malachite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Розплавляється в: Мідь$(br)Формула: Cu₂CH₂O₅" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_magnetite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_magnetite.json deleted file mode 100644 index d5275855c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_magnetite.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "Хроміт і Магнетит", - "icon": "gtceu:rich_raw_chromite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 205$(br)Щільність: 0.3$(br)Тип: Кластерна вена$(br)Y: -64 - 30$(br)Розмір: 340$(br2)Типи каменю: Глинистий сланець, Аргіліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Магнетит, Самородне золото, Хроміт, Сапфір" - }, - { - "type": "patchouli:multiblock", - "name": "Хроміт", - "multiblock": { - "mapping": { - "0": "#forge:ores/chromite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 60%$(br)Джерело: Хрому$(br)Формула: FeCr₂O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Магнетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/magnetite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Чавун$(br)Формула: Fe₃O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Ванадієвий магнетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/vanadium_magnetite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Заліза, Ванадію$(br)Формула: (Fe₃O₄)V" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Золото$(br)Формула: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Сапфір", - "multiblock": { - "mapping": { - "0": "#forge:ores/sapphire" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Джерело: Алюмінію$(br)Формула: Al₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_molybdenum.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_molybdenum.json deleted file mode 100644 index 5cadadc47..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_molybdenum.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Вульфеніт і Молібденіт", - "icon": "gtceu:rich_raw_wulfenite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 245$(br)Щільність: 0.45$(br)Тип: Кластерна вена$(br)Y: -64 - 10$(br)Розмір: 26$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит, Граніт, Діорит, Габро $(br2)Індикатор: Вульфеніт, Молібденіт, Молібденум, Повеліт" - }, - { - "type": "patchouli:multiblock", - "name": "Вульфеніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/wulfenite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 40%$(br)Джерело: Свинець, Молібденум$(br)Формула: PbMoO₄$(br)Небезпечний: Так" - }, - { - "type": "patchouli:multiblock", - "name": "Молібденіт", - "multiblock": { - "mapping": { - "0": "#forge:ores/molybdenite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Джерело: Молібденум $(br)Формула: MoS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Молібденум", - "multiblock": { - "mapping": { - "0": "#forge:ores/molybdenum" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Формула: 15%$(br)Джерело: Молібденум$(br)Формула: Mo" - }, - { - "type": "patchouli:multiblock", - "name": "Повеліт", - "multiblock": { - "mapping": { - "0": "#forge:ores/powellite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Молібденум $(br)Формула: CaMoO₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_naquadah.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_naquadah.json deleted file mode 100644 index 5fccf6bf3..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_naquadah.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Наквадак і Плутоній", - "icon": "gtceu:rich_raw_naquadah", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 310$(br)Щільність: 0.3$(br)Тип: Кластерна вена$(br)Y: -64 - -20$(br)Розмір: 32$(br2)Типи каменю: Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Наквадак, Плутоній" - }, - { - "type": "patchouli:multiblock", - "name": "Наквадак", - "multiblock": { - "mapping": { - "0": "#forge:ores/naquadah" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 75%$(br)Джерело: Старгейтіум$(br)Формула: Nq" - }, - { - "type": "patchouli:multiblock", - "name": "Плутоній", - "multiblock": { - "mapping": { - "0": "#forge:ores/plutonium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Плутонію$(br)Формула: Pu²³⁹$(br)Небезпечний: Так" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_pitchblende.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_pitchblende.json deleted file mode 100644 index dbd07c617..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_pitchblende.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Ураніт & Пітчбленд", - "icon": "gtceu:rich_raw_uraninite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 220$(br)Щільність: 0.45$(br)Тип: Кластерна вена$(br)Y: -64 - -20$(br)Розмір: 24$(br2)Тип каменю: Граніт, Діорит, Габро, Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Пітчбленд, Ураніт$(br2)У TFG немає реакторів для розщеплення, але уран має інше застосування." - }, - { - "type": "patchouli:multiblock", - "name": "Ураніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/uraninite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Джерело: Урану$(br)Формула: UO₂$(br)Небезпечний: Так" - }, - { - "type": "patchouli:multiblock", - "name": "Пітчбленд", - "multiblock": { - "mapping": { - "0": "#forge:ores/pitchblende" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Джерело: Урану$(br)Формула: (UO₂)₃ThPb$(br)Небезпечний: Так" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_sapphire.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_sapphire.json deleted file mode 100644 index 5bfbe1a2a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_sapphire.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "name": "Сапфір і Альмадін", - "icon": "gtceu:sapphire_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 280$(br)Щільність: 0.35$(br)Тип: Дискова вена$(br)Y: -64 - 26$(br)Розмір: 28$(br)Висота: 8$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит$(br2)Індикатор: Алмадін, Піроп, Сапфір, Зелений Сапфір $(br2)Якщо ви шукаєте $(thing)Алюміній$(), знайдіть $(l:tfg_ores/normal_bauxite)Бокситну$() вену замість.$(br)" - }, - { - "type": "patchouli:multiblock", - "name": "Алмандін", - "anchor": "almandine", - "multiblock": { - "mapping": { - "0": "#forge:ores/almandine" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Алюміній, Залізо$(br)Формула: Al₂Fe₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Піроп", - "anchor": "pyrope", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrope" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Алюмінію, Магнію$(br)Формула: Al₂Mg₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Сапфір", - "multiblock": { - "mapping": { - "0": "#forge:ores/sapphire" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Алюмінію$(br)Формула: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Зелений сапфір", - "multiblock": { - "mapping": { - "0": "#forge:ores/green_sapphire" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Алюмінію$(br)Формула: Al₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_scheelite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_scheelite.json deleted file mode 100644 index a8909e4a1..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_scheelite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Шеєліт та Вольфрам", - "icon": "gtceu:rich_raw_scheelite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 220$(br)Щільність: 0.35$(br)Тип: Кластерна вена$(br)Y: -64 - 0$(br)Розмір: 28$(br2)Типи каменю: Граніт, Діорит, Габро$(br2)Індикатор: Шеєліт, Вольфрам, Літій" - }, - { - "type": "patchouli:multiblock", - "name": "Шеєліт", - "multiblock": { - "mapping": { - "0": "#forge:ores/scheelite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 45%$(br)Джерело: Вольфрам$(br)Формула: Ca(WO₃)O" - }, - { - "type": "patchouli:multiblock", - "name": "Вольфрам", - "multiblock": { - "mapping": { - "0": "#forge:ores/tungstate" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Вольфраму, Літію$(br)Формула: Li₂(WO₃)O" - }, - { - "type": "patchouli:multiblock", - "name": "Літій", - "multiblock": { - "mapping": { - "0": "#forge:ores/lithium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Джерело: Літію$(br)Формула: Li" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_sheldonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_sheldonite.json deleted file mode 100644 index cfbc87cc6..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_sheldonite.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Шелдоніт і Борніт", - "icon": "gtceu:rich_raw_platinum", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 300$(br)Щільність: 0.3$(br)Тип: Кластерна вена$(br)Y: -64 - 0$(br)Розмір: 30$(br2)Типи каменю: Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Борніт, Куприт., Платина, Паладій" - }, - { - "type": "patchouli:multiblock", - "name": "Шелдонітн", - "multiblock": { - "mapping": { - "0": "#forge:ores/cooperite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Платини, Нікелю, Паладію$(br)Формула: Pt₃NiSPd" - }, - { - "type": "patchouli:multiblock", - "name": "Платина", - "multiblock": { - "mapping": { - "0": "#forge:ores/platinum" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Платини$(br)Формула: Pt" - }, - { - "type": "patchouli:multiblock", - "name": "Паладій", - "multiblock": { - "mapping": { - "0": "#forge:ores/palladium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Паладію$(br)Формула: Pt" - }, - { - "type": "patchouli:multiblock", - "name": "Борніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/bornite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Розплавляється в: Мідь$(br)Формула: Cu₅FeS₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_topaz.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_topaz.json deleted file mode 100644 index 952f14fd3..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_topaz.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Топаз і Халькоцит", - "icon": "gtceu:topaz_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 260$(br)Щільність: 0.3$(br)Тип: Дискова вена$(br)Y: -64 - 26$(br)Розмір: 28$(br2)Типи каменю: Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Топаз, Блакитний топаз, Халькоцит, Борніт" - }, - { - "type": "patchouli:multiblock", - "name": "Топаз", - "multiblock": { - "mapping": { - "0": "#forge:ores/topaz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Алюмінію, Фтору$(br)Формула: Al₂SiFH₂" - }, - { - "type": "patchouli:multiblock", - "name": "Блакитний топаз", - "multiblock": { - "mapping": { - "0": "#forge:ores/blue_topaz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Алюмінію, Фтору$(br)Формула: Al₂SiF₂H₂O₆" - }, - { - "type": "patchouli:multiblock", - "name": "Халькоцит", - "multiblock": { - "mapping": { - "0": "#forge:ores/chalcocite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Розплавляється в: Мідь$(br)Формула: Cu₂S" - }, - { - "type": "patchouli:multiblock", - "name": "Борніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/bornite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Мідь$(br)Формула: Cu₅FeS₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_ore_index.json new file mode 100644 index 000000000..5e01d0adb --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_ore_index.json @@ -0,0 +1,56 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "земля Ore Index", + "icon": "tfc:ore/normal_native_copper", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Ore Index$() for $(thing)земля$(). All ores are sorted alphabetically and then by richest to poorest vein type. You can click on them to learn more information about each vein.", + "title": "земля Ore Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Азбест: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Алмандін: $(l:tfg_ores/earth_vein_index#deep_sapphire)38%$(/l)$()$(li)Алуніт: $(l:tfg_ores/earth_vein_index#normal_saltpeter)15%$(/l)$()$(li)Алюмінію: $(l:tfg_ores/earth_vein_index#normal_bauxite)25%$(/l)$()$(li)Аметист: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)65%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)25%$(/l)$()$(li)Апатит: $(l:tfg_ores/earth_vein_index#normal_apatite)50%$(/l)$()$(li)Базальтовий мінеральний пісок: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)35%$(/l)$()$(li)Барит: $(l:tfg_ores/earth_vein_index#normal_quartz)20%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/earth_vein_index#normal_monazite)50%$(/l)$()$(li)Бентоніт: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)Берилій: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)Бісмут: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)Блакитний топаз: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()$(li)Боксит: $(l:tfg_ores/earth_vein_index#normal_bauxite)45%$(/l), $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Борніт: $(l:tfg_ores/earth_vein_index#deep_sheldonite)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()$(li)Бура: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()$(li)Ванадієвий магнетит: $(l:tfg_ores/earth_vein_index#normal_magnetite)22%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)15%$(/l)$()$(li)Вольфрам: $(l:tfg_ores/earth_vein_index#deep_scheelite)35%$(/l)$()$(li)Вугілля: $(l:tfg_ores/earth_vein_index#normal_coal)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_graphite)30%$(/l)$()$(li)Вульфеніт: $(l:tfg_ores/earth_vein_index#deep_molybdenum)40%$(/l)$()$(li)Галена: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Гарнієрит: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)Гематит: $(l:tfg_ores/earth_vein_index#normal_hematite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)5%$(/l)$()$(li)Гетит: $(l:tfg_ores/earth_vein_index#deep_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)5%$(/l)$()$(li)Гіпс: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)Главконітний пісок: $(l:tfg_ores/earth_vein_index#normal_lubricant)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_olivine)15%$(/l)$()$(li)Гранатовий пісок: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Гранітний мінеральний пісок: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Графіт: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()$(li)Гроссуляр: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()$(li)Діамант: $(l:tfg_ores/earth_vein_index#normal_graphite)25%$(/l)$()$(li)Діатомітн: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_garnet_tin)15%$(/l)$()$(li)Електротин: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l)$()$(li)Жовтий гранат: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)15%$(/l)$()$(li)Жовтий лимоніт: $(l:tfg_ores/earth_vein_index#normal_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l)$()$(li)Зелений сапфір: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Земля Фуллера: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Ільменіт: $(l:tfg_ores/earth_vein_index#normal_bauxite)30%$(/l)$()$(li)Кальцит: $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)Кам’яна сіль: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)Каситерит: $(l:tfg_ores/earth_vein_index#surface_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)Каситеритові піски: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)35%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Кварцит: $(l:tfg_ores/earth_vein_index#normal_quartz)54%$(/l)$()$(li)Кіаніт: $(l:tfg_ores/earth_vein_index#normal_mica)35%$(/l)$()$(li)Кіновар: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()$(li)Кобальт: $(l:tfg_ores/earth_vein_index#normal_garnierite)15%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()$(li)Лазурит: $(l:tfg_ores/earth_vein_index#normal_lapis)35%$(/l)$()$(li)Лепідоліт: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)15%$(/l)$()$(li)Літій: $(l:tfg_ores/earth_vein_index#deep_scheelite)20%$(/l)$()$(li)Магнезит: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Магнетит: $(l:tfg_ores/earth_vein_index#normal_magnetite)63%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)5%$(/l)$()$(li)Малахіт: $(l:tfg_ores/earth_vein_index#deep_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l)$()$(li)Молібденіт: $(l:tfg_ores/earth_vein_index#deep_molybdenum)30%$(/l)$()$(li)Молібденум: $(l:tfg_ores/earth_vein_index#deep_molybdenum)15%$(/l)$()$(li)Монацит: $(l:tfg_ores/earth_vein_index#normal_monazite)25%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Нафтові піски: $(l:tfg_ores/earth_vein_index#normal_oilsands)100%$(/l)$()$(li)Неодим: $(l:tfg_ores/earth_vein_index#normal_monazite)25%$(/l)$()$(li)Нікель: $(l:tfg_ores/earth_vein_index#normal_garnierite)10%$(/l)$()$(li)Нітрат калію: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l)$()$(li)Оливін: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Олово: $(l:tfg_ores/earth_vein_index#normal_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)40%$(/l)$()$(li)Опал: $(l:tfg_ores/earth_vein_index#deep_garnet_opal)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l)$()$(li)Паладій: $(l:tfg_ores/earth_vein_index#deep_sheldonite)15%$(/l)$()$(li)Пентландит: $(l:tfg_ores/earth_vein_index#normal_garnierite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_lubricant)15%$(/l)$()$(li)Пірит: $(l:tfg_ores/earth_vein_index#normal_sulfur)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)5%$(/l)$()$(li)Піролюзит: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Піроп: $(l:tfg_ores/earth_vein_index#deep_sapphire)27%$(/l)$()$(li)Пірохлор: $(l:tfg_ores/earth_vein_index#normal_apatite)15%$(/l)$()$(li)Платина: $(l:tfg_ores/earth_vein_index#deep_sheldonite)25%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Повеліт: $(l:tfg_ores/earth_vein_index#deep_molybdenum)15%$(/l)$()$(li)Поклади Істинного Кварцу: $(l:tfg_ores/earth_vein_index#normal_quartz)25%$(/l)$()$(li)Полюцит: $(l:tfg_ores/earth_vein_index#normal_mica)15%$(/l)$()$(li)Реальгар: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()$(li)Редстоун: $(l:tfg_ores/earth_vein_index#normal_redstone)45%$(/l)$()$(li)Рубін: $(l:tfg_ores/earth_vein_index#normal_redstone)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)20%$(/l)$()$(li)Самородна Золото: $(l:tfg_ores/earth_vein_index#deep_gold)75%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)9%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)5%$(/l)$()$(li)Самородна Мідь: $(l:tfg_ores/earth_vein_index#normal_copper)65%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)30%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)Самородна Срібла: $(l:tfg_ores/earth_vein_index#normal_silver)15%$(/l)$()$(li)Сапфір: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)5%$(/l)$()$(li)Свинець: $(l:tfg_ores/earth_vein_index#normal_silver)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)11%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)7%$(/l)$()$(li)Сіль: $(l:tfg_ores/earth_vein_index#normal_salt)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)30%$(/l)$()$(li)Сірка: $(l:tfg_ores/earth_vein_index#surface_sphalerite)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)9%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)3%$(/l)$()$(li)Слюда: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Смарагд: $(l:tfg_ores/earth_vein_index#normal_beryllium)50%$(/l)$()$(li)Смарагд: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Соапостон: $(l:tfg_ores/earth_vein_index#normal_lubricant)30%$(/l)$()$(li)Содаліт: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Спесартін: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Сподумен: $(l:tfg_ores/earth_vein_index#normal_spodumene)35%$(/l)$()$(li)Стибніт: $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)20%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)Сфалерит: $(l:tfg_ores/earth_vein_index#normal_sphalerite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)15%$(/l)$()$(li)Тальк: $(l:tfg_ores/earth_vein_index#normal_lubricant)20%$(/l)$()$(li)Танталіт: $(l:tfg_ores/earth_vein_index#normal_manganese)12%$(/l)$()$(li)Тетраедрит: $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)50%$(/l)$()$(li)Топаз: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Торій: $(l:tfg_ores/earth_vein_index#normal_beryllium)15%$(/l)$()$(li)Трикальційфосфат: $(l:tfg_ores/earth_vein_index#normal_apatite)35%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Трона: $(l:tfg_ores/earth_vein_index#normal_lubricant)10%$(/l)$()$(li)Уранит: $(l:tfg_ores/earth_vein_index#deep_pitchblende)50%$(/l)$()$(li)Ураніт: $(l:tfg_ores/earth_vein_index#deep_pitchblende)50%$(/l)$()$(li)Халькопирит: $(l:tfg_ores/earth_vein_index#surface_copper)61%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)20%$(/l)$()$(li)Халькоцит: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Хроміт: $(l:tfg_ores/earth_vein_index#deep_magnetite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)4%$(/l)$()$(li)Цеоліт: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()$(li)Червоний гранат: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)5%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)5%$(/l)$()$(li)Шеєліт: $(l:tfg_ores/earth_vein_index#deep_scheelite)45%$(/l)$()$(li)Шелдонітн: $(l:tfg_ores/earth_vein_index#deep_sheldonite)25%$(/l)$()", + "type": "patchouli:text" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_vein_index.json new file mode 100644 index 000000000..63d3def06 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_vein_index.json @@ -0,0 +1,3867 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "земля Vein Index", + "icon": "tfc:ore/normal_native_copper/chalk", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Vein Index$() for $(thing)земля$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns on, and more.", + "title": "земля Vein Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)Аметист і Гранат$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_apatite)Апатит і Пірохлор$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_monazite)Бастнезит і Монацит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_olivine)Бентоніт та Олівін$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_bismuthinite)Бісмут (Звичайний)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_bismuthinite)Бісмут (поверхня)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_bauxite)Боксит і Ільменіт$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_coal)Вугілля$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Вульфеніт і Молібденіт$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Гарнієрит і Кобальтит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)Гематит та Лімоніт$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)Гематит, Гетит і Рубін$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)Гетит і Малахіт$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Гранат і Каситеритові піски$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Графіт і Діамант$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_gold)Золото (Глибоке)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gold)Золото, Лімоніт та Гематит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_cassiterite)Каситерит (звичайний)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_cassiterite)Каситерит (Поверхня)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)Кварц$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_mica)Кіаніт, Слюда та Боксити$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)Лімоніт$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)Магнетит і Ванадій$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)Марганець і Тантал$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_copper)Мідь та Халькопірит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_basaltic_sands)Мінеральні піски$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_oilsands)Нафтові піски$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)Опал і Гранат$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)Редстоун, Кіновар і Рубін$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)Сапфір і Альмадін$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)Селітра та Електротин$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)Сірка та Пірит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_beryllium)Смарагд і Берилій$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)Смарагд, Лазурит та Содаліт$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)Соапостон, Тальк і Трона$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)Солі та Бура$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)Сподумен та Лепідоліт$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)Срібло, Гален і Свинець$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)Сфалерит і Пірит$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)Сфалерит і Сірка$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)Тетраедрит (звичайний)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)Тетраедрит (Поверхня)$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)Топаз і Халькоцит$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)Ураніт & Пітчбленд$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_copper)Халькопірит та Реальгар$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_magnetite)Хроміт і Магнетит$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)Шеєліт та Вольфрам$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sheldonite)Шелдоніт і Борніт$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 230$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): -64 — 26$(br)$(thing)Розмір$(): 40$(br)$(thing)Висота$(): 8$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аргиліт, Аспідний сланець, Вапняк, Глинистий сланець, Гнейс, Доломіт, Кварцит, Конгломерат, Крейда, Кременистий сланець, Мармур, Філіт, Шиферний сланець", + "title": "Аметист і Гранат", + "type": "patchouli:text", + "anchor": "deep_garnet_amethyst" + }, + { + "Type": "patchouli:multiblock", + "name": "Аметист", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 65%$(br)$(thing)Джерело$(): Залізо$(br)$(thing)Формула$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Андрадит, Гросулар, Уваровіт", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Опал", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Кремній, Кисню$(br)$(thing)Формула$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Червоний гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Джерело$(): Піроп, Алмадін, Спесартін", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 34$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Апатит і Пірохлор", + "type": "patchouli:text", + "anchor": "normal_apatite" + }, + { + "Type": "patchouli:multiblock", + "name": "Апатит", + "multiblock": { + "mapping": { + "0": "#forge:ores/apatite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Кальцію, Фосфору, Лісовий ПТСР$(br)$(thing)Формула$(): Ca₅(PO₄)₃Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трикальційфосфат", + "multiblock": { + "mapping": { + "0": "#forge:ores/tricalcium_phosphate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Кальцію, Фосфору$(br)$(thing)Формула$(): Ca₃(PO₄)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірохлор", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrochlore" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Ніобій$(br)$(thing)Формула$(): Ca₂Nb₂O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 185$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 50$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Габро, Граніт, Діорит", + "title": "Бастнезит і Монацит", + "type": "patchouli:text", + "anchor": "normal_monazite" + }, + { + "Type": "patchouli:multiblock", + "name": "Бастнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bastnasite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Церію, Фтору$(br)$(thing)Формула$(): CeCFO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Монацит", + "multiblock": { + "mapping": { + "0": "#forge:ores/monazite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Фосфору, Рідкоземельні$(br)$(thing)Формула$(): ?(PO₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Неодим", + "multiblock": { + "mapping": { + "0": "#forge:ores/neodymium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Неодим$(br)$(thing)Формула$(): Nd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -40 — 30$(br)$(thing)Розмір$(): 26$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Габро, Граніт, Дацит, Діорит, Ріоліт", + "title": "Бентоніт та Олівін", + "type": "patchouli:text", + "anchor": "normal_olivine" + }, + { + "Type": "patchouli:multiblock", + "name": "Бентоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/bentonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Натрію, Магнію$(br)$(thing)Формула$(): NaMg₆Si₁₂H₄(H₂O)₅O₃₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnesite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): MgCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Оливін", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію, Залізо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Главконітний пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Магнію, Алюмінію$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Габро, Глинистий сланець, Граніт, Діорит, Доломіт, Конгломерат, Крейда, Кременистий сланець", + "title": "Бісмут (Звичайний)", + "type": "patchouli:text", + "anchor": "normal_bismuthinite" + }, + { + "Type": "patchouli:multiblock", + "name": "Бісмут", + "multiblock": { + "mapping": { + "0": "#forge:ores/bismuth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 80%$(br)$(thing)Розплавляється в$(): Бісмут$(br)$(thing)Формула$(): Bi", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинець", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 11%$(br)$(thing)Розплавляється в$(): Свинцю$(br)$(thing)Формула$(): Pb$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сірка", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 9%$(br)$(thing)Джерело$(): Сірка$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 140$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 60 — 210$(br)$(thing)Розмір$(): 50$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Габро, Глинистий сланець, Граніт, Діорит, Доломіт, Конгломерат, Крейда, Кременистий сланець", + "title": "Бісмут (поверхня)", + "type": "patchouli:text", + "anchor": "surface_bismuthinite" + }, + { + "Type": "patchouli:multiblock", + "name": "Бісмут", + "multiblock": { + "mapping": { + "0": "#forge:ores/bismuth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 90%$(br)$(thing)Розплавляється в$(): Бісмут$(br)$(thing)Формула$(): Bi", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинець", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 7%$(br)$(thing)Розплавляється в$(): Свинцю$(br)$(thing)Формула$(): Pb$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сірка", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 3%$(br)$(thing)Джерело$(): Сірка$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 185$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Глинистий сланець, Доломіт, Конгломерат, Крейда, Кременистий сланець", + "title": "Боксит і Ільменіт", + "type": "patchouli:text", + "anchor": "normal_bauxite" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ільменіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Залізо, Титану$(br)$(thing)Формула$(): FeTiO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алюмінію", + "multiblock": { + "mapping": { + "0": "#forge:ores/aluminium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 215$(br)$(thing)Щільність$(): 0.55$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 210$(br)$(thing)Розмір$(): 60$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Глинистий сланець, Доломіт, Конгломерат, Крейда, Кременистий сланець", + "title": "Вугілля", + "type": "patchouli:text", + "anchor": "normal_coal" + }, + { + "Type": "patchouli:multiblock", + "name": "Вугілля", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 100%$(br)$(thing)Використовується для$(): Ковальське паливо, Дистиляція$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 245$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 10$(br)$(thing)Розмір$(): 26$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Габро, Граніт, Дацит, Діорит, Ріоліт", + "title": "Вульфеніт і Молібденіт", + "type": "patchouli:text", + "anchor": "deep_molybdenum" + }, + { + "Type": "patchouli:multiblock", + "name": "Вульфеніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/wulfenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Джерело$(): Свинець, Молібденум$(br)$(thing)Формула$(): PbMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молібденіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): MoS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молібденум", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): Mo", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Повеліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/powellite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 160$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 70$(br2)$(thing)Типи каменю$(): Габро, Діорит$(br2)Не можеш знайти? Габро завжди залягає нижче $(thing)Базальту$(), і дамби з Габро в океанах теж можуть бути корисними!", + "title": "Гарнієрит і Кобальтит", + "type": "patchouli:text", + "anchor": "normal_garnierite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гарнієрит", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnierite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): NiO", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальтит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Кобальту, Миш'яку$(br)$(thing)Формула$(): CoAsS$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальт", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobalt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Кобальту$(br)$(thing)Формула$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Нікель", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 210$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Дацит, Ріоліт", + "title": "Гематит та Лімоніт", + "type": "patchouli:text", + "anchor": "normal_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Дацит, Ріоліт", + "title": "Гематит, Гетит і Рубін", + "type": "patchouli:text", + "anchor": "deep_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубін", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Хрому, Алюмінію$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 240$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Розмір$(): 32$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Вапняк, Мармур", + "title": "Гетит і Малахіт", + "type": "patchouli:text", + "anchor": "deep_limonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Малахіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 270$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -40 — 64$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Андезит, Аргиліт, Аспідний сланець, Базальт, Вапняк, Габро, Глинистий сланець, Гнейс, Граніт, Дацит, Діорит, Доломіт, Кварцит, Конгломерат, Крейда, Кременистий сланець, Мармур, Ріоліт, Філіт, Шиферний сланець", + "title": "Гранат і Каситеритові піски", + "type": "patchouli:text", + "anchor": "normal_garnet_tin" + }, + { + "Type": "patchouli:multiblock", + "name": "Каситеритові піски", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гранатовий пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnet_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алмадін, Андрадит, Гросулар, Піроп, Спесартін, Уваровіт", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Азбест", + "multiblock": { + "mapping": { + "0": "#forge:ores/asbestos" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію, Рак легенів$(br)$(thing)Формула$(): Mg₃Si₂H₄O₉$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Asbestosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Діатомітн", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Залізо, Алюмінію$(br)$(thing)Формула$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 80$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): -64 — -16$(br)$(thing)Розмір$(): 16$(br)$(thing)Висота$(): 6$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Аргиліт, Аспідний сланець, Базальт, Вапняк, Габро, Глинистий сланець, Гнейс, Граніт, Дацит, Діорит, Доломіт, Кварцит, Конгломерат, Крейда, Кременистий сланець, Мармур, Ріоліт, Філіт, Шиферний сланець", + "title": "Графіт і Діамант", + "type": "patchouli:text", + "anchor": "normal_graphite" + }, + { + "Type": "patchouli:multiblock", + "name": "Графіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/graphite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Використовується для$(): $(l:mechanics/fire_clay)Вогнетривкової глини$(), Графену$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Вугілля", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Використовується для$(): Ковальське паливо, Дистиляція$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Діамант", + "multiblock": { + "mapping": { + "0": "#forge:ores/diamond" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Використовується для$(): Подрібнювачів, AE2$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 260$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Розмір$(): 32$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Габро, Граніт, Дацит, Діорит, Ріоліт", + "title": "Золото (Глибоке)", + "type": "patchouli:text", + "anchor": "deep_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 75%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 40$(br)$(thing)Висота$(): 12$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Габро, Граніт, Дацит, Діорит, Ріоліт", + "title": "Золото, Лімоніт та Гематит", + "type": "patchouli:text", + "anchor": "normal_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 55%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Габро, Граніт, Діорит", + "title": "Каситерит (звичайний)", + "type": "patchouli:text", + "anchor": "normal_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Олово", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 60%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Каситерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 135$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 60 — 210$(br)$(thing)Розмір$(): 50$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Габро, Граніт, Діорит", + "title": "Каситерит (Поверхня)", + "type": "patchouli:text", + "anchor": "surface_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Каситерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 60%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Олово", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 150$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 100$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 40$(br2)$(thing)Типи каменю$(): Аспідний сланець, Глинистий сланець, Гнейс, Кварцит", + "title": "Кварц", + "type": "patchouli:text", + "anchor": "normal_quartz" + }, + { + "Type": "patchouli:multiblock", + "name": "Кварцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/quartzite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 54%$(br)$(thing)Використовується для$(): LV компонентів$(br)$(thing)Формула$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Поклади Істинного Кварцу", + "multiblock": { + "mapping": { + "0": "#forge:ores/certus_quartz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Використовується для$(): Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Барит", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Барію$(br)$(thing)Формула$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 190$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 210$(br)$(thing)Розмір$(): 36$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Кіаніт, Слюда та Боксити", + "type": "patchouli:text", + "anchor": "normal_mica" + }, + { + "Type": "patchouli:multiblock", + "name": "Кіаніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/kyanite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂SiO₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Слюда", + "multiblock": { + "mapping": { + "0": "#forge:ores/mica" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Калію, Алюмінію, Фтору$(br)$(thing)Формула$(): KAl₃Si₃F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Полюцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pollucite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Цезій, Алюмінію$(br)$(thing)Формула$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 190$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Вапняк, Мармур", + "title": "Лімоніт", + "type": "patchouli:text", + "anchor": "normal_limonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Малахіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 200$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Глинистий сланець, Доломіт, Конгломерат, Крейда, Кременистий сланець", + "title": "Магнетит і Ванадій", + "type": "patchouli:text", + "anchor": "normal_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 63%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ванадієвий магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 22%$(br)$(thing)Джерело$(): Залізо, Ванадію$(br)$(thing)Формула$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 9%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Хроміт", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 4%$(br)$(thing)Джерело$(): Хрому$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 195$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Аргиліт, Базальт, Вапняк, Глинистий сланець, Дацит, Доломіт, Конгломерат, Крейда, Кременистий сланець, Ріоліт", + "title": "Марганець і Тантал", + "type": "patchouli:text", + "anchor": "normal_manganese" + }, + { + "Type": "patchouli:multiblock", + "name": "Гроссуляр", + "multiblock": { + "mapping": { + "0": "#forge:ores/grossular" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 37%$(br)$(thing)Джерело$(): Кальцію, Алюмінію$(br)$(thing)Формула$(): Ca₃Al₂Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Спесартін", + "multiblock": { + "mapping": { + "0": "#forge:ores/spessartine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнезії, Алюмінію$(br)$(thing)Формула$(): Al₂Mn₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Піролюзит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrolusite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнезії$(br)$(thing)Формула$(): MnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Танталіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 12%$(br)$(thing)Джерело$(): Магнезії, Танталу$(br)$(thing)Формула$(): MnTa₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 85$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Дацит, Ріоліт", + "title": "Мідь та Халькопірит", + "type": "patchouli:text", + "anchor": "normal_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Мідь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 65%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькопирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 160$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 48$(br)$(thing)Висота$(): 9$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Базальт, Граніт", + "title": "Мінеральні піски", + "type": "patchouli:text", + "anchor": "normal_basaltic_sands" + }, + { + "Type": "patchouli:multiblock", + "name": "Базальтовий мінеральний пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/basaltic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гранітний мінеральний пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/granitic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Земля Фуллера", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнезії$(br)$(thing)Формула$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гіпс", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Використовується для$(): Алебастрової (фарбованої) цегли$(br)$(thing)Формула$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 185$(br)$(thing)Щільність$(): 0.2$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 70$(br)$(thing)Розмір$(): 55$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Глинистий сланець, Доломіт, Конгломерат, Крейда, Кременистий сланець", + "title": "Нафтові піски", + "type": "patchouli:text", + "anchor": "normal_oilsands" + }, + { + "Type": "patchouli:multiblock", + "name": "Нафтові піски", + "multiblock": { + "mapping": { + "0": "#forge:ores/oilsands" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 100%$(br)$(thing)Джерело$(): Свободи\uD83D\uDEE2\uD83E\uDD85\uD83D\uDDFD", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): -64 — 62$(br)$(thing)Розмір$(): 26$(br)$(thing)Висота$(): 6$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Габро, Граніт, Дацит, Діорит, Ріоліт", + "title": "Опал і Гранат", + "type": "patchouli:text", + "anchor": "deep_garnet_opal" + }, + { + "Type": "patchouli:multiblock", + "name": "Опал", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 55%$(br)$(thing)Джерело$(): Кремній, Кисню$(br)$(thing)Формула$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Аметист", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Залізо$(br)$(thing)Формула$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Андрадит, Гросулар, Уваровіт", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Червоний гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Джерело$(): Піроп, Алмадін, Спесартін", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 160$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 100$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Граніт$(br2)Не можете знайти? Спробуйте пошукати в океанах, Червоний камінь світиться!", + "title": "Редстоун, Кіновар і Рубін", + "type": "patchouli:text", + "anchor": "normal_redstone" + }, + { + "Type": "patchouli:multiblock", + "name": "Редстоун", + "multiblock": { + "mapping": { + "0": "#forge:ores/redstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Розплавляється в$(): Редстоун$(br)$(thing)Формула$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубін", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Хрому, Алюмінію$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кіновар", + "multiblock": { + "mapping": { + "0": "#forge:ores/cinnabar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Ртуті$(br)$(thing)Формула$(): HgS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): -64 — 26$(br)$(thing)Розмір$(): 28$(br)$(thing)Висота$(): 8$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Дацит, Ріоліт", + "title": "Сапфір і Альмадін", + "type": "patchouli:text", + "anchor": "deep_sapphire" + }, + { + "Type": "patchouli:multiblock", + "name": "Алмандін", + "multiblock": { + "mapping": { + "0": "#forge:ores/almandine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 38%$(br)$(thing)Джерело$(): Алюмінію, Залізо$(br)$(thing)Формула$(): Al₂Fe₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Піроп", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrope" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 27%$(br)$(thing)Джерело$(): Алюмінію, Магнію$(br)$(thing)Формула$(): Al₂Mg₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфір", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 16%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Зелений сапфір", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 16%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 210$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 50$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Селітра та Електротин", + "type": "patchouli:text", + "anchor": "normal_saltpeter" + }, + { + "Type": "patchouli:multiblock", + "name": "Нітрат калію", + "multiblock": { + "mapping": { + "0": "#forge:ores/saltpeter" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Калію, Азот$(br)$(thing)Формула$(): KNO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Діатомітн", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Залізо, Алюмінію$(br)$(thing)Формула$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Електротин", + "multiblock": { + "mapping": { + "0": "#forge:ores/electrotine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Золотa, Срібла, Редстоуна$(br)$(thing)Формула$(): (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алуніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/alunite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Калію, Алюмінію$(br)$(thing)Формула$(): KAl₃Si₂H₆O₁₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 165$(br)$(thing)Щільність$(): 0.2$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 210$(br)$(thing)Розмір$(): 45$(br)$(thing)Індикатор Max Depth$(): 40$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Дацит, Ріоліт", + "title": "Сірка та Пірит", + "type": "patchouli:text", + "anchor": "normal_sulfur" + }, + { + "Type": "patchouli:multiblock", + "name": "Сірка", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Сірка$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Трубна вена$(br)$(thing)Y$(): -32 — 50$(br)$(thing)Висота$(): 60$(br)$(thing)Радіус$(): 10$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Дацит, Ріоліт", + "title": "Смарагд і Берилій", + "type": "patchouli:text", + "anchor": "normal_beryllium" + }, + { + "Type": "patchouli:multiblock", + "name": "Смарагд", + "multiblock": { + "mapping": { + "0": "#forge:ores/emerald" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Використовується для$(): MV компонентів, Фільтр тегів предметів$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Берилій", + "multiblock": { + "mapping": { + "0": "#forge:ores/beryllium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Використовується для$(): Перли Енда$(br)$(thing)Формула$(): Be$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Торій", + "multiblock": { + "mapping": { + "0": "#forge:ores/thorium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Торій$(br)$(thing)Формула$(): Th", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -60 — 10$(br)$(thing)Розмір$(): 50$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аспідний сланець, Гнейс, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Смарагд, Лазурит та Содаліт", + "type": "patchouli:text", + "anchor": "normal_lapis" + }, + { + "Type": "patchouli:multiblock", + "name": "Лазурит", + "multiblock": { + "mapping": { + "0": "#forge:ores/lazurite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Алюмінію, Кальцію, Натрію$(br)$(thing)Формула$(): Al₆Si₆Ca₈Na₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Содаліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/sodalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію, Натрію$(br)$(thing)Формула$(): Al₃Si₃Na₄Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Смарагд", + "multiblock": { + "mapping": { + "0": "#forge:ores/lapis" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Лазуриту, Содаліту, Пириту, Кальциту", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кальцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Кальцію$(br)$(thing)Формула$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 190$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -40 — 56$(br)$(thing)Розмір$(): 36$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Габро, Граніт, Діорит", + "title": "Соапостон, Тальк і Трона", + "type": "patchouli:text", + "anchor": "normal_lubricant" + }, + { + "Type": "patchouli:multiblock", + "name": "Соапостон", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Главконітний пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію, Алюмінію$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Тальк", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трона", + "multiblock": { + "mapping": { + "0": "#forge:ores/trona" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Джерело$(): Натрію$(br)$(thing)Формула$(): Na₃C₂H(H₂O)₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 175$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): 30 — 70$(br)$(thing)Розмір$(): 40$(br)$(thing)Висота$(): 4$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Глинистий сланець", + "title": "Солі та Бура", + "type": "patchouli:text", + "anchor": "normal_salt" + }, + { + "Type": "patchouli:multiblock", + "name": "Кам’яна сіль", + "multiblock": { + "mapping": { + "0": "#forge:ores/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Джерело$(): Калію, Хлору$(br)$(thing)Формула$(): KCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сіль", + "multiblock": { + "mapping": { + "0": "#forge:ores/salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Натрію, Хлору$(br)$(thing)Формула$(): NaCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Лепідоліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/lepidolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Калію, Літію, Алюмінію, Фтору$(br)$(thing)Формула$(): KLi₃Al₄F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Бура", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Натрію, Бору$(br)$(thing)Формула$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.375$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): 20 — 60$(br)$(thing)Розмір$(): 35$(br)$(thing)Висота$(): 6$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Сподумен та Лепідоліт", + "type": "patchouli:text", + "anchor": "normal_spodumene" + }, + { + "Type": "patchouli:multiblock", + "name": "Сподумен", + "multiblock": { + "mapping": { + "0": "#forge:ores/spodumene" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Літію, Алюмінію$(br)$(thing)Формула$(): LiAlSi₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сіль", + "multiblock": { + "mapping": { + "0": "#forge:ores/salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Натрію, Хлору$(br)$(thing)Формула$(): NaCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кам’яна сіль", + "multiblock": { + "mapping": { + "0": "#forge:ores/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Калію, Хлору$(br)$(thing)Формула$(): KCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Лепідоліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/lepidolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Калію, Літію, Алюмінію, Фтору$(br)$(thing)Формула$(): KLi₃Al₄F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 160$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Гнейс, Граніт", + "title": "Срібло, Гален і Свинець", + "type": "patchouli:text", + "anchor": "normal_silver" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинець", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 55%$(br)$(thing)Розплавляється в$(): Свинцю$(br)$(thing)Формула$(): Pb$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Галена", + "multiblock": { + "mapping": { + "0": "#forge:ores/galena" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Свинцю$(br)$(thing)Формула$(): PbS$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Срібла", + "multiblock": { + "mapping": { + "0": "#forge:ores/silver" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Срібла$(br)$(thing)Формула$(): Ag", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Андезит, Аспідний сланець, Базальт, Гнейс, Дацит, Кварцит, Мармур, Ріоліт, Філіт, Шиферний сланець", + "title": "Сфалерит і Пірит", + "type": "patchouli:text", + "anchor": "normal_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Розплавляється в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сірка", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Сірка$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 145$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 60 — 210$(br)$(thing)Розмір$(): 50$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Андезит, Аспідний сланець, Базальт, Гнейс, Дацит, Кварцит, Мармур, Ріоліт, Філіт, Шиферний сланець", + "title": "Сфалерит і Сірка", + "type": "patchouli:text", + "anchor": "surface_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Сірка", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 55%$(br)$(thing)Джерело$(): Сірка$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Розплавляється в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Аспідний сланець, Гнейс, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Тетраедрит (звичайний)", + "type": "patchouli:text", + "anchor": "normal_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Тетраедрит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Мідь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Стибніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Сурму$(br)$(thing)Формула$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 140$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 60 — 210$(br)$(thing)Розмір$(): 50$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Аспідний сланець, Гнейс, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Тетраедрит (Поверхня)", + "type": "patchouli:text", + "anchor": "surface_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Тетраедрит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 60%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Мідь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Стибніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Сурму$(br)$(thing)Формула$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 260$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): -64 — 26$(br)$(thing)Розмір$(): 28$(br)$(thing)Висота$(): 7$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аспідний сланець, Гнейс, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Топаз і Халькоцит", + "type": "patchouli:text", + "anchor": "deep_topaz" + }, + { + "Type": "patchouli:multiblock", + "name": "Блакитний топаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/blue_topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Алюмінію, Фтору$(br)$(thing)Формула$(): Al₂SiF₂H₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Топаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію, Фтору$(br)$(thing)Формула$(): Al₂SiFH₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькоцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcocite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Мідь$(br)$(thing)Формула$(): Cu₂S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Борніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Мідь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — -20$(br)$(thing)Розмір$(): 24$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Ураніт & Пітчбленд", + "type": "patchouli:text", + "anchor": "deep_pitchblende" + }, + { + "Type": "patchouli:multiblock", + "name": "Уранит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pitchblende" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Урану, Торій, Свинець$(br)$(thing)Формула$(): (UO₂)₃ThPb$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ураніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/uraninite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Урану$(br)$(thing)Формула$(): UO₂$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 200$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 20 — 217$(br)$(thing)Розмір$(): 50$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Дацит, Ріоліт", + "title": "Халькопірит та Реальгар", + "type": "patchouli:text", + "anchor": "surface_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькопирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 61%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Цеоліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/zeolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 16%$(br)$(thing)Джерело$(): Алюмінію, Кисню$(br)$(thing)Формула$(): NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Реальгар", + "multiblock": { + "mapping": { + "0": "#forge:ores/realgar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 16%$(br)$(thing)Джерело$(): Миш'яку$(br)$(thing)Формула$(): As₄S₄$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Каситерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 205$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Розмір$(): 34$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Глинистий сланець, Доломіт, Конгломерат, Крейда, Кременистий сланець", + "title": "Хроміт і Магнетит", + "type": "patchouli:text", + "anchor": "deep_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Хроміт", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 60%$(br)$(thing)Джерело$(): Хрому$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ванадієвий магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Залізо, Ванадію$(br)$(thing)Формула$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфір", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 0$(br)$(thing)Розмір$(): 20$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Габро, Граніт, Діорит", + "title": "Шеєліт та Вольфрам", + "type": "patchouli:text", + "anchor": "deep_scheelite" + }, + { + "Type": "patchouli:multiblock", + "name": "Шеєліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/scheelite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Джерело$(): Вольфраму$(br)$(thing)Формула$(): Ca(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Вольфрам", + "multiblock": { + "mapping": { + "0": "#forge:ores/tungstate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Вольфраму, Літію$(br)$(thing)Формула$(): Li₂(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Літій", + "multiblock": { + "mapping": { + "0": "#forge:ores/lithium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Літію$(br)$(thing)Формула$(): Li", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 300$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 0$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аспідний сланець, Гнейс, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Шелдоніт і Борніт", + "type": "patchouli:text", + "anchor": "deep_sheldonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Борніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Мідь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Шелдонітн", + "multiblock": { + "mapping": { + "0": "#forge:ores/cooperite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Платини, Нікелю, Паладію$(br)$(thing)Формула$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Платина", + "multiblock": { + "mapping": { + "0": "#forge:ores/platinum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Платини$(br)$(thing)Формула$(): Pt", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Паладій", + "multiblock": { + "mapping": { + "0": "#forge:ores/palladium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Паладію$(br)$(thing)Формула$(): Pd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/index.json deleted file mode 100644 index e99d50665..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/index.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "Індекс руд", - "icon": "minecraft:diamond_pickaxe", - "category": "tfc:tfg_ores", - "priority": true, - "sortnum": 2, - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Це список усіх руд у світі, відсортованих в алфавітному порядку, а потім за типом жил - від найбагатших до найбідніших.$(br2)Альмандін: $(l:tfg_ores/deep_sapphire)35%$()$(br)Алюміній: $(l:tfg_ores/normal_bauxite)25%$()$(br)Алуніт: $(l:tfg_ores/normal_saltpeter)15%$()$(br)Аметист: $(l:tfg_ores/deep_garnet_amethyst)65%$(), $(l:tfg_ores/deep_garnet_opal)25%$()$(br)Апатит: $(l:tfg_ores/normal_apatite)50%$()$(br)Азбест: $(l:tfg_ores/normal_garnet_tin)25%$()$(br)Барит: $(l:tfg_ores/normal_quartz)15%$()$(br)Базальтовий Мінеральний Пісок: $(l:tfg_ores/normal_basaltic_sands)35%$()$(br)Бастназит: $(l:tfg_ores/normal_monazite)50%$()" - }, - { - "type": "patchouli:text", - "text": "Боксити: $(l:tfg_ores/normal_bauxite)45%$(), $(l:tfg_ores/normal_mica)25%$()$(br)Бентоніт: $(l:tfg_ores/normal_olivine)35%$()$(br)Берилій: $(l:tfg_ores/normal_beryllium)35%$()$(br)Бісмут: $(l:tfg_ores/surface_bismuth)90%$(), $(l:tfg_ores/normal_bismuth)80%$()$(br)Синій топаз: $(l:tfg_ores/deep_topaz)35%$()$(br)Бура: $(l:tfg_ores/normal_salt)15%$()$(br)Борніт: $(l:tfg_ores/deep_sheldonite)35%$(), $(l:tfg_ores/deep_topaz)15%$()$(br)Кальцит: $(l:tfg_ores/normal_lapis)15%$()$(br)Каситерит: $(l:tfg_ores/surface_cassiterite)60%$(), $(l:tfg_ores/normal_cassiterite)40%$(), $(l:tfg_ores/surface_copper)5%$()$(br)Каситеритовий Пісок: $(l:tfg_ores/normal_garnet_tin)35%$()$(br)Істинний кварц: $(l:tfg_ores/normal_quartz)30%$()$(br)Халькоцит: $(l:tfg_ores/deep_topaz)25%$()$(br)Халькопірит: $(l:tfg_ores/surface_copper)55%$(), $(l:tfg_ores/normal_copper)20%$()$(br)Хроміт: $(l:tfg_ores/deep_magnetite)60%$()$(br)Киноварь: $(l:tfg_ores/normal_redstone)20%$()$(br)Вугілля: $(l:tfg_ores/normal_coal)100%$(), $(l:tfg_ores/normal_graphite)30%$()$(br)Кабальт: $(l:tfg_ores/normal_garnierite)15%$()" - }, - { - "type": "patchouli:text", - "text": "Кобальтит: $(l:tfg_ores/normal_garnierite)20%$()$(br)Мідь: $(l:tfg_ores/normal_copper)65%$(), $(l:tfg_ores/normal_tetrahedrite)30%$(), $(l:tfg_ores/surface_tetrahedrite)20%$()$(br)Діамант: $(l:tfg_ores/normal_graphite)25%$()$(br)Діатоміт: $(l:tfg_ores/normal_saltpeter)25%$(), $(l:tfg_ores/normal_garnet_tin)15%$()$(br)Електротин: $(l:tfg_ores/normal_saltpeter)25%$()$(br)Смарагд: $(l:tfg_ores/normal_beryllium)50%$()$(br)Земля Фуллера: $(l:tfg_ores/normal_basaltic_sands)25%$()$(br)Галена: $(l:tfg_ores/normal_silver)30%$()$(br)Гранатовий Пісок: $(l:tfg_ores/normal_garnet_tin)25%$()$(br)Гарнієрит: $(l:tfg_ores/normal_garnierite)30%$()$(br)Глауконітовий пісок:: $(l:tfg_ores/normal_lubricant)25%$(), $(l:tfg_ores/normal_olivine)15%$()$(br)Гетит: $(l:tfg_ores/deep_limonite)50%$(), $(l:tfg_ores/deep_hematite)25%$(), $(l:tfg_ores/normal_hematite)15%$(), $(l:tfg_ores/normal_limonite)15%$(), $(l:tfg_ores/normal_gold)5%$(), $(l:tfg_ores/deep_gold)5%$()$(br)Золото: $(l:tfg_ores/deep_gold)75%$(), $(l:tfg_ores/normal_gold)55%$(), $(l:tfg_ores/deep_magnetite)15%$(), $(l:tfg_ores/normal_magnetite)10%$(), $(l:tfg_ores/deep_hematite)5%$(), $(l:tfg_ores/normal_hematite)5%$()$(br)Гранітний мінеральний пісок: $(l:tfg_ores/normal_basaltic_sands)25%$()$(br)Графіт: $(l:tfg_ores/normal_graphite)45%$()$(br)Зелений Сапфір: $(l:tfg_ores/deep_sapphire)15%$()" - }, - { - "type": "patchouli:text", - "text": "Гроссулар: $(l:tfg_ores/normal_manganese)30%$()$(br)Гіпс: $(l:tfg_ores/normal_basaltic_sands)15%$()$(br)Гематит: $(l:tfg_ores/normal_hematite)50%$(), $(l:tfg_ores/deep_hematite)35%$(), $(l:tfg_ores/normal_gold)20%$(), $(l:tfg_ores/normal_limonite)20%$(), $(l:tfg_ores/deep_gold)15%$(), $(l:tfg_ores/deep_limonite)15%$()$(br)Ілменіт: $(l:tfg_ores/normal_bauxite)30%$()$(br)Залізо: $(l:tfg_ores/normal_copper)5%$()$(br)Каолініт: $(l:tfg_ores/surface_kaolin)20%$()$(br)Кіаніт: $(l:tfg_ores/normal_mica)35%$()$(br)Смарагд: $(l:tfg_ores/normal_lapis)25%$()$(br)Лазурит: $(l:tfg_ores/normal_lapis)35%$()$(br)Свинець: $(l:tfg_ores/normal_silver)55%$(), $(l:tfg_ores/normal_bismuth)11%$(), $(l:tfg_ores/surface_bismuth)7%$()$(br)Лепідоліт: $(l:tfg_ores/normal_salt)15%$(), $(l:tfg_ores/normal_spodumene)15%$()$(br)Літій: $(l:tfg_ores/deep_scheelite)20%$()$(br)Магнезит: $(l:tfg_ores/normal_olivine)25%$()$(br)Магнетит: $(l:tfg_ores/normal_magnetite)65%$(), $(l:tfg_ores/deep_magnetite)5%$()$(br)Малахіт: $(l:tfg_ores/deep_limonite)20%$(), $(l:tfg_ores/normal_limonite)15%$()$(br)Слюда: $(l:tfg_ores/normal_mica)25%$()" - }, - { - "type": "patchouli:text", - "text": "Молібденіт: $(l:tfg_ores/deep_molybdenum)30%$()$(br)Молібден: $(l:tfg_ores/deep_molybdenum)15%$()$(br)Монацит: $(l:tfg_ores/normal_monazite)25%$()$(br)Наквадак: $(l:tfg_ores/deep_naquadah)75%$()$(br)Неодим: $(l:tfg_ores/normal_monazite)25%$()$(br)Кварц Нижнього Світу: $(l:tfg_ores/normal_quartz)10%$()$(br)Нікель: $(l:tfg_ores/normal_garnierite)10%$()$(br)Нафтові піски: $(l:tfg_ores/normal_oilsands)100%$()$(br)Олівін: $(l:tfg_ores/normal_olivine)25%$()$(br)Опал: $(l:tfg_ores/deep_garnet_opal)55%$(), $(l:tfg_ores/deep_garnet_amethyst)15%$()$(br)Паладій: $(l:tfg_ores/deep_sheldonite)15%$()$(br)Пентландит: $(l:tfg_ores/normal_garnierite)25%$(), $(l:tfg_ores/normal_lubricant)15%$()$(br)Пітчбленд: $(l:tfg_ores/deep_pitchblende)50%$()$(br)Платина: $(l:tfg_ores/deep_sheldonite)25%$()$(br)Плутоній: $(l:tfg_ores/deep_naquadah)25%$()$(br)Полюцит: $(l:tfg_ores/normal_mica)15%$()$(br)Повеліт: $(l:tfg_ores/deep_molybdenum)15%$()" - }, - { - "type": "patchouli:text", - "text": "Пірит: $(l:tfg_ores/normal_sulfur)35%$(), $(l:tfg_ores/normal_sphalerite)25%$(), $(l:tfg_ores/normal_copper)10%$(), $(l:tfg_ores/surface_sphalerite)5%$()$(br)Пірохлор: $(l:tfg_ores/normal_apatite)15%$()$(br)Піролюзит: $(l:tfg_ores/normal_manganese)20%$()$(br)Піроп: $(l:tfg_ores/deep_sapphire)25%$()$(br)Кварцит: $(l:tfg_ores/normal_quartz)45%$()$(br)Реалгар: $(l:tfg_ores/surface_copper)15%$()$(br)Червоний гранат: $(l:tfg_ores/deep_garnet_amethyst)5%$(), $(l:tfg_ores/deep_garnet_opal)5%$()$(br)Редстоун: $(l:tfg_ores/normal_redstone)45%$()$(br)Кам'яна Сіль: $(l:tfg_ores/normal_salt)40%$(), $(l:tfg_ores/normal_spodumene)20%$()$(br)Рубін: $(l:tfg_ores/normal_redstone)35%$(), $(l:tfg_ores/deep_hematite)20%$()$(br)Сіль: $(l:tfg_ores/normal_salt)30%$(), $(l:tfg_ores/normal_spodumene)30%$()$(br)Сапфір: $(l:tfg_ores/normal_saltpeter)35%$()$(br)Sapphire: $(l:tfg_ores/deep_sapphire)15%$(), $(l:tfg_ores/deep_magnetite)5%$()$(br)Шеєліт: $(l:tfg_ores/deep_scheelite)45%$()$(br)Шелдоніт: $(l:tfg_ores/deep_sheldonite)25%$()$(br)Срібло: $(l:tfg_ores/normal_silver)15%$()$(br)Соапстоун: $(l:tfg_ores/normal_lubricant)30%$()" - }, - { - "type": "patchouli:text", - "text": "Содаліт: $(l:tfg_ores/normal_lapis)25%$()$(br)Спесартін: $(l:tfg_ores/normal_manganese)20%$()$(br)Сфалерит: $(l:tfg_ores/normal_sphalerite)40%$(), $(l:tfg_ores/surface_sphalerite)40%$(), $(l:tfg_ores/normal_sulfur)15%$()$(br)Сподумен: $(l:tfg_ores/normal_spodumene)35%$()$(br)Стибніт: $(l:tfg_ores/normal_tetrahedrite)20%$(), $(l:tfg_ores/surface_tetrahedrite)20%$()$(br)Сірка: $(l:tfg_ores/surface_sphalerite)55%$(), $(l:tfg_ores/normal_sulfur)50%$(), $(l:tfg_ores/normal_sphalerite)35%$(), $(l:tfg_ores/normal_bismuth)9%$(), $(l:tfg_ores/surface_bismuth)3%$()$(br)Тальк: $(l:tfg_ores/normal_lubricant)20%$()$(br)Танталіт: $(l:tfg_ores/normal_manganese)10%$()$(br)Тетраедр: $(l:tfg_ores/surface_tetrahedrite)60%$(), $(l:tfg_ores/normal_tetrahedrite)50%$()$(br)Торій: $(l:tfg_ores/normal_beryllium)15%$()$(br)Олово: $(l:tfg_ores/normal_cassiterite)60%$(), $(l:tfg_ores/surface_cassiterite)40%$()$(br)Топаз: $(l:tfg_ores/deep_topaz)25%$()$(br)Трикальційфосфат: $(l:tfg_ores/normal_apatite)35%$()$(br)Трона.: $(l:tfg_ores/normal_lubricant)10%$()$(br)Вольфрам: $(l:tfg_ores/deep_scheelite)35%$()$(br)Уранініт: $(l:tfg_ores/deep_pitchblende)50%$()$(br)Ванадієвий магнетит: $(l:tfg_ores/normal_magnetite)25%$(), $(l:tfg_ores/deep_magnetite)15%$()" - }, - { - "type": "patchouli:text", - "text": "Вульфеніт: $(l:tfg_ores/deep_molybdenum)40%$()$(br)Жовтий гранат: $(l:tfg_ores/deep_garnet_amethyst)5%$(), $(l:tfg_ores/deep_garnet_opal)5%$()$(br)Жовтий лімоніт: $(l:tfg_ores/normal_limonite)50%$(), $(l:tfg_ores/normal_hematite)30%$(), $(l:tfg_ores/normal_gold)20%$(), $(l:tfg_ores/deep_limonite)15%$(), $(l:tfg_ores/deep_hematite)15%$(), $(l:tfg_ores/deep_gold)5%$()$(br)Цеоліт: $(l:tfg_ores/surface_copper)15%$()" - } - ] -} - diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_ore_index.json new file mode 100644 index 000000000..60d049fc0 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_ore_index.json @@ -0,0 +1,56 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "__ Ore Index", + "icon": "minecraft:quartz", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Ore Index$() for $(thing)__$(). All ores are sorted alphabetically and then by richest to poorest vein type. You can click on them to learn more information about each vein.", + "title": "__ Ore Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Азбест: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Алмандін: $(l:tfg_ores/nether_vein_index#nether_sapphire)38%$(/l)$()$(li)Алуніт: $(l:tfg_ores/nether_vein_index#nether_saltpeter)15%$(/l)$()$(li)Алюмінію: $(l:tfg_ores/nether_vein_index#nether_bauxite)25%$(/l)$()$(li)Аметист: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Апатит: $(l:tfg_ores/nether_vein_index#nether_apatite)50%$(/l)$()$(li)Базальтовий мінеральний пісок: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)35%$(/l)$()$(li)Барит: $(l:tfg_ores/nether_vein_index#nether_quartz)20%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/nether_vein_index#nether_monazite)50%$(/l)$()$(li)Бентоніт: $(l:tfg_ores/nether_vein_index#nether_olivine)35%$(/l)$()$(li)Берилій: $(l:tfg_ores/nether_vein_index#nether_beryllium)35%$(/l)$()$(li)Блакитний топаз: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)Боксит: $(l:tfg_ores/nether_vein_index#nether_bauxite)45%$(/l), $(l:tfg_ores/nether_vein_index#nether_mica)25%$(/l)$()$(li)Борніт: $(l:tfg_ores/nether_vein_index#nether_sheldonite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Ванадієвий магнетит: $(l:tfg_ores/nether_vein_index#nether_magnetite)15%$(/l)$()$(li)Вольфрам: $(l:tfg_ores/nether_vein_index#nether_scheelite)35%$(/l)$()$(li)Вугілля: $(l:tfg_ores/nether_vein_index#nether_graphite)15%$(/l)$()$(li)Вульфеніт: $(l:tfg_ores/nether_vein_index#nether_molybdenum)40%$(/l)$()$(li)Галена: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Гарнієрит: $(l:tfg_ores/nether_vein_index#nether_garnierite)30%$(/l)$()$(li)Гематит: $(l:tfg_ores/nether_vein_index#nether_hematite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)5%$(/l)$()$(li)Гетит: $(l:tfg_ores/nether_vein_index#nether_goethite)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Гіпс: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)15%$(/l)$()$(li)Главконітний пісок: $(l:tfg_ores/nether_vein_index#nether_lubricant)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_olivine)15%$(/l)$()$(li)Гранатовий пісок: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Гранітний мінеральний пісок: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Графіт: $(l:tfg_ores/nether_vein_index#nether_graphite)45%$(/l)$()$(li)Гроссуляр: $(l:tfg_ores/nether_vein_index#nether_manganese)37%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Діамант: $(l:tfg_ores/nether_vein_index#nether_graphite)40%$(/l)$()$(li)Діатомітн: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_garnet_tin)15%$(/l)$()$(li)Електротин: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l)$()$(li)Жовтий гранат: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()$(li)Жовтий лимоніт: $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Зелений сапфір: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()$(li)Земля Фуллера: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Ільменіт: $(l:tfg_ores/nether_vein_index#nether_bauxite)30%$(/l)$()$(li)Кальцит: $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()$(li)Каситерит: $(l:tfg_ores/nether_vein_index#nether_cassiterite)40%$(/l)$()$(li)Каситеритові піски: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)35%$(/l)$()$(li)Кварц Нижнього Світу: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)Кварцит: $(l:tfg_ores/nether_vein_index#nether_quartz)25%$(/l)$()$(li)Кіаніт: $(l:tfg_ores/nether_vein_index#nether_mica)35%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Кіновар: $(l:tfg_ores/nether_vein_index#nether_redstone)20%$(/l)$()$(li)Кобальт: $(l:tfg_ores/nether_vein_index#nether_garnierite)15%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/nether_vein_index#nether_garnierite)20%$(/l)$()$(li)Лазурит: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()$(li)Літій: $(l:tfg_ores/nether_vein_index#nether_scheelite)20%$(/l)$()$(li)Магнезит: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Магнетит: $(l:tfg_ores/nether_vein_index#nether_magnetite)5%$(/l)$()$(li)Малахіт: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)Молібденіт: $(l:tfg_ores/nether_vein_index#nether_molybdenum)30%$(/l)$()$(li)Молібденум: $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Монацит: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Наквадак: $(l:tfg_ores/nether_vein_index#nether_naquadah)75%$(/l)$()$(li)Неодим: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Нікель: $(l:tfg_ores/nether_vein_index#nether_garnierite)10%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Нітрат калію: $(l:tfg_ores/nether_vein_index#nether_saltpeter)35%$(/l)$()$(li)Оливін: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Олово: $(l:tfg_ores/nether_vein_index#nether_cassiterite)60%$(/l)$()$(li)Опал: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Паладій: $(l:tfg_ores/nether_vein_index#nether_sheldonite)15%$(/l)$()$(li)Пентландит: $(l:tfg_ores/nether_vein_index#nether_garnierite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_lubricant)15%$(/l)$()$(li)Пірит: $(l:tfg_ores/nether_vein_index#nether_sulfur)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)10%$(/l)$()$(li)Піролюзит: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Піроп: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()$(li)Пірохлор: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()$(li)Платина: $(l:tfg_ores/nether_vein_index#nether_sheldonite)25%$(/l)$()$(li)Плутоній: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)Повеліт: $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Полюцит: $(l:tfg_ores/nether_vein_index#nether_mica)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Редстоун: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()$(li)Рубін: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()$(li)Самородна Золото: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()$(li)Самородна Мідь: $(l:tfg_ores/nether_vein_index#nether_copper)65%$(/l), $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)30%$(/l)$()$(li)Самородна Срібла: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Сапфір: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)5%$(/l)$()$(li)Свинець: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Сірка: $(l:tfg_ores/nether_vein_index#nether_sulfur)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)35%$(/l)$()$(li)Слюда: $(l:tfg_ores/nether_vein_index#nether_mica)25%$(/l)$()$(li)Смарагд: $(l:tfg_ores/nether_vein_index#nether_beryllium)50%$(/l)$()$(li)Смарагд: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Соапостон: $(l:tfg_ores/nether_vein_index#nether_lubricant)30%$(/l)$()$(li)Содаліт: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Спесартін: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Стибніт: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)20%$(/l)$()$(li)Сфалерит: $(l:tfg_ores/nether_vein_index#nether_sphalerite)40%$(/l), $(l:tfg_ores/nether_vein_index#nether_sulfur)15%$(/l)$()$(li)Тальк: $(l:tfg_ores/nether_vein_index#nether_lubricant)20%$(/l)$()$(li)Танталіт: $(l:tfg_ores/nether_vein_index#nether_manganese)12%$(/l)$()$(li)Тетраедрит: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)50%$(/l)$()$(li)Топаз: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Торій: $(l:tfg_ores/nether_vein_index#nether_beryllium)15%$(/l)$()$(li)Трикальційфосфат: $(l:tfg_ores/nether_vein_index#nether_apatite)35%$(/l)$()$(li)Трона: $(l:tfg_ores/nether_vein_index#nether_lubricant)10%$(/l)$()$(li)Уранит: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Ураніт: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Халькопирит: $(l:tfg_ores/nether_vein_index#nether_copper)20%$(/l)$()$(li)Халькоцит: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Хроміт: $(l:tfg_ores/nether_vein_index#nether_magnetite)60%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Червоний гранат: $(l:tfg_ores/nether_vein_index#nether_garnet)9%$(/l)$()$(li)Шеєліт: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()$(li)Шелдонітн: $(l:tfg_ores/nether_vein_index#nether_sheldonite)25%$(/l)$()", + "type": "patchouli:text" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_vein_index.json new file mode 100644 index 000000000..72da30ba1 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_vein_index.json @@ -0,0 +1,2799 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "__ Vein Index", + "icon": "gtceu:pyroxenite_nether_quartz_ore", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Vein Index$() for $(thing)__$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns on, and more.", + "title": "__ Vein Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnet)Аметист, Опал і Гранат$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_apatite)Апатит і Пірохлор$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_monazite)Бастнезит і Монацит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_olivine)Бентоніт та Олівін$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_bauxite)Боксит і Ільменіт$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_molybdenum)Вульфеніт і Молібденіт$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnierite)Гарнієрит і Кобальтит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_hematite)Гематит та Лімоніт$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_goethite)Гетит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnet_tin)Гранат і Каситеритові піски$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_graphite)Графіт і Діамант$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_gold)Золото та Гематит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_cassiterite)Каситерит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_quartz)Кварц Нижнього Світу$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_mica)Кіаніт, Слюда та Боксити$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_manganese)Марганець і Тантал$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_copper)Мідь та Халькопірит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_basaltic_sands)Мінеральні піски$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_naquadah)Наквадак і Плутоній$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_redstone)Редстоун, Кіновар і Рубін$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sapphire)Сапфір і Альмадін$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_saltpeter)Селітра та Електротин$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sulfur)Сірка та Пірит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_beryllium)Смарагд і Берилій$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lapis)Смарагд, Лазурит та Содаліт$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lubricant)Соапостон, Тальк і Трона$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_silver)Срібло, Гален і Свинець$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sphalerite)Сфалерит і Пірит$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_tetrahedrite)Тетраедрит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_topaz)Топаз і Халькоцит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_pitchblende)Ураніт & Пітчбленд$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_magnetite)Хроміт$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)Шеєліт та Вольфрам$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sheldonite)Шелдоніт і Борніт$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 230$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 45$(br)$(thing)Висота$(): 8$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Аметист, Опал і Гранат", + "type": "patchouli:text", + "anchor": "nether_garnet" + }, + { + "Type": "patchouli:multiblock", + "name": "Аметист", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 38%$(br)$(thing)Джерело$(): Залізо$(br)$(thing)Формула$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Опал", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 38%$(br)$(thing)Джерело$(): Кремній, Кисню$(br)$(thing)Формула$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 14%$(br)$(thing)Джерело$(): Андрадит, Гросулар, Уваровіт", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Червоний гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 9%$(br)$(thing)Джерело$(): Піроп, Алмадін, Спесартін", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 48 — 128$(br)$(thing)Розмір$(): 39$(br2)$(thing)Типи каменю$(): Аспідний сланець, Гнейс", + "title": "Апатит і Пірохлор", + "type": "patchouli:text", + "anchor": "nether_apatite" + }, + { + "Type": "patchouli:multiblock", + "name": "Апатит", + "multiblock": { + "mapping": { + "0": "#forge:ores/apatite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Кальцію, Фосфору, Лісовий ПТСР$(br)$(thing)Формула$(): Ca₅(PO₄)₃Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трикальційфосфат", + "multiblock": { + "mapping": { + "0": "#forge:ores/tricalcium_phosphate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Кальцію, Фосфору$(br)$(thing)Формула$(): Ca₃(PO₄)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірохлор", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrochlore" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Ніобій$(br)$(thing)Формула$(): Ca₂Nb₂O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 185$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Бастнезит і Монацит", + "type": "patchouli:text", + "anchor": "nether_monazite" + }, + { + "Type": "patchouli:multiblock", + "name": "Бастнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bastnasite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Церію, Фтору$(br)$(thing)Формула$(): CeCFO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Монацит", + "multiblock": { + "mapping": { + "0": "#forge:ores/monazite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Фосфору, Рідкоземельні$(br)$(thing)Формула$(): ?(PO₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Неодим", + "multiblock": { + "mapping": { + "0": "#forge:ores/neodymium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Неодим$(br)$(thing)Формула$(): Nd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Розмір$(): 31$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Бентоніт та Олівін", + "type": "patchouli:text", + "anchor": "nether_olivine" + }, + { + "Type": "patchouli:multiblock", + "name": "Бентоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/bentonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Натрію, Магнію$(br)$(thing)Формула$(): NaMg₆Si₁₂H₄(H₂O)₅O₃₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnesite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): MgCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Оливін", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію, Залізо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Главконітний пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Магнію, Алюмінію$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 185$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Боксит і Ільменіт", + "type": "patchouli:text", + "anchor": "nether_bauxite" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ільменіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Залізо, Титану$(br)$(thing)Формула$(): FeTiO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алюмінію", + "multiblock": { + "mapping": { + "0": "#forge:ores/aluminium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 245$(br)$(thing)Щільність$(): 0.55$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 31$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Вульфеніт і Молібденіт", + "type": "patchouli:text", + "anchor": "nether_molybdenum" + }, + { + "Type": "patchouli:multiblock", + "name": "Вульфеніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/wulfenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Джерело$(): Свинець, Молібденум$(br)$(thing)Формула$(): PbMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молібденіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): MoS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молібденум", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): Mo", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Повеліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/powellite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 160$(br)$(thing)Щільність$(): 0.5$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 16 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Габро, Діорит, Піроксеніти", + "title": "Гарнієрит і Кобальтит", + "type": "patchouli:text", + "anchor": "nether_garnierite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гарнієрит", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnierite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): NiO", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальтит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Кобальту, Миш'яку$(br)$(thing)Формула$(): CoAsS$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальт", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobalt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Кобальту$(br)$(thing)Формула$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Нікель", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 35$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Гематит та Лімоніт", + "type": "patchouli:text", + "anchor": "nether_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубін", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Хрому, Алюмінію$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 240$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 37$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Гетит", + "type": "patchouli:text", + "anchor": "nether_goethite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Малахіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 270$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Мігматит, Піроксеніти, Травертин", + "title": "Гранат і Каситеритові піски", + "type": "patchouli:text", + "anchor": "nether_garnet_tin" + }, + { + "Type": "patchouli:multiblock", + "name": "Каситеритові піски", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гранатовий пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnet_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алмадін, Андрадит, Гросулар, Піроп, Спесартін, Уваровіт", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Азбест", + "multiblock": { + "mapping": { + "0": "#forge:ores/asbestos" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію, Рак легенів$(br)$(thing)Формула$(): Mg₃Si₂H₄O₉$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Asbestosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Діатомітн", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Залізо, Алюмінію$(br)$(thing)Формула$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 120$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Трубна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Висота$(): 60$(br)$(thing)Радіус$(): 12$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Графіт і Діамант", + "type": "patchouli:text", + "anchor": "nether_graphite" + }, + { + "Type": "patchouli:multiblock", + "name": "Графіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/graphite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Використовується для$(): $(l:mechanics/fire_clay)Вогнетривкової глини$(), Графену$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Діамант", + "multiblock": { + "mapping": { + "0": "#forge:ores/diamond" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Використовується для$(): Подрібнювачів, AE2$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Вугілля", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Використовується для$(): Ковальське паливо, Дистиляція$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 260$(br)$(thing)Щільність$(): 0.55$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 37$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Золото та Гематит", + "type": "patchouli:text", + "anchor": "nether_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 75%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.5$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Каситерит", + "type": "patchouli:text", + "anchor": "nether_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Олово", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 60%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Каситерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 150$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Базальт, Габро, Граніт, Діорит, Мігматит, Піроксеніти, Травертин", + "title": "Кварц Нижнього Світу", + "type": "patchouli:text", + "anchor": "nether_quartz" + }, + { + "Type": "patchouli:multiblock", + "name": "Кварц Нижнього Світу", + "multiblock": { + "mapping": { + "0": "#forge:ores/nether_quartz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 54%$(br)$(thing)Використовується для$(): Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кварцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/quartzite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Використовується для$(): LV компонентів$(br)$(thing)Формула$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Барит", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Барію$(br)$(thing)Формула$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 41$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Кіаніт, Слюда та Боксити", + "type": "patchouli:text", + "anchor": "nether_mica" + }, + { + "Type": "patchouli:multiblock", + "name": "Кіаніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/kyanite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂SiO₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Слюда", + "multiblock": { + "mapping": { + "0": "#forge:ores/mica" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Калію, Алюмінію, Фтору$(br)$(thing)Формула$(): KAl₃Si₃F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Полюцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pollucite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Цезій, Алюмінію$(br)$(thing)Формула$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 195$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Марганець і Тантал", + "type": "patchouli:text", + "anchor": "nether_manganese" + }, + { + "Type": "patchouli:multiblock", + "name": "Гроссуляр", + "multiblock": { + "mapping": { + "0": "#forge:ores/grossular" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 37%$(br)$(thing)Джерело$(): Кальцію, Алюмінію$(br)$(thing)Формула$(): Ca₃Al₂Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Спесартін", + "multiblock": { + "mapping": { + "0": "#forge:ores/spessartine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнезії, Алюмінію$(br)$(thing)Формула$(): Al₂Mn₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Піролюзит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrolusite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнезії$(br)$(thing)Формула$(): MnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Танталіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 12%$(br)$(thing)Джерело$(): Магнезії, Танталу$(br)$(thing)Формула$(): MnTa₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.5$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Мідь та Халькопірит", + "type": "patchouli:text", + "anchor": "nether_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Мідь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 65%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькопирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 160$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): 48 — 128$(br)$(thing)Розмір$(): 48$(br)$(thing)Висота$(): 9$(br2)$(thing)Типи каменю$(): Базальт, Граніт", + "title": "Мінеральні піски", + "type": "patchouli:text", + "anchor": "nether_basaltic_sands" + }, + { + "Type": "patchouli:multiblock", + "name": "Базальтовий мінеральний пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/basaltic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гранітний мінеральний пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/granitic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Земля Фуллера", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнезії$(br)$(thing)Формула$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гіпс", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Використовується для$(): Алебастрової (фарбованої) цегли$(br)$(thing)Формула$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 38$(br)$(thing)Розмір$(): 32$(br2)$(thing)Типи каменю$(): Базальт, Піроксеніти", + "title": "Наквадак і Плутоній", + "type": "patchouli:text", + "anchor": "nether_naquadah" + }, + { + "Type": "patchouli:multiblock", + "name": "Наквадак", + "multiblock": { + "mapping": { + "0": "#forge:ores/naquadah" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 75%$(br)$(thing)Джерело$(): Наквадак, Tritanium$(br)$(thing)Формула$(): Nq", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Плутоній", + "multiblock": { + "mapping": { + "0": "#forge:ores/plutonium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Плутонію$(br)$(thing)Формула$(): Pu²³⁹$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 160$(br)$(thing)Щільність$(): 0.5$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Граніт, Піроксеніти", + "title": "Редстоун, Кіновар і Рубін", + "type": "patchouli:text", + "anchor": "nether_redstone" + }, + { + "Type": "patchouli:multiblock", + "name": "Редстоун", + "multiblock": { + "mapping": { + "0": "#forge:ores/redstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Розплавляється в$(): Редстоун$(br)$(thing)Формула$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубін", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Хрому, Алюмінію$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кіновар", + "multiblock": { + "mapping": { + "0": "#forge:ores/cinnabar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Ртуті$(br)$(thing)Формула$(): HgS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 33$(br)$(thing)Висота$(): 8$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Сапфір і Альмадін", + "type": "patchouli:text", + "anchor": "nether_sapphire" + }, + { + "Type": "patchouli:multiblock", + "name": "Алмандін", + "multiblock": { + "mapping": { + "0": "#forge:ores/almandine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 38%$(br)$(thing)Джерело$(): Алюмінію, Залізо$(br)$(thing)Формула$(): Al₂Fe₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Піроп", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrope" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 27%$(br)$(thing)Джерело$(): Алюмінію, Магнію$(br)$(thing)Формула$(): Al₂Mg₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфір", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 16%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Зелений сапфір", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 16%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 210$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 50$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Селітра та Електротин", + "type": "patchouli:text", + "anchor": "nether_saltpeter" + }, + { + "Type": "patchouli:multiblock", + "name": "Нітрат калію", + "multiblock": { + "mapping": { + "0": "#forge:ores/saltpeter" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Калію, Азот$(br)$(thing)Формула$(): KNO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Діатомітн", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Залізо, Алюмінію$(br)$(thing)Формула$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Електротин", + "multiblock": { + "mapping": { + "0": "#forge:ores/electrotine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Золотa, Срібла, Редстоуна$(br)$(thing)Формула$(): (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алуніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/alunite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Калію, Алюмінію$(br)$(thing)Формула$(): KAl₃Si₂H₆O₁₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 165$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 50$(br2)$(thing)Типи каменю$(): Аспідний сланець, Базальт, Діорит, Піроксеніти", + "title": "Сірка та Пірит", + "type": "patchouli:text", + "anchor": "nether_sulfur" + }, + { + "Type": "patchouli:multiblock", + "name": "Сірка", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Сірка$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Трубна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Висота$(): 60$(br)$(thing)Радіус$(): 12$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Смарагд і Берилій", + "type": "patchouli:text", + "anchor": "nether_beryllium" + }, + { + "Type": "patchouli:multiblock", + "name": "Смарагд", + "multiblock": { + "mapping": { + "0": "#forge:ores/emerald" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Використовується для$(): MV компонентів, Фільтр тегів предметів$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Берилій", + "multiblock": { + "mapping": { + "0": "#forge:ores/beryllium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Використовується для$(): Перли Енда$(br)$(thing)Формула$(): Be$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Торій", + "multiblock": { + "mapping": { + "0": "#forge:ores/thorium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Торій$(br)$(thing)Формула$(): Th", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 40$(br2)$(thing)Типи каменю$(): Мігматит, Піроксеніти, Травертин", + "title": "Смарагд, Лазурит та Содаліт", + "type": "patchouli:text", + "anchor": "nether_lapis" + }, + { + "Type": "patchouli:multiblock", + "name": "Лазурит", + "multiblock": { + "mapping": { + "0": "#forge:ores/lazurite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Алюмінію, Кальцію, Натрію$(br)$(thing)Формула$(): Al₆Si₆Ca₈Na₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Содаліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/sodalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію, Натрію$(br)$(thing)Формула$(): Al₃Si₃Na₄Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Смарагд", + "multiblock": { + "mapping": { + "0": "#forge:ores/lapis" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Лазуриту, Содаліту, Пириту, Кальциту", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кальцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Кальцію$(br)$(thing)Формула$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 41$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Соапостон, Тальк і Трона", + "type": "patchouli:text", + "anchor": "nether_lubricant" + }, + { + "Type": "patchouli:multiblock", + "name": "Соапостон", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Главконітний пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію, Алюмінію$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Тальк", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трона", + "multiblock": { + "mapping": { + "0": "#forge:ores/trona" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Джерело$(): Натрію$(br)$(thing)Формула$(): Na₃C₂H(H₂O)₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 160$(br)$(thing)Щільність$(): 0.5$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Гнейс, Граніт, Піроксеніти", + "title": "Срібло, Гален і Свинець", + "type": "patchouli:text", + "anchor": "nether_silver" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Срібла", + "multiblock": { + "mapping": { + "0": "#forge:ores/silver" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Срібла$(br)$(thing)Формула$(): Ag", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинець", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Свинцю$(br)$(thing)Формула$(): Pb$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Галена", + "multiblock": { + "mapping": { + "0": "#forge:ores/galena" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Свинцю$(br)$(thing)Формула$(): PbS$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.5$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Сфалерит і Пірит", + "type": "patchouli:text", + "anchor": "nether_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Розплавляється в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сірка", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Сірка$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.5$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Аспідний сланець, Гнейс, Мігматит, Піроксеніти, Травертин", + "title": "Тетраедрит", + "type": "patchouli:text", + "anchor": "nether_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Тетраедрит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Мідь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Стибніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Сурму$(br)$(thing)Формула$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 33$(br)$(thing)Висота$(): 7$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Топаз і Халькоцит", + "type": "patchouli:text", + "anchor": "nether_topaz" + }, + { + "Type": "patchouli:multiblock", + "name": "Блакитний топаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/blue_topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Алюмінію, Фтору$(br)$(thing)Формула$(): Al₂SiF₂H₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Топаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію, Фтору$(br)$(thing)Формула$(): Al₂SiFH₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькоцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcocite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Мідь$(br)$(thing)Формула$(): Cu₂S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Борніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Мідь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.55$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 29$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Ураніт & Пітчбленд", + "type": "patchouli:text", + "anchor": "nether_pitchblende" + }, + { + "Type": "patchouli:multiblock", + "name": "Уранит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pitchblende" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Урану, Торій, Свинець$(br)$(thing)Формула$(): (UO₂)₃ThPb$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ураніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/uraninite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Урану$(br)$(thing)Формула$(): UO₂$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 205$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 39$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Хроміт", + "type": "patchouli:text", + "anchor": "nether_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Хроміт", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 60%$(br)$(thing)Джерело$(): Хрому$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ванадієвий магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Залізо, Ванадію$(br)$(thing)Формула$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфір", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 25$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Шеєліт та Вольфрам", + "type": "patchouli:text", + "anchor": "nether_scheelite" + }, + { + "Type": "patchouli:multiblock", + "name": "Шеєліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/scheelite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Джерело$(): Вольфраму$(br)$(thing)Формула$(): Ca(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Вольфрам", + "multiblock": { + "mapping": { + "0": "#forge:ores/tungstate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Вольфраму, Літію$(br)$(thing)Формула$(): Li₂(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Літій", + "multiblock": { + "mapping": { + "0": "#forge:ores/lithium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Літію$(br)$(thing)Формула$(): Li", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 35$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Шелдоніт і Борніт", + "type": "patchouli:text", + "anchor": "nether_sheldonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Борніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Мідь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Шелдонітн", + "multiblock": { + "mapping": { + "0": "#forge:ores/cooperite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Платини, Нікелю, Паладію$(br)$(thing)Формула$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Платина", + "multiblock": { + "mapping": { + "0": "#forge:ores/platinum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Платини$(br)$(thing)Формула$(): Pt", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Паладій", + "multiblock": { + "mapping": { + "0": "#forge:ores/palladium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Паладію$(br)$(thing)Формула$(): Pd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_apatite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_apatite.json deleted file mode 100644 index 3568a3d5a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_apatite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Апатит і Пірохлор", - "icon": "gtceu:raw_apatite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 220$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: -32 - 60$(br)Розмір: 34$(br2)Типи каменю: Граніт, Діорит, Габро, Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Апатит, Трикальційфосфат, Пірохлор" - }, - { - "type": "patchouli:multiblock", - "name": "Апатит", - "multiblock": { - "mapping": { - "0": "#forge:ores/apatite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Джерело: Кальцій, Фосфор, Лісовий ПТСР$(br)Формула: Ca₅(PO₄)₃Cl" - }, - { - "type": "patchouli:multiblock", - "name": "Трикальційфосфат", - "multiblock": { - "mapping": { - "0": "#forge:ores/tricalcium_phosphate" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Кальцію, Фосфору$(br)Формула: Ca₃(PO₄)₂" - }, - { - "type": "patchouli:multiblock", - "name": "Пірохлор", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrochlore" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Ніобій$(br)Формула: Ca₂Nb₂O₇" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_basaltic_sands.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_basaltic_sands.json deleted file mode 100644 index 18ba4783a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_basaltic_sands.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Мінеральні піски", - "icon": "gtceu:raw_basaltic_mineral_sand", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 160$(br)Щільність: 0.3$(br)Тип: Дискова вена$(br)Y: -32 - 60$(br)Розмір: 48$(br)Висота: 9$(br2)Типи каменю: Граніт, Базальт$(br2)Індикатор: Базальтовий та гранітний мінеральний пісок, Земля Фуллера, Гіпс" - }, - { - "type": "patchouli:multiblock", - "name": "Базальтовий мінеральний пісок", - "multiblock": { - "mapping": { - "0": "#forge:ores/basaltic_mineral_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Розплавляється в: Чугун$(br)Формула: (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)" - }, - { - "type": "patchouli:multiblock", - "name": "Гранітний мінеральний пісок", - "multiblock": { - "mapping": { - "0": "#forge:ores/granitic_mineral_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Розплавляється в: Чугун$(br)Формула: (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))" - }, - { - "type": "patchouli:multiblock", - "name": "Земля Фуллера", - "multiblock": { - "mapping": { - "0": "#forge:ores/fullers_earth" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Магнезії$(br)Формула: MgSi₄H(H₂O)₄O₁₁" - }, - { - "type": "patchouli:multiblock", - "name": "Гіпс", - "multiblock": { - "mapping": { - "0": "#forge:ores/gypsum" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Використовується для: Алебастрової (фарбованої) цегли$(br)Формула: CaS(H₂O)₂O₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_bauxite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_bauxite.json deleted file mode 100644 index 183a5935b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_bauxite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Боксит і Ільменіт", - "icon": "gtceu:raw_bauxite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 185$(br)Щільність: 0.3$(br)Тип: Кластерна вена$(br)Y: -32 - 60$(br)Розмір: 40$(br2)Типи каменю: Глинистий сланець, Аргіліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Боксит, Ільменіт, Алюміній" - }, - { - "type": "patchouli:multiblock", - "name": "Боксит", - "multiblock": { - "mapping": { - "0": "#forge:ores/bauxite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 45%$(br)Джерело: Алюмінію$(br)Формула: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Алюміній", - "multiblock": { - "mapping": { - "0": "#forge:ores/aluminium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Алюмінію $(br)Формула: Al" - }, - { - "type": "patchouli:multiblock", - "name": "Ільменіт", - "multiblock": { - "mapping": { - "0": "#forge:ores/ilmenite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Джерело: Титану$(br)Формула: FeTiO₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_beryllium.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_beryllium.json deleted file mode 100644 index 6b3eaab90..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_beryllium.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Смарагд і Берилій", - "icon": "minecraft:emerald", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 180$(br)Щільність: 0.35$(br)Тип: Трубна вена$(br)Y: -32 - 50$(br)Висота: 60$(br)Радіус: 10$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит$(br2)Індикатор: Берилій, Смарагд, Торій" - }, - { - "type": "patchouli:multiblock", - "name": "Берилій", - "multiblock": { - "mapping": { - "0": "#forge:ores/beryllium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Використовується для: Перли Енда$(br)Формула: Be$(br)Небезпечний: Так" - }, - { - "type": "patchouli:multiblock", - "name": "Смарагд", - "multiblock": { - "mapping": { - "0": "#forge:ores/emerald" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Використовується для: MV компонентів, Фільтр тегів предметів$(br)Формула: Be₃Al₂Si₆O₁₈" - }, - { - "type": "patchouli:multiblock", - "name": "Торій", - "multiblock": { - "mapping": { - "0": "#forge:ores/thorium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Використовується для: Нічого!$(br)Формула: Th" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_bismuth.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_bismuth.json deleted file mode 100644 index c8021bb77..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_bismuth.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Бісмут (Звичайний)", - "icon": "gtceu:raw_bismuth", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 170$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 75$(br)Розмір: 40$(br2)Типи каменю: Граніт, Діорит, Габро, Глинистий сланець, Аргіліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Вісмутиніт$(br2)Використовується тільки для вісмутової бронзи." - }, - { - "type": "patchouli:multiblock", - "name": "Бісмут", - "multiblock": { - "mapping": { - "0": "#forge:ores/bismuth" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 80%$(br)Розплавляється в: Бісмут$(br)Формула: Bi" - }, - { - "type": "patchouli:multiblock", - "name": "Сірка", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 9%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Свинець", - "multiblock": { - "mapping": { - "0": "#forge:ores/lead" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 11%$(br)Розплавляється в: Свинець$(br)Формула: Pb$(br)Небезпечний: Так" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_cassiterite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_cassiterite.json deleted file mode 100644 index d20a19d08..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_cassiterite.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Каситерит (звичайний)", - "icon": "gtceu:raw_cassiterite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 170$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 75$(br)Розмір: 40$(br2)Типи каменю: Граніт, Діорит, Габро$(br2)Індикатор: Каситерит" - }, - { - "type": "patchouli:multiblock", - "name": "Каситерит", - "multiblock": { - "mapping": { - "0": "#forge:ores/cassiterite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 40%$(br)Розплавляється в: Олово$(br)Формула: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Олово", - "multiblock": { - "mapping": { - "0": "#forge:ores/tin" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 60%$(br)Розплавляється в: Олово$(br)Формула: Sn" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_coal.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_coal.json deleted file mode 100644 index f916ebcc0..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_coal.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "Вугілля", - "icon": "minecraft:coal", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 215$(br)Щільність: 0.55$(br)Тип: Кластерна вена$(br)Y: 0 - 210$(br)Розмір: 60$(br2)Типи каменю: Глинистий сланець, Аргіліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Вугілля" - }, - { - "type": "patchouli:multiblock", - "name": "Вугілля", - "multiblock": { - "mapping": { - "0": "#forge:ores/coal" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 100%$(br)Використовується для: Ковальське паливо, Дистиляція$(br)Формула: C" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_copper.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_copper.json deleted file mode 100644 index 0a21e2831..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_copper.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Мідь та Халькопірит", - "icon": "minecraft:raw_copper", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 170$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 75$(br)Розмір: 40$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит $(br2)Індикатор: Самородна Мідь" - }, - { - "type": "patchouli:multiblock", - "name": "Мідь", - "multiblock": { - "mapping": { - "0": "#forge:ores/copper" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 65%$(br)Розплавляється в: Мідь$(br)Формула: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Халькопирит", - "multiblock": { - "mapping": { - "0": "#forge:ores/chalcopyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Розплавляється в: Мідь$(br)Формула: CuFeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Залізо", - "multiblock": { - "mapping": { - "0": "#forge:ores/iron" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Чавун$(br)Формула: Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Пірит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 10%$(br)Розплавляється в: Чавун$(br)Формула: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_garnet_tin.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_garnet_tin.json deleted file mode 100644 index 9c0410159..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_garnet_tin.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Гранат і Каситеритові піски", - "icon": "gtceu:raw_garnet_sand", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 360$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: -40 - 64$(br)Розмір: 40$(br2)Типи каменю: Всі$(br2)Індикатор: Каситерит" - }, - { - "type": "patchouli:multiblock", - "name": "Каситеритові піски", - "multiblock": { - "mapping": { - "0": "#forge:ores/cassiterite_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Розплавляється в: Олово$(br)Формула: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гранатовий пісок", - "multiblock": { - "mapping": { - "0": "#forge:ores/garnet_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Алмадін, Андрадит, Гросулар, Піроп, Спесартін, Уваровіт" - }, - { - "type": "patchouli:multiblock", - "name": "Азбест", - "multiblock": { - "mapping": { - "0": "#forge:ores/asbestos" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Магнію, Рак легенів$(br)Формула: Mg₃Si₂H₄O₉$(br)Небезпечний: Так" - }, - { - "type": "patchouli:multiblock", - "name": "Діатомітн", - "multiblock": { - "mapping": { - "0": "#forge:ores/diatomite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Заліза, Алюмінію$(br)Формула: (SiO₂)₈(Fe₂O₃)(Al₂O₃)" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_garnierite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_garnierite.json deleted file mode 100644 index b05ed2fde..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_garnierite.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "Гарнієрит і Кобальтит", - "icon": "gtceu:raw_garnierite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 140$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 60$(br)Розмір: 40$(br2)Типи каменю: Габро$(br2)Індикатор: Гарнієрит" - }, - { - "type": "patchouli:multiblock", - "name": "Гарнієрит", - "multiblock": { - "mapping": { - "0": "#forge:ores/garnierite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Розплавляється в: Нікель$(br)Формула: NiO" - }, - { - "type": "patchouli:multiblock", - "name": "Нікель", - "multiblock": { - "mapping": { - "0": "#forge:ores/nickel" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 10%$(br)Розплавляється в: Нікель$(br)Формула: Ni" - }, - { - "type": "patchouli:multiblock", - "name": "Кобальтит", - "multiblock": { - "mapping": { - "0": "#forge:ores/cobaltite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Джерело: Кобальту, Миш'яку$(br)Формула: CoAsS$(br)Небезпечний: Так" - }, - { - "type": "patchouli:multiblock", - "name": "Пентландит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pentlandite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Розплавляється в: Нікель$(br)Формула: Ni₉S₈" - }, - { - "type": "patchouli:multiblock", - "name": "Кобальт", - "multiblock": { - "mapping": { - "0": "#forge:ores/cobalt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Кобальт$(br)Формула: Co" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_gold.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_gold.json deleted file mode 100644 index 9358e8b8c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_gold.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Золото, Лімоніт та Гематит", - "icon": "minecraft:raw_gold", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 170$(br)Щільність: 0.4$(br)Тип: Дискова вена$(br)Y: -32 - 60$(br)Розмір: 40$(br)Висота: 12$(br2)Типи каменю: Rhyolite, Basalt, Andesite, Dacite, Граніт, Діорит, Габро$(br2)Індикатор: Лімоніт, Гематит, Самородне золото" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 55%$(br)Розплавляється в: Золото$(br)Формула: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Жовтий лимоніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Розплавляється в: Чавун$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Гетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_graphite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_graphite.json deleted file mode 100644 index 48364f224..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_graphite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Графіт і Діамант", - "icon": "minecraft:diamond", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 175$(br)Щільність: 0.35$(br)Тип: Трубна вена$(br)Y: -64 - 100$(br)Висота: 60$(br)Радіус: 12$(br2)Типи каменю: Габро$(br2)Індикатор: Діамант, Графіт, Вугілля$(br2)Не можеш знайти? Габро завжди залягає нижче $(thing)Базальту$(), і дамби з Габро в океанах теж можуть бути корисними!" - }, - { - "type": "patchouli:multiblock", - "name": "Графіт", - "multiblock": { - "mapping": { - "0": "#forge:ores/graphite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 45%$(br)Використовується для: $(l:mechanics/fire_clay)Вогнетривкової глини$(), Графену$(br)Формула: C" - }, - { - "type": "patchouli:multiblock", - "name": "Діамант", - "multiblock": { - "mapping": { - "0": "#forge:ores/diamond" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Використовується для: Подрібнювачів, AE2$(br)Формула: C" - }, - { - "type": "patchouli:multiblock", - "name": "Вугілля", - "multiblock": { - "mapping": { - "0": "#forge:ores/coal" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Використовується для: Ковальське паливо, Дистиляція$(br)Формула: C" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_hematite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_hematite.json deleted file mode 100644 index 68bb740c0..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_hematite.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Гематит та Лімоніт", - "icon": "gtceu:raw_hematite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 210$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 75$(br)Розмір: 40$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит$(br2)Індикатор: Гематит, Лимоніт, Самородне золото" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Розплавляється в: Чавун$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Жовтий лимоніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Золото$(br)Формула: Au" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_lapis.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_lapis.json deleted file mode 100644 index ce4c58eb4..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_lapis.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Смарагд, Лазурит та Содаліт", - "icon": "minecraft:lapis_lazuli", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 170$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: -60 - 10$(br)Розмір: 50$(br2)Типи каменю: Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Лазурит, Содаліт, Смарагд, Кальцит$(br2)В основному використовується для рідинних фільтрів." - }, - { - "type": "patchouli:multiblock", - "name": "Лазурит", - "multiblock": { - "mapping": { - "0": "#forge:ores/lazurite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Алюмінію, Кальцію, Натрію$(br)Формула: Al₆Si₆Ca₈Na₈" - }, - { - "type": "patchouli:multiblock", - "name": "Содаліт", - "multiblock": { - "mapping": { - "0": "#forge:ores/sodalite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Алюмінію, Натрію$(br)Формула: Al₃Si₃Na₄Cl" - }, - { - "type": "patchouli:multiblock", - "name": "Кальцит", - "multiblock": { - "mapping": { - "0": "#forge:ores/calcite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Кальцію$(br)Формула: CaCO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Смарагд", - "multiblock": { - "mapping": { - "0": "#forge:ores/lapis" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Лазуриту, Содаліту, Піриту, Кальциту" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_limonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_limonite.json deleted file mode 100644 index d64979e70..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_limonite.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Лімоніт", - "icon": "gtceu:raw_yellow_limonite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 190$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 75$(br)Розмір: 40$(br2)Типи каменю: Мармур, Вапняк$(br2)Індикатор: Лимоніт, Гематит, Малахіт" - }, - { - "type": "patchouli:multiblock", - "name": "Жовтий лимоніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Чавун $(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Розплавляється в: Чавун$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Малахіт", - "multiblock": { - "mapping": { - "0": "#forge:ores/malachite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Мідь$(br)Формула: Cu₂CH₂O₅" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_lubricant.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_lubricant.json deleted file mode 100644 index 1f6d6c063..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_lubricant.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "Соапостон, Тальк і Трона", - "icon": "gtceu:raw_soapstone", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 190$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: -40 - 56$(br)Розмір: 36$(br2)Типи каменю: Граніт, Діорит, Габро$(br2)Індикатор: Соапостон, Тальк, Глауконітовий пісок, Пентландит, Трона" - }, - { - "type": "patchouli:multiblock", - "name": "Соапостон", - "multiblock": { - "mapping": { - "0": "#forge:ores/soapstone" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Джерело: Магнію$(br)Формула: Mg₃Si₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Тальк", - "multiblock": { - "mapping": { - "0": "#forge:ores/talc" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Джерело: Магнію$(br)Формула: Mg₃Si₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Главконітний пісок", - "multiblock": { - "mapping": { - "0": "#forge:ores/glauconite_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Магнезії, Алюмінію$(br)Формула: KMg₂Al₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Пентландит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pentlandite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Нікель$(br)Формула: Ni₉S₈" - }, - { - "type": "patchouli:multiblock", - "name": "Трона", - "multiblock": { - "mapping": { - "0": "#forge:ores/trona" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 10%$(br)Формула: Na₃C₂H(H₂O)₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_magnetite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_magnetite.json deleted file mode 100644 index f7da59596..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_magnetite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Магнетит і Ванадій", - "icon": "gtceu:raw_magnetite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 200$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 75$(br)Розмір: 40$(br2)Типи каменю: Глинистий сланець, Аргіліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Магнетит, Самородне золото" - }, - { - "type": "patchouli:multiblock", - "name": "Магнетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/magnetite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 65%$(br)Розплавляється в: Чавун$(br)Формула: Fe₃O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Ванадієвий магнетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/vanadium_magnetite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Заліза, Ванадію$(br)Формула: (Fe₃O₄)V" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 10%$(br)Розплавляється в: Золото$(br)Формула: Au" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_manganese.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_manganese.json deleted file mode 100644 index e61e1ada2..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_manganese.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Марганець і Тантал", - "icon": "gtceu:raw_grossular", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 195$(br)Щільність: 0.3$(br)Тип: Кластерна вена$(br)Y: -32 - 60$(br)Розмір: 40$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит, Глинистий сланець, Аргіліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Гроссуляр, Спесартин, Піролюзит, Танталіт" - }, - { - "type": "patchouli:multiblock", - "name": "Гроссуляр", - "multiblock": { - "mapping": { - "0": "#forge:ores/grossular" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Джерело: Кальцію, Алюмінію$(br)Формула: Ca₃Al₂Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Спесартин", - "multiblock": { - "mapping": { - "0": "#forge:ores/spessartine" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Джерело: Магнезії, Алюмінію$(br)Формула: Al₂Mn₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Піролюзит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrolusite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Формула: 20%$(br)Джерело: Магнезії$(br)Формула: MnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Танталіт", - "multiblock": { - "mapping": { - "0": "#forge:ores/tantalite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 10%$(br)Джерело: Магнезії, Танталу$(br)Формула: MnTa₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_mica.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_mica.json deleted file mode 100644 index bf4317b58..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_mica.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Кіаніт, Слюда та Боксити", - "icon": "gtceu:raw_mica", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 190$(br)Щільність: 0.25$(br)Тип: Cluster Vein$(br)Y: 0 - 210$(br)Розмір: 36$(br2)Типи каменю: Граніт, Діорит, Габро, Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Кіаніт, Слюда, Боксити, Полюцит" - }, - { - "type": "patchouli:multiblock", - "name": "Кіаніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/kyanite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Алюмінію$(br)Формула: Al₂SiO₅" - }, - { - "type": "patchouli:multiblock", - "name": "Слюда", - "multiblock": { - "mapping": { - "0": "#forge:ores/mica" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Калію, Алюмінію, Фтору$(br)Формула: KAl₃Si₃F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Боксит", - "multiblock": { - "mapping": { - "0": "#forge:ores/bauxite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Алюмінію$(br)Формула: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Полюцит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pollucite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Алюмінію$(br)Формула: Cs₂Al₂Si₄(H₂O)₂O₁₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_monazite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_monazite.json deleted file mode 100644 index c47e280f7..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_monazite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Бастнезит і Монацит", - "icon": "gtceu:monazite_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 185$(br)Щільність: 0.25$(br)Тип: Cluster Vein$(br)Y: -32 - 50$(br)Розмір: 40$(br2)Типи каменю: Граніт, Діорит, Габро$(br2)Індикатор: Бастнезит Монацит, Неодим" - }, - { - "type": "patchouli:multiblock", - "name": "Бастнезит", - "multiblock": { - "mapping": { - "0": "#forge:ores/bastnasite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Джерело: Церію, Фтору$(br)Формула: CeCFO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Монацит", - "multiblock": { - "mapping": { - "0": "#forge:ores/monazite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Фосфор, Рідкоземельні$(br)Формула: ?(PO₄)" - }, - { - "type": "patchouli:multiblock", - "name": "Неодим", - "multiblock": { - "mapping": { - "0": "#forge:ores/neodymium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Формула: Nd" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_oilsands.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_oilsands.json deleted file mode 100644 index b9804fa40..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_oilsands.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "Нафтові піски", - "icon": "gtceu:raw_oilsands", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 185$(br)Щільність: 0.20$(br)Тип: Кластерна вена$(br)Y: 0 - 70$(br)Розмір: 55$(br2)Типи каменю: Глинистий сланець, Аргіліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Нафтові піски$(br2)Використовується як паливо раннього згоряння." - }, - { - "type": "patchouli:multiblock", - "name": "Нафтові піски", - "multiblock": { - "mapping": { - "0": "#forge:ores/oilsands" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 100%$(br)Джерело: Свободи🛢🦅🗽" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_olivine.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_olivine.json deleted file mode 100644 index 944d0277b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_olivine.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Бентоніт та Олівін", - "icon": "gtceu:olivine_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 180$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: -40 - 30$(br)Розмір: 26$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит, Граніт, Діорит, Габро$(br2)Індикатор: Бентоніт, Магнезит, Олівін, Глауконітовий пісок" - }, - { - "type": "patchouli:multiblock", - "name": "Бентоніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/bentonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Магнію$(br)Формула: NaMg₆Si₁₂H₄(H₂O)₅O₃₆" - }, - { - "type": "patchouli:multiblock", - "name": "Магнезит", - "multiblock": { - "mapping": { - "0": "#forge:ores/magnesite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Магнію$(br)Формула: MgCO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Оливін", - "multiblock": { - "mapping": { - "0": "#forge:ores/olivine" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Магнію$(br)Формула: Mg₂Fe(SiO₂)₂" - }, - { - "type": "patchouli:multiblock", - "name": "Глауконітовий пісок", - "multiblock": { - "mapping": { - "0": "#forge:ores/glauconite_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Магнезії, Алюмінію$(br)Формула: KMg₂Al₄H₂O₁₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_quartz.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_quartz.json deleted file mode 100644 index 1fe29ddaf..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_quartz.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Кварц", - "icon": "minecraft:quartz", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 150$(br)Щільність: 0.3$(br)Тип: Кластерна вена$(br)Y: -32 - 100$(br)Розмір: 40$(br2)Типи каменю: Глинистий сланець, Кварцит, Аспідний сланець, Гнейс$(br2)Індикатор: Бутон Істинного Кварцу" - }, - { - "type": "patchouli:multiblock", - "name": "Кварцит", - "multiblock": { - "mapping": { - "0": "#forge:ores/quartzite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 45%$(br)Формула: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Поклади Істинного Кварцу", - "multiblock": { - "mapping": { - "0": "#forge:ores/certus_quartz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Використовується для: Applied Energistics 2$(br)Формула: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Кварц Нижнього Світу", - "multiblock": { - "mapping": { - "0": "#forge:ores/nether_quartz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 10%$(br)Використовується для: Applied Energistics 2$(br)Формула: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Барит", - "multiblock": { - "mapping": { - "0": "#forge:ores/barite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Барію$(br)Формула: BaSO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_redstone.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_redstone.json deleted file mode 100644 index a832ba179..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_redstone.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Редстоун, Кіновар і Рубін", - "icon": "minecraft:redstone", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 160$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 100$(br)Розмір: 40$(br2)Типи каменю: Граніт$(br2)Індикатор: Редстоун, Рубін, Кіновар $(br2)Не можете знайти? Спробуйте пошукати в океанах, Червоний камінь світиться!" - }, - { - "type": "patchouli:multiblock", - "name": "Редстоун", - "multiblock": { - "mapping": { - "0": "#forge:ores/redstone" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 45%$(br)Розплавляється в: Редстоун$(br)Формула: Si(FeS₂)₅(CrAl₂O₃)Hg₃" - }, - { - "type": "patchouli:multiblock", - "name": "Рубін", - "multiblock": { - "mapping": { - "0": "#forge:ores/ruby" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Алюмінію, Хрому$(br)Формула: CrAl₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Кіновар", - "multiblock": { - "mapping": { - "0": "#forge:ores/cinnabar" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Джерело: Ртуті$(br)Формула: HgS$(br)Небезпечний: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_salt.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_salt.json deleted file mode 100644 index eb191fb74..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_salt.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Солі та Бура", - "icon": "tfc:powder/salt", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 175$(br)Density: 0.4$(br)Type: Disc Vein$(br)Y: 30 - 70$(br)Size: 40$(br)Height: 4$(br2)Stone types: Глинистий сланець, Аргіліт, Вапняк$(br2)Indicator: Salt lick, Rock salt, Lepidolite, Borax" - }, - { - "type": "patchouli:multiblock", - "name": "Кам’яна сіль", - "multiblock": { - "mapping": { - "0": "#forge:ores/rock_salt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 40%$(br)Джерело: Калію, Хлору$(br)Формула: KCl" - }, - { - "type": "patchouli:multiblock", - "name": "Сіль", - "multiblock": { - "mapping": { - "0": "#forge:ores/salt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Джерело: Високого Кров'яного Тиску$(br)Формула: NaCl" - }, - { - "type": "patchouli:multiblock", - "name": "Лепідоліт", - "multiblock": { - "mapping": { - "0": "#forge:ores/lepidolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Калію, Літію, Алюмінію, Фтору$(br)Формула: KLi₃Al₄F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Бура", - "multiblock": { - "mapping": { - "0": "#forge:ores/borax" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Бору$(br)Формула: Na₂B₄(H₂O)₁₀O₇" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_saltpeter.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_saltpeter.json deleted file mode 100644 index fd15502a0..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_saltpeter.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Селітра та Електротин", - "icon": "gtceu:raw_saltpeter", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 210$(br)Щільність: 0.3$(br)Тип: Кластерна вена$(br)Y: -32 - 60$(br)Розмір: 50$(br2)Типи каменю: Граніт, Діорит, Габро, Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Селітра, Діатоміт, Електротин, Алуніт" - }, - { - "type": "patchouli:multiblock", - "name": "Селітра", - "multiblock": { - "mapping": { - "0": "#forge:ores/saltpeter" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Калію$(br)Формула: KNO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Діатоміт", - "multiblock": { - "mapping": { - "0": "#forge:ores/diatomite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Заліза, Алюмінію$(br)Формула: (SiO₂)₈(Fe₂O₃)(Al₂O₃)" - }, - { - "type": "patchouli:multiblock", - "name": "Електротин", - "multiblock": { - "mapping": { - "0": "#forge:ores/electrotine" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Золота, Срібла, Редстоуна$(br)Формула: (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)" - }, - { - "type": "patchouli:multiblock", - "name": "Алуніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/alunite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Калію, Алюмінію$(br)Формула: KAl₃Si₂H₆O₁₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_silver.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_silver.json deleted file mode 100644 index 27293d868..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_silver.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Срібло, Гален і Свинець", - "icon": "gtceu:raw_silver", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 160$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 75$(br)Розмір: 40$(br2)Типи каменю: Граніт, Гнейс$(br2)Індикатор: Самородне срібло" - }, - { - "type": "patchouli:multiblock", - "name": "Галена", - "multiblock": { - "mapping": { - "0": "#forge:ores/galena" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Розплавляється в: Свинцю$(br)Формула: PbS$(br)Небезпечний: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Срібло", - "multiblock": { - "mapping": { - "0": "#forge:ores/silver" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Срібло$(br)Формула: Ag" - }, - { - "type": "patchouli:multiblock", - "name": "Свинець", - "multiblock": { - "mapping": { - "0": "#forge:ores/lead" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 55%$(br)Розплавляється в: Свинцю$(br)Формула: Pb$(br)Небезпечний: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_sphalerite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_sphalerite.json deleted file mode 100644 index 11a4637dc..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_sphalerite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Сфалерит і Пірит", - "icon": "gtceu:raw_sphalerite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 170$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 75$(br)Розмір: 40$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит, Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Marble$(br2)Індикатор: Сфалерит" - }, - { - "type": "patchouli:multiblock", - "name": "Сфалерит", - "multiblock": { - "mapping": { - "0": "#forge:ores/sphalerite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 40%$(br)Розплавляється в: Цинк$(br)Формула: ZnS" - }, - { - "type": "patchouli:multiblock", - "name": "Сірка", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Пірит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Розплавляється в: Чавун$(br)Формула: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_spodumene.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_spodumene.json deleted file mode 100644 index 8d267678a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_spodumene.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Сподумен та Лепідоліт", - "icon": "gtceu:raw_spodumene", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 180$(br)Щільність: 0.375$(br)Тип: Disc Vein$(br)Y: 20 - 60$(br)Розмір: 35$(br)Висота: 6$(br2)Типи каменю: Граніт, Діорит, Габро, Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Соляний лизун, Кам'яна сіль, Лепідоліт, Сподумен" - }, - { - "type": "patchouli:multiblock", - "name": "Кам’яна сіль", - "multiblock": { - "mapping": { - "0": "#forge:ores/rock_salt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Джерело: Калію, Хлору$(br)Формула: KCl" - }, - { - "type": "patchouli:multiblock", - "name": "Сіль", - "multiblock": { - "mapping": { - "0": "#forge:ores/salt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Джерело: Високого Кров'яного Тиску$(br)Формула: NaCl" - }, - { - "type": "patchouli:multiblock", - "name": "Лепідоліт", - "multiblock": { - "mapping": { - "0": "#forge:ores/lepidolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Калію, Літію, Алюмінію, Фтору$(br)Формула: KLi₃Al₄F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Сподумен", - "multiblock": { - "mapping": { - "0": "#forge:ores/spodumene" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Літію, Алюмінію$(br)Формула: LiAlSi₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_sulfur.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_sulfur.json deleted file mode 100644 index 92bb73db2..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_sulfur.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Сірка та Пірит", - "icon": "gtceu:raw_sulfur", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 165$(br)Щільність: 0.2$(br)Тип: Кластерна вена$(br)Y: 0 - 210$(br)Розмір: 45$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит$(br2)Індикатор: Сірка, Пірит, Сфалерит" - }, - { - "type": "patchouli:multiblock", - "name": "Сірка", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Пірит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Розплавляється в: Чавун$(br)Формула: FeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Сфалерит", - "multiblock": { - "mapping": { - "0": "#forge:ores/sphalerite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Цинк$(br)Формула: ZnS" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_tetrahedrite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_tetrahedrite.json deleted file mode 100644 index d8f32268b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_tetrahedrite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Тетраедрит (звичайний)", - "icon": "gtceu:raw_tetrahedrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Indicator: Тетраедрит, Самородна мідь" - }, - { - "type": "patchouli:multiblock", - "name": "Тетраедрит", - "multiblock": { - "mapping": { - "0": "#forge:ores/tetrahedrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Розплавляється в: Мідь$(br)Формула: Cu₃SbS₃Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Самородна Мідь", - "multiblock": { - "mapping": { - "0": "#forge:ores/copper" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Розплавляється в: Мідь$(br)Формула: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Стибніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/stibnite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Розплавляється в: Сурму$(br)Формула: Sb₂S₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_bismuth.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_bismuth.json deleted file mode 100644 index aabb50a15..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_bismuth.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Бісмут (поверхня)", - "icon": "gtceu:poor_raw_bismuth", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 140$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: 60 - 210$(br)Розмір: 50$(br2)Типи каменю: Граніт, Діорит, Габро, Глинистий сланець, Аргіліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Бісмутиніт$(br)Використовується тільки для Бісмутової бронзи." - }, - { - "type": "patchouli:multiblock", - "name": "Бісмут", - "multiblock": { - "mapping": { - "0": "#forge:ores/bismuth" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 90%$(br)Розплавляється в: Бісмут$(br)Формула: Bi" - }, - { - "type": "patchouli:multiblock", - "name": "Сірка", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 3%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Свинець", - "multiblock": { - "mapping": { - "0": "#forge:ores/lead" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 7%$(br)Розплавляється в: Свинцю$(br)Формула: Pb$(br)Небезпечний: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_cassiterite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_cassiterite.json deleted file mode 100644 index 799deff1f..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_cassiterite.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Каситерит (Поверхня)", - "icon": "gtceu:poor_raw_cassiterite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 135$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: 60 - 210$(br)Розмір: 50$(br2)Типи каменю: Граніт, Діорит, Габро$(br2)Індикатор: Каситерит" - }, - { - "type": "patchouli:multiblock", - "name": "Каситерит", - "multiblock": { - "mapping": { - "0": "#forge:ores/cassiterite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 60%$(br)Розплавляється в: Олово$(br)Формула: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Олово", - "multiblock": { - "mapping": { - "0": "#forge:ores/tin" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 40%$(br)Розплавляється в: Олово$(br)Формула: Sn" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_copper.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_copper.json deleted file mode 100644 index 1045247ae..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_copper.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "name": "Халькопірит та Реальгар", - "icon": "gtceu:raw_chalcopyrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 140$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: 30 - 210$(br)Розмір: 50$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит$(br2)Індикатор: Самородна мідь, Каситерит, Реальгар" - }, - { - "type": "patchouli:multiblock", - "name": "Халькопирит", - "multiblock": { - "mapping": { - "0": "#forge:ores/chalcopyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 55%$(br)Розплавляється в: Мідь$(br)Формула: CuFeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Цеоліт", - "multiblock": { - "mapping": { - "0": "#forge:ores/zeolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Алюмінію, Кисню$(br)Формула: NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂" - }, - { - "type": "patchouli:multiblock", - "name": "Каситерит", - "multiblock": { - "mapping": { - "0": "#forge:ores/cassiterite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Олово$(br)Формула: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Реальгар", - "multiblock": { - "mapping": { - "0": "#forge:ores/realgar" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Миш'яку$(br)Формула: As₄S₄$(br)Небезпечний: Yes" - }, - { - "type": "patchouli:text", - "text": "Якщо у вас виникли проблеми з пошуком Реальгару, іншим джерелом миш'яку є $(l:tfg_ores/normal_garnierite)Кобальтиту$(), хоча для цього знадобиться $(thing)Електрична доменна піч$() для обробки." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_sphalerite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_sphalerite.json deleted file mode 100644 index db3c3bdcf..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_sphalerite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Сфалерит і Сірка", - "icon": "gtceu:poor_raw_sphalerite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 145$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: 60 - 210$(br)Розмір: 50$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит, Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Сфалерит" - }, - { - "type": "patchouli:multiblock", - "name": "Сфалерит", - "multiblock": { - "mapping": { - "0": "#forge:ores/sphalerite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 40%$(br)Розплавляється в: Цинк$(br)Формула: ZnS" - }, - { - "type": "patchouli:multiblock", - "name": "Сірка", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 55%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Пірит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Чавун$(br)Формула: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_tetrahedrite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_tetrahedrite.json deleted file mode 100644 index 4292f3e88..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_tetrahedrite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Тетраедрит (Поверхня)", - "icon": "gtceu:poor_raw_tetrahedrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 140$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: 60 - 210$(br)Розмір: 50$(br2)Типи каменю: Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Тетраедрит, Самородна мідь" - }, - { - "type": "patchouli:multiblock", - "name": "Тетраедрит", - "multiblock": { - "mapping": { - "0": "#forge:ores/tetrahedrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 60%$(br)Розплавляється в: Мідь$(br)Формула: Cu₃SbS₃Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Самородна Мідь", - "multiblock": { - "mapping": { - "0": "#forge:ores/copper" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Розплавляється в: Мідь$(br)Формула: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Стибніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/stibnite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Розплавляється в: Сурму$(br)Формула: Sb₂S₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/the_world/ores_and_minerals.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/the_world/ores_and_minerals.json deleted file mode 100644 index 3d8191f9d..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/the_world/ores_and_minerals.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Руди та Мінерали", - "category": "tfc:the_world", - "icon": "tfc:ore/normal_hematite", - "pages": [ - { - "type": "patchouli:text", - "text": "Ця сторінка призначена для заміни сторінки руд і мінералів TFC за замовчуванням.$(br2)Інформацію про руди можна знайти в розділі $(l:tfg_ores)Руди TFG$()." - } - ], - "read_by_default": true, - "sortnum": 1 -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_amethyst.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_amethyst.json index bec605558..198021f8c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_amethyst.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_amethyst.json @@ -1,493 +1,494 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 230, - "density": 0.25, - "min_y": -64, - "max_y": 26, - "size": 40, - "random_name": "deep_garnet_amethyst", - "height": 8, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:quartzite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:quartzite_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:quartzite_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:slate_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:slate_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:slate_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:phyllite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:phyllite_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:phyllite_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:schist_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:schist_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:schist_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:gneiss_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:gneiss_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:gneiss_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:marble_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:marble_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:marble_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:shale_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:shale_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:shale_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:claystone_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:claystone_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:claystone_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:limestone_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:limestone_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:limestone_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:conglomerate_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:conglomerate_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:conglomerate_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:dolomite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:dolomite_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:dolomite_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:chert_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:chert_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:chert_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:chalk_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:chalk_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:chalk_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 20, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:red_garnet_bud_indicator", - "weight": 5 - }, - { - "block": "gtceu:yellow_garnet_bud_indicator", - "weight": 15 - }, - { - "block": "gtceu:amethyst_bud_indicator", - "weight": 65 - }, - { - "block": "gtceu:opal_bud_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 8, + "size": 40, + "rarity": 230, + "density": 0.25, + "min_y": -64, + "max_y": 26, + "random_name": "deep_garnet_amethyst", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:quartzite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:quartzite_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:slate_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:slate_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:slate_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:phyllite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:phyllite_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:schist_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:schist_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:schist_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:gneiss_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:gneiss_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:marble_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:marble_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:marble_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:shale_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:shale_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:shale_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:claystone_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:claystone_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:claystone_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:limestone_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:limestone_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:limestone_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:conglomerate_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:conglomerate_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:conglomerate_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:dolomite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:dolomite_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:dolomite_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:chert_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:chert_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:chert_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:chalk_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:chalk_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:chalk_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:red_garnet_bud_indicator", + "weight": 5 + }, + { + "block": "gtceu:yellow_garnet_bud_indicator", + "weight": 15 + }, + { + "block": "gtceu:amethyst_bud_indicator", + "weight": 65 + }, + { + "block": "gtceu:opal_bud_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_opal.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_opal.json index afad3f078..d4b249680 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_opal.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_opal.json @@ -1,283 +1,285 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 220, - "density": 0.35, - "min_y": -64, - "max_y": 62, - "size": 26, - "random_name": "deep_garnet_opal", - "height": 6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:rhyolite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:rhyolite_amethyst_ore", - "weight": 25 - }, - { - "block": "gtceu:rhyolite_opal_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_amethyst_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_opal_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:andesite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:andesite_amethyst_ore", - "weight": 25 - }, - { - "block": "gtceu:andesite_opal_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:dacite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:dacite_amethyst_ore", - "weight": 25 - }, - { - "block": "gtceu:dacite_opal_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:granite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_amethyst_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_opal_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:diorite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_amethyst_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_opal_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:gabbro_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_amethyst_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_opal_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 20, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:red_garnet_bud_indicator", - "weight": 5 - }, - { - "block": "gtceu:yellow_garnet_bud_indicator", - "weight": 15 - }, - { - "block": "gtceu:amethyst_bud_indicator", - "weight": 25 - }, - { - "block": "gtceu:opal_bud_indicator", - "weight": 55 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 6, + "size": 26, + "rarity": 220, + "density": 0.35, + "min_y": -64, + "max_y": 62, + "random_name": "deep_garnet_opal", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:rhyolite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_amethyst_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_opal_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_amethyst_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_opal_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:andesite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_amethyst_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_opal_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:dacite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_amethyst_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_opal_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:granite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:granite_amethyst_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 1 + }, + { + "block": "gtceu:granite_opal_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:diorite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_amethyst_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_opal_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:gabbro_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_amethyst_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_opal_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:red_garnet_bud_indicator", + "weight": 5 + }, + { + "block": "gtceu:yellow_garnet_bud_indicator", + "weight": 15 + }, + { + "block": "gtceu:amethyst_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:opal_bud_indicator", + "weight": 55 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_gold.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_gold.json index da21f3756..9421833da 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_gold.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_gold.json @@ -1,254 +1,256 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 260, - "density": 0.45, - "min_y": -64, - "max_y": 30, - "size": 32, - "random_name": "deep_gold", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:rhyolite_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:rhyolite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:rhyolite_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:andesite_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:andesite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:andesite_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:dacite_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:dacite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:dacite_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:granite_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:granite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:diorite_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:diorite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:gabbro_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:gabbro_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:goethite_indicator", - "weight": 5 - }, - { - "block": "tfc:ore/small_limonite", - "weight": 5 - }, - { - "block": "tfc:ore/small_hematite", - "weight": 15 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 75 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 32, + "rarity": 260, + "density": 0.45, + "min_y": -64, + "max_y": 30, + "random_name": "deep_gold", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:rhyolite_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:rhyolite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:andesite_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:andesite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:dacite_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:dacite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:granite_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:granite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:diorite_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:diorite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:gabbro_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:gabbro_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 5 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 5 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 15 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 75 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_hematite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_hematite.json index 884a10789..082990bf1 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_hematite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_hematite.json @@ -1,197 +1,199 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.35, - "min_y": -64, - "max_y": 30, - "size": 30, - "random_name": "deep_hematite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_goethite_ore", - "weight": 25 - }, - { - "block": "gtceu:rhyolite_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:rhyolite_hematite_ore", - "weight": 35 - }, - { - "block": "gtceu:rhyolite_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:rhyolite_ruby_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_goethite_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_hematite_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_ruby_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_goethite_ore", - "weight": 25 - }, - { - "block": "gtceu:andesite_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:andesite_hematite_ore", - "weight": 35 - }, - { - "block": "gtceu:andesite_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:andesite_ruby_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_goethite_ore", - "weight": 25 - }, - { - "block": "gtceu:dacite_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:dacite_hematite_ore", - "weight": 35 - }, - { - "block": "gtceu:dacite_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:dacite_ruby_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:goethite_indicator", - "weight": 25 - }, - { - "block": "tfc:ore/small_hematite", - "weight": 35 - }, - { - "block": "tfc:ore/small_limonite", - "weight": 15 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 5 - }, - { - "block": "gtceu:ruby_bud_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 30, + "rarity": 220, + "density": 0.35, + "min_y": -64, + "max_y": 30, + "random_name": "deep_hematite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_goethite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:rhyolite_hematite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 2 + }, + { + "block": "gtceu:rhyolite_gold_ore", + "weight": 5 + }, + { + "block": "gtceu:rhyolite_ruby_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_goethite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_hematite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_gold_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_ruby_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_goethite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:andesite_hematite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 2 + }, + { + "block": "gtceu:andesite_gold_ore", + "weight": 5 + }, + { + "block": "gtceu:andesite_ruby_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_goethite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:dacite_hematite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 2 + }, + { + "block": "gtceu:dacite_gold_ore", + "weight": 5 + }, + { + "block": "gtceu:dacite_ruby_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 25 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 15 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 35 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 5 + }, + { + "block": "gtceu:ruby_bud_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_limonite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_limonite.json index 79d881616..19f1bb155 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_limonite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_limonite.json @@ -1,119 +1,100 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 240, - "density": 0.35, - "min_y": -64, - "max_y": 30, - "size": 32, - "random_name": "deep_limonite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_goethite_ore", - "weight": 50 - }, - { - "block": "gtceu:marble_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:marble_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:marble_malachite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_yellow_limonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_malachite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_goethite_ore", - "weight": 50 - }, - { - "block": "gtceu:limestone_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:limestone_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:limestone_malachite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_yellow_limonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_malachite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:goethite_indicator", - "weight": 50 - }, - { - "block": "tfc:ore/small_hematite", - "weight": 15 - }, - { - "block": "tfc:ore/small_limonite", - "weight": 15 - }, - { - "block": "tfc:ore/small_malachite", - "weight": 10 - }, - { - "block": "gtceu:malachite_bud_indicator", - "weight": 10 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 32, + "rarity": 240, + "density": 0.35, + "min_y": -64, + "max_y": 30, + "random_name": "deep_limonite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_goethite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 2 + }, + { + "block": "gtceu:marble_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:marble_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:marble_malachite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_malachite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_goethite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 2 + }, + { + "block": "gtceu:limestone_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:limestone_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:limestone_malachite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_malachite_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 50 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 15 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 15 + }, + { + "block": "tfc:ore/small_malachite", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_magnetite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_magnetite.json index c2e4e5e78..bea15e375 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_magnetite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_magnetite.json @@ -1,258 +1,259 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 205, - "density": 0.3, - "min_y": -64, - "max_y": 30, - "size": 34, - "random_name": "deep_magnetite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:shale_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:shale_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:shale_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:shale_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:claystone_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:claystone_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:claystone_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:claystone_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:limestone_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:limestone_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:limestone_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:limestone_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:conglomerate_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:conglomerate_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:conglomerate_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:conglomerate_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:dolomite_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:dolomite_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:dolomite_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:dolomite_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:chert_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:chert_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:chert_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:chert_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:chalk_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:chalk_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:chalk_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:chalk_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_magnetite", - "weight": 5 - }, - { - "block": "gtceu:vanadium_magnetite_indicator", - "weight": 15 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 15 - }, - { - "block": "firmalife:ore/small_chromite", - "weight": 60 - }, - { - "block": "gtceu:sapphire_bud_indicator", - "weight": 5 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 34, + "rarity": 205, + "density": 0.3, + "min_y": -64, + "max_y": 30, + "random_name": "deep_magnetite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:shale_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:shale_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:shale_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:shale_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:claystone_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:claystone_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:claystone_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:claystone_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:limestone_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:limestone_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:limestone_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:limestone_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:conglomerate_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:conglomerate_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:conglomerate_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:conglomerate_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:dolomite_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:dolomite_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:dolomite_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:dolomite_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:chert_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:chert_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:chert_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:chert_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:chalk_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:chalk_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:chalk_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:chalk_sapphire_ore", + "weight": 5 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_magnetite", + "weight": 5 + }, + { + "block": "gtceu:vanadium_magnetite_indicator", + "weight": 15 + }, + { + "block": "firmalife:ore/small_chromite", + "weight": 60 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 15 + }, + { + "block": "gtceu:sapphire_bud_indicator", + "weight": 5 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_molybdenum.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_molybdenum.json index 8d6340468..8fce420b6 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_molybdenum.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_molybdenum.json @@ -1,254 +1,256 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 245, - "density": 0.45, - "min_y": -64, - "max_y": 10, - "size": 26, - "random_name": "deep_molybdenum", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:rhyolite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:rhyolite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:rhyolite_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:basalt_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:basalt_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:andesite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:andesite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:andesite_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:dacite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:dacite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:dacite_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:granite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:granite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:diorite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:diorite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:gabbro_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:wulfenite_indicator", - "weight": 40 - }, - { - "block": "gtceu:molybdenite_indicator", - "weight": 30 - }, - { - "block": "gtceu:molybdenum_indicator", - "weight": 15 - }, - { - "block": "gtceu:powellite_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 26, + "rarity": 245, + "density": 0.45, + "min_y": -64, + "max_y": 10, + "random_name": "deep_molybdenum", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:rhyolite_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:andesite_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:dacite_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:granite_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:diorite_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_powellite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:wulfenite_indicator", + "weight": 40 + }, + { + "block": "gtceu:molybdenite_indicator", + "weight": 30 + }, + { + "block": "gtceu:molybdenum_indicator", + "weight": 15 + }, + { + "block": "gtceu:powellite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_pitchblende.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_pitchblende.json index 2bf49d480..2a3dfaeb8 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_pitchblende.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_pitchblende.json @@ -1,236 +1,237 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.45, - "min_y": -64, - "max_y": -20, - "size": 24, - "random_name": "deep_pitchblende", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:granite_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:diorite_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:gabbro_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:quartzite_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:slate_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:phyllite_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:schist_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:gneiss_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:marble_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:pitchblende_indicator", - "weight": 50 - }, - { - "block": "gtceu:uraninite_indicator", - "weight": 50 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 24, + "rarity": 220, + "density": 0.45, + "min_y": -64, + "max_y": -20, + "random_name": "deep_pitchblende", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:granite_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:slate_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:schist_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:marble_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:pitchblende_indicator", + "weight": 50 + }, + { + "block": "gtceu:uraninite_indicator", + "weight": 50 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sapphire.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sapphire.json index 09514546f..d0b865063 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sapphire.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sapphire.json @@ -1,162 +1,164 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 180, - "density": 0.35, - "min_y": -64, - "max_y": 26, - "size": 28, - "random_name": "deep_sapphire", - "height": 8, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:rhyolite_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:rhyolite_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:rhyolite_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:andesite_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:andesite_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:andesite_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:dacite_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:dacite_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:dacite_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:almandine_bud_indicator", - "weight": 35 - }, - { - "block": "gtceu:pyrope_bud_indicator", - "weight": 25 - }, - { - "block": "gtceu:sapphire_bud_indicator", - "weight": 15 - }, - { - "block": "gtceu:green_sapphire_bud_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 8, + "size": 28, + "rarity": 180, + "density": 0.35, + "min_y": -64, + "max_y": 26, + "random_name": "deep_sapphire", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:rhyolite_green_sapphire_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_green_sapphire_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:andesite_green_sapphire_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:dacite_green_sapphire_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:almandine_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:pyrope_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:sapphire_bud_indicator", + "weight": 15 + }, + { + "block": "gtceu:green_sapphire_bud_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_scheelite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_scheelite.json index d59749bf5..179b56637 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_scheelite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_scheelite.json @@ -1,114 +1,115 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.35, - "min_y": -64, - "max_y": 0, - "size": 20, - "random_name": "deep_scheelite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:granite_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:diorite_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:gabbro_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:scheelite_indicator", - "weight": 45 - }, - { - "block": "gtceu:tungstate_indicator", - "weight": 35 - }, - { - "block": "gtceu:lithium_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 20, + "rarity": 220, + "density": 0.35, + "min_y": -64, + "max_y": 0, + "random_name": "deep_scheelite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:granite_lithium_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_lithium_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_lithium_ore", + "weight": 20 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:scheelite_indicator", + "weight": 45 + }, + { + "block": "gtceu:tungstate_indicator", + "weight": 35 + }, + { + "block": "gtceu:lithium_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sheldonite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sheldonite.json index 49373b66b..0b20e8ad6 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sheldonite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sheldonite.json @@ -1,247 +1,248 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 300, - "density": 0.3, - "min_y": -64, - "max_y": 0, - "size": 30, - "random_name": "deep_sheldonite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:quartzite_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:slate_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:phyllite_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:marble_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:bornite_indicator", - "weight": 35 - }, - { - "block": "gtceu:cooperite_indicator", - "weight": 25 - }, - { - "block": "gtceu:platinum_indicator", - "weight": 25 - }, - { - "block": "gtceu:palladium_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 30, + "rarity": 300, + "density": 0.3, + "min_y": -64, + "max_y": 0, + "random_name": "deep_sheldonite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:slate_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:slate_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:slate_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:schist_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:marble_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:marble_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:marble_palladium_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:bornite_indicator", + "weight": 35 + }, + { + "block": "gtceu:cooperite_indicator", + "weight": 25 + }, + { + "block": "gtceu:platinum_indicator", + "weight": 25 + }, + { + "block": "gtceu:palladium_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_topaz.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_topaz.json index d1ec86244..bde75e016 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_topaz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_topaz.json @@ -1,248 +1,249 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 260, - "density": 0.3, - "min_y": -64, - "max_y": 26, - "size": 28, - "random_name": "deep_topaz", - "height": 7, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:quartzite_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:slate_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:phyllite_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:marble_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:chalcocite_indicator", - "weight": 25 - }, - { - "block": "gtceu:bornite_indicator", - "weight": 15 - }, - { - "block": "gtceu:blue_topaz_bud_indicator", - "weight": 35 - }, - { - "block": "gtceu:topaz_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 7, + "size": 28, + "rarity": 260, + "density": 0.3, + "min_y": -64, + "max_y": 26, + "random_name": "deep_topaz", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:slate_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:slate_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:slate_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:schist_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:schist_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:marble_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:marble_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:marble_bornite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:blue_topaz_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:topaz_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:chalcocite_indicator", + "weight": 25 + }, + { + "block": "gtceu:bornite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_apatite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_apatite.json index 192f337a9..557ad519a 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_apatite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_apatite.json @@ -1,240 +1,241 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.25, - "min_y": -32, - "max_y": 60, - "size": 34, - "random_name": "normal_apatite_", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:granite_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:diorite_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:gabbro_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:quartzite_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:quartzite_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:slate_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:slate_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:phyllite_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:phyllite_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:schist_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:gneiss_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:marble_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:marble_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:tricalcium_phosphate_indicator", - "weight": 35 - }, - { - "block": "gtceu:pyrochlore_indicator", - "weight": 15 - }, - { - "block": "gtceu:apatite_bud_indicator", - "weight": 50 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 34, + "rarity": 220, + "density": 0.25, + "min_y": -32, + "max_y": 60, + "random_name": "normal_apatite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:granite_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:diorite_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:gabbro_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:quartzite_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:slate_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:slate_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:phyllite_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:schist_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:gneiss_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:marble_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:marble_pyrochlore_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:apatite_bud_indicator", + "weight": 50 + }, + { + "block": "gtceu:tricalcium_phosphate_indicator", + "weight": 35 + }, + { + "block": "gtceu:pyrochlore_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_basaltic_sands.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_basaltic_sands.json index 4ce2a92ac..0fbcd129b 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_basaltic_sands.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_basaltic_sands.json @@ -1,13 +1,14 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "type": "tfc:disc_vein", "config": { + "height": 9, + "size": 48, "rarity": 160, "density": 0.3, "min_y": -32, "max_y": 60, - "size": 48, "random_name": "normal_basaltic_sands", - "height": 9, "blocks": [ { "replace": [ @@ -34,6 +35,7 @@ }, { "replace": [ + "minecraft:basalt", "tfc:rock/raw/basalt" ], "with": [ @@ -56,7 +58,7 @@ ] } ], - "indicator": { + "indicator": { "rarity": 15, "depth": 20, "underground_rarity": 40, @@ -66,15 +68,15 @@ "block": "gtceu:basaltic_mineral_sand_indicator", "weight": 35 }, - { + { "block": "gtceu:granitic_mineral_sand_indicator", "weight": 25 }, - { + { "block": "gtceu:fullers_earth_indicator", "weight": 25 }, - { + { "block": "gtceu:gypsum_indicator", "weight": 15 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bauxite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bauxite.json index 99a6a92fa..abc6b6409 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bauxite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bauxite.json @@ -1,166 +1,167 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 185, - "density": 0.3, - "min_y": -32, - "max_y": 60, - "size": 40, - "random_name": "normal_bauxite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:shale_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:shale_aluminium_ore", - "weight": 25 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:claystone_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:claystone_aluminium_ore", - "weight": 25 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:limestone_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:limestone_aluminium_ore", - "weight": 25 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:conglomerate_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:conglomerate_aluminium_ore", - "weight": 25 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:dolomite_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:dolomite_aluminium_ore", - "weight": 25 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:chert_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:chert_aluminium_ore", - "weight": 25 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:chalk_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:chalk_aluminium_ore", - "weight": 25 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:bauxite_indicator", - "weight": 45 - }, - { - "block": "gtceu:ilmenite_indicator", - "weight": 30 - }, - { - "block": "gtceu:aluminium_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 185, + "density": 0.3, + "min_y": -32, + "max_y": 60, + "random_name": "normal_bauxite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:shale_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:shale_aluminium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:claystone_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:claystone_aluminium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:limestone_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:limestone_aluminium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:conglomerate_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:conglomerate_aluminium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:dolomite_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:dolomite_aluminium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:chert_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:chert_aluminium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:chalk_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:chalk_aluminium_ore", + "weight": 25 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:bauxite_indicator", + "weight": 45 + }, + { + "block": "gtceu:ilmenite_indicator", + "weight": 30 + }, + { + "block": "gtceu:aluminium_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_beryllium.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_beryllium.json index 9c9b1156b..2013a4c5a 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_beryllium.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_beryllium.json @@ -1,115 +1,117 @@ { - "type": "tfc:pipe_vein", - "config": { - "rarity": 180, - "density": 0.35, - "min_y": -32, - "max_y": 50, - "random_name": "normal_beryllium", - "min_skew": 6, - "max_skew": 18, - "min_slant": 0, - "max_slant": 4, - "sign": 0, - "height": 60, - "radius": 10, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:rhyolite_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:rhyolite_thorium_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:basalt_thorium_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:andesite_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:andesite_thorium_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:dacite_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:dacite_thorium_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:beryllium_indicator", - "weight": 35 - }, - { - "block": "gtceu:thorium_indicator", - "weight": 15 - }, - { - "block": "gtceu:emerald_bud_indicator", - "weight": 50 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:pipe_vein", + "config": { + "height": 60, + "radius": 10, + "min_skew": 6, + "max_skew": 18, + "min_slant": 0, + "max_slant": 4, + "sign": 0, + "rarity": 250, + "density": 0.35, + "min_y": -32, + "max_y": 50, + "random_name": "normal_beryllium", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:rhyolite_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:rhyolite_thorium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:basalt_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:basalt_thorium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:andesite_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:andesite_thorium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:dacite_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:dacite_thorium_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:beryllium_indicator", + "weight": 35 + }, + { + "block": "gtceu:emerald_bud_indicator", + "weight": 50 + }, + { + "block": "gtceu:thorium_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bismuthinite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bismuthinite.json index b1b6cceb8..72fa426fd 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bismuthinite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bismuthinite.json @@ -1,223 +1,224 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_bismuthinite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:granite_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:granite_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:diorite_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:diorite_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:gabbro_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:gabbro_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:shale_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:shale_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:claystone_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:claystone_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:limestone_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:limestone_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:conglomerate_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:conglomerate_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:dolomite_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:dolomite_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:chert_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:chert_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:chalk_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:chalk_lead_ore", - "weight": 11 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 40, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_bismuthinite", - "weight": 80 - }, - { - "block": "gtceu:sulfur_indicator", - "weight": 9 - }, - { - "block": "gtceu:lead_indicator", - "weight": 11 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 170, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_bismuthinite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:granite_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:granite_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:diorite_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:diorite_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:gabbro_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:gabbro_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:shale_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:shale_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:claystone_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:claystone_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:limestone_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:limestone_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:conglomerate_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:conglomerate_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:dolomite_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:dolomite_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:chert_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:chert_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:chalk_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:chalk_lead_ore", + "weight": 11 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_bismuthinite", + "weight": 80 + }, + { + "block": "gtceu:sulfur_indicator", + "weight": 9 + }, + { + "block": "gtceu:lead_indicator", + "weight": 11 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_cassiterite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_cassiterite.json index 62952272e..9fad2f7a1 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_cassiterite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_cassiterite.json @@ -1,94 +1,95 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_cassiterite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:granite_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:diorite_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:gabbro_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_cassiterite", - "weight": 100 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 170, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_cassiterite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_cassiterite", + "weight": 100 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_coal.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_coal.json index 6276d069b..76388f825 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_coal.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_coal.json @@ -1,134 +1,135 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 215, - "density": 0.55, - "min_y": 0, - "max_y": 210, - "size": 60, - "random_name": "normal_coal", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_coal_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_coal_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_coal_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_coal_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_coal_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_coal_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_coal_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_coal_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_coal_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_coal_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_coal_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_coal_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_coal_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_coal_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:coal_indicator", - "weight": 95 - }, - { - "block": "gtceu:coal_bud_indicator", - "weight": 5 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 60, + "rarity": 215, + "density": 0.55, + "min_y": 0, + "max_y": 210, + "random_name": "normal_coal", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_coal_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_coal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_coal_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_coal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_coal_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_coal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_coal_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_coal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_coal_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_coal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_coal_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_coal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_coal_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_coal_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:coal_indicator", + "weight": 95 + }, + { + "block": "gtceu:coal_bud_indicator", + "weight": 5 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_copper.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_copper.json index b93f9ea45..93a417772 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_copper.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_copper.json @@ -1,145 +1,147 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_copper", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_chalcopyrite_ore", - "weight": 20 - }, - { - "block": "gtceu:rhyolite_hematite_ore", - "weight": 5 - }, - { - "block": "gtceu:rhyolite_pyrite_ore", - "weight": 10 - }, - { - "block": "gtceu:rhyolite_copper_ore", - "weight": 65 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_chalcopyrite_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_hematite_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_pyrite_ore", - "weight": 10 - }, - { - "block": "gtceu:basalt_copper_ore", - "weight": 65 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_chalcopyrite_ore", - "weight": 20 - }, - { - "block": "gtceu:andesite_hematite_ore", - "weight": 5 - }, - { - "block": "gtceu:andesite_pyrite_ore", - "weight": 10 - }, - { - "block": "gtceu:andesite_copper_ore", - "weight": 65 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_chalcopyrite_ore", - "weight": 20 - }, - { - "block": "gtceu:dacite_hematite_ore", - "weight": 5 - }, - { - "block": "gtceu:dacite_pyrite_ore", - "weight": 10 - }, - { - "block": "gtceu:dacite_copper_ore", - "weight": 65 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 85, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:chalcopyrite_indicator", - "weight": 20 - }, - { - "block": "tfc:ore/small_hematite", - "weight": 5 - }, - { - "block": "gtceu:pyrite_indicator", - "weight": 10 - }, - { - "block": "tfc:ore/small_native_copper", - "weight": 65 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 170, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_copper", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_chalcopyrite_ore", + "weight": 20 + }, + { + "block": "gtceu:rhyolite_hematite_ore", + "weight": 5 + }, + { + "block": "gtceu:rhyolite_pyrite_ore", + "weight": 10 + }, + { + "block": "gtceu:rhyolite_copper_ore", + "weight": 65 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_chalcopyrite_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_hematite_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_pyrite_ore", + "weight": 10 + }, + { + "block": "gtceu:basalt_copper_ore", + "weight": 65 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_chalcopyrite_ore", + "weight": 20 + }, + { + "block": "gtceu:andesite_hematite_ore", + "weight": 5 + }, + { + "block": "gtceu:andesite_pyrite_ore", + "weight": 10 + }, + { + "block": "gtceu:andesite_copper_ore", + "weight": 65 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_chalcopyrite_ore", + "weight": 20 + }, + { + "block": "gtceu:dacite_hematite_ore", + "weight": 5 + }, + { + "block": "gtceu:dacite_pyrite_ore", + "weight": 10 + }, + { + "block": "gtceu:dacite_copper_ore", + "weight": 65 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 85, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:chalcopyrite_indicator", + "weight": 20 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 5 + }, + { + "block": "gtceu:pyrite_indicator", + "weight": 10 + }, + { + "block": "tfc:ore/small_native_copper", + "weight": 65 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnet_tin.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnet_tin.json index 3ab7ead90..db22b2160 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnet_tin.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnet_tin.json @@ -1,497 +1,499 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 270, - "density": 0.25, - "min_y": -40, - "max_y": 64, - "size": 40, - "random_name": "normal_garnet_tin", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:rhyolite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:rhyolite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:rhyolite_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:andesite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:andesite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:andesite_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:dacite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:dacite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:dacite_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:quartzite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:slate_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:phyllite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:marble_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:shale_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:shale_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:shale_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:claystone_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:claystone_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:claystone_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:limestone_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:limestone_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:limestone_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:conglomerate_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:conglomerate_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:conglomerate_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:dolomite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:dolomite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:dolomite_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:chert_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:chert_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:chert_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:chalk_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:chalk_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:chalk_diatomite_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_cassiterite", - "weight": 35 - }, - { - "block": "gtceu:garnet_sand_indicator", - "weight": 25 - }, - { - "block": "gtceu:asbestos_indicator", - "weight": 25 - }, - { - "block": "gtceu:diatomite_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 270, + "density": 0.25, + "min_y": -40, + "max_y": 64, + "random_name": "normal_garnet_tin", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:rhyolite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:rhyolite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:rhyolite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:basalt_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:andesite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:andesite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:andesite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:dacite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:dacite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:dacite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:granite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:granite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:granite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:diorite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:gabbro_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:quartzite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:quartzite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:quartzite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:slate_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:slate_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:slate_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:phyllite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:phyllite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:phyllite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:schist_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:schist_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:schist_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:gneiss_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:gneiss_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:gneiss_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:marble_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:marble_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:marble_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:shale_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:shale_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:shale_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:claystone_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:claystone_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:claystone_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:limestone_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:limestone_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:limestone_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:conglomerate_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:conglomerate_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:conglomerate_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:dolomite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:dolomite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:dolomite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:chert_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:chert_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:chert_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:chalk_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:chalk_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:chalk_diatomite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_cassiterite", + "weight": 35 + }, + { + "block": "gtceu:garnet_sand_indicator", + "weight": 25 + }, + { + "block": "gtceu:asbestos_indicator", + "weight": 25 + }, + { + "block": "gtceu:diatomite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnierite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnierite.json index c0b63d678..c5f1474e3 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnierite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnierite.json @@ -1,99 +1,100 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 160, - "density": 0.4, - "min_y": -32, - "max_y": 60, - "size": 40, - "random_name": "normal_garnierite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_garnierite_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_nickel_ore", - "weight": 10 - }, - { - "block": "gtceu:gabbro_cobaltite_ore", - "weight": 20 - }, - { - "block": "gtceu:gabbro_pentlandite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_cobalt_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_garnierite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_garnierite_ore", - "weight": 30 - }, - { - "block": "gtceu:diorite_nickel_ore", - "weight": 10 - }, - { - "block": "gtceu:diorite_cobaltite_ore", - "weight": 20 - }, - { - "block": "gtceu:diorite_pentlandite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_cobalt_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_garnierite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 70, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_garnierite", - "weight": 55 - }, - { - "block": "gtceu:cobaltite_indicator", - "weight": 20 - }, - { - "block": "gtceu:pentlandite_indicator", - "weight": 10 - }, - { - "block": "gtceu:cobalt_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 160, + "density": 0.4, + "min_y": -32, + "max_y": 60, + "random_name": "normal_garnierite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_garnierite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_garnierite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_nickel_ore", + "weight": 10 + }, + { + "block": "gtceu:gabbro_cobaltite_ore", + "weight": 20 + }, + { + "block": "gtceu:gabbro_pentlandite_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_cobalt_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_garnierite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_garnierite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_nickel_ore", + "weight": 10 + }, + { + "block": "gtceu:diorite_cobaltite_ore", + "weight": 20 + }, + { + "block": "gtceu:diorite_pentlandite_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_cobalt_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 70, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_garnierite", + "weight": 55 + }, + { + "block": "gtceu:cobaltite_indicator", + "weight": 20 + }, + { + "block": "gtceu:pentlandite_indicator", + "weight": 10 + }, + { + "block": "gtceu:cobalt_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gold.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gold.json index aedce6b14..d7c04632f 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gold.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gold.json @@ -1,227 +1,229 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 170, - "density": 0.4, - "min_y": -32, - "max_y": 60, - "size": 40, - "random_name": "normal_gold", - "height": 12, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:rhyolite_yellow_limonite_ore", - "weight": 20 - }, - { - "block": "gtceu:rhyolite_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:rhyolite_gold_ore", - "weight": 55 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_yellow_limonite_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_gold_ore", - "weight": 55 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:andesite_yellow_limonite_ore", - "weight": 20 - }, - { - "block": "gtceu:andesite_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:andesite_gold_ore", - "weight": 55 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:dacite_yellow_limonite_ore", - "weight": 20 - }, - { - "block": "gtceu:dacite_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:dacite_gold_ore", - "weight": 55 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:granite_yellow_limonite_ore", - "weight": 20 - }, - { - "block": "gtceu:granite_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:granite_gold_ore", - "weight": 55 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:diorite_yellow_limonite_ore", - "weight": 20 - }, - { - "block": "gtceu:diorite_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:diorite_gold_ore", - "weight": 55 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:gabbro_yellow_limonite_ore", - "weight": 20 - }, - { - "block": "gtceu:gabbro_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:gabbro_gold_ore", - "weight": 55 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_limonite", - "weight": 20 - }, - { - "block": "tfc:ore/small_hematite", - "weight": 20 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 55 - }, - { - "block": "gtceu:goethite_indicator", - "weight": 5 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 12, + "size": 40, + "rarity": 170, + "density": 0.4, + "min_y": -32, + "max_y": 60, + "random_name": "normal_gold", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:rhyolite_yellow_limonite_ore", + "weight": 20 + }, + { + "block": "gtceu:rhyolite_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:rhyolite_gold_ore", + "weight": 55 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_yellow_limonite_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_gold_ore", + "weight": 55 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:andesite_yellow_limonite_ore", + "weight": 20 + }, + { + "block": "gtceu:andesite_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:andesite_gold_ore", + "weight": 55 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:dacite_yellow_limonite_ore", + "weight": 20 + }, + { + "block": "gtceu:dacite_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:dacite_gold_ore", + "weight": 55 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:granite_yellow_limonite_ore", + "weight": 20 + }, + { + "block": "gtceu:granite_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:granite_gold_ore", + "weight": 55 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:diorite_yellow_limonite_ore", + "weight": 20 + }, + { + "block": "gtceu:diorite_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:diorite_gold_ore", + "weight": 55 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:gabbro_yellow_limonite_ore", + "weight": 20 + }, + { + "block": "gtceu:gabbro_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:gabbro_gold_ore", + "weight": 55 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 5 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 20 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 20 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 55 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_graphite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_graphite.json index 685bd52f7..24e30b79c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_graphite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_graphite.json @@ -1,414 +1,416 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 80, - "density": 0.4, - "min_y": -64, - "max_y": -16, - "size": 16, - "random_name": "normal_graphite", - "height": 6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:gabbro_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:granite_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:diorite_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:schist_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:gneiss_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:quartzite_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:phyllite_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:slate_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:marble_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:dacite_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:dacite_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:rhyolite_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:rhyolite_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:andesite_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:andesite_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:basalt_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:shale_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:shale_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:claystone_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:claystone_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:limestone_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:limestone_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:conglomerate_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:conglomerate_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:dolomite_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:dolomite_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:chert_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:chert_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:chalk_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:chalk_coal_ore", - "weight": 30 - } - ] - } - ], - "indicator": { - "rarity": 10, - "depth": 80, - "underground_rarity": 30, - "underground_count": 400, - "blocks": [ - { - "block": "gtceu:graphite_indicator", - "weight": 45 - }, - { - "block": "gtceu:coal_indicator", - "weight": 30 - }, - { - "block": "gtceu:diamond_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 6, + "size": 16, + "rarity": 80, + "density": 0.4, + "min_y": -64, + "max_y": -16, + "random_name": "normal_graphite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:gabbro_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:granite_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:granite_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:diorite_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:schist_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:schist_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:gneiss_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:gneiss_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:quartzite_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:quartzite_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:phyllite_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:phyllite_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:slate_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:slate_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:marble_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:marble_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:dacite_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:dacite_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:rhyolite_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:rhyolite_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:andesite_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:andesite_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:basalt_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:shale_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:shale_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:claystone_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:claystone_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:limestone_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:limestone_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:conglomerate_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:conglomerate_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:dolomite_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:dolomite_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:chert_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:chert_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:chalk_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:chalk_coal_ore", + "weight": 30 + } + ] + } + ], + "indicator": { + "rarity": 10, + "depth": 20, + "underground_rarity": 30, + "underground_count": 400, + "blocks": [ + { + "block": "gtceu:graphite_indicator", + "weight": 45 + }, + { + "block": "gtceu:coal_indicator", + "weight": 30 + }, + { + "block": "gtceu:diamond_bud_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_hematite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_hematite.json index 56e9b3498..1539defba 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_hematite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_hematite.json @@ -1,145 +1,147 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 210, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_hematite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_goethite_ore", - "weight": 15 - }, - { - "block": "gtceu:rhyolite_yellow_limonite_ore", - "weight": 30 - }, - { - "block": "gtceu:rhyolite_hematite_ore", - "weight": 50 - }, - { - "block": "gtceu:rhyolite_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_goethite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_yellow_limonite_ore", - "weight": 30 - }, - { - "block": "gtceu:basalt_hematite_ore", - "weight": 50 - }, - { - "block": "gtceu:basalt_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_goethite_ore", - "weight": 15 - }, - { - "block": "gtceu:andesite_yellow_limonite_ore", - "weight": 30 - }, - { - "block": "gtceu:andesite_hematite_ore", - "weight": 50 - }, - { - "block": "gtceu:andesite_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_goethite_ore", - "weight": 15 - }, - { - "block": "gtceu:dacite_yellow_limonite_ore", - "weight": 30 - }, - { - "block": "gtceu:dacite_hematite_ore", - "weight": 50 - }, - { - "block": "gtceu:dacite_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_hematite", - "weight": 50 - }, - { - "block": "tfc:ore/small_limonite", - "weight": 30 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 5 - }, - { - "block": "gtceu:goethite_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 210, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_hematite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_goethite_ore", + "weight": 15 + }, + { + "block": "gtceu:rhyolite_yellow_limonite_ore", + "weight": 30 + }, + { + "block": "gtceu:rhyolite_hematite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_gold_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_goethite_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_yellow_limonite_ore", + "weight": 30 + }, + { + "block": "gtceu:basalt_hematite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_gold_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_goethite_ore", + "weight": 15 + }, + { + "block": "gtceu:andesite_yellow_limonite_ore", + "weight": 30 + }, + { + "block": "gtceu:andesite_hematite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_gold_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_goethite_ore", + "weight": 15 + }, + { + "block": "gtceu:dacite_yellow_limonite_ore", + "weight": 30 + }, + { + "block": "gtceu:dacite_hematite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_gold_ore", + "weight": 5 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 15 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 30 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 50 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 5 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lapis.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lapis.json index 844c715e3..d2b16619a 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lapis.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lapis.json @@ -1,175 +1,176 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.25, - "min_y": -60, - "max_y": 10, - "size": 50, - "random_name": "normal_lapis", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:quartzite_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_calcite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:slate_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_calcite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:phyllite_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_calcite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_calcite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_calcite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:marble_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_calcite_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:calcite_indicator", - "weight": 15 - }, - { - "block": "gtceu:lazurite_bud_indicator", - "weight": 35 - }, - { - "block": "gtceu:sodalite_bud_indicator", - "weight": 25 - }, - { - "block": "gtceu:lapis_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 50, + "rarity": 170, + "density": 0.25, + "min_y": -60, + "max_y": 10, + "random_name": "normal_lapis", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:quartzite_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:quartzite_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:quartzite_calcite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:slate_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:slate_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:slate_calcite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:phyllite_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:phyllite_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:phyllite_calcite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:schist_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:schist_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:schist_calcite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:gneiss_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:gneiss_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:gneiss_calcite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:marble_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:marble_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:marble_calcite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:lazurite_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:sodalite_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:lapis_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:calcite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_limonite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_limonite.json index cc6796943..1477ea109 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_limonite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_limonite.json @@ -1,91 +1,92 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 190, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_limonite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_goethite_ore", - "weight": 15 - }, - { - "block": "gtceu:marble_yellow_limonite_ore", - "weight": 50 - }, - { - "block": "gtceu:marble_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:marble_malachite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_yellow_limonite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_goethite_ore", - "weight": 15 - }, - { - "block": "gtceu:limestone_yellow_limonite_ore", - "weight": 50 - }, - { - "block": "gtceu:limestone_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:limestone_malachite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_yellow_limonite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_limonite", - "weight": 50 - }, - { - "block": "tfc:ore/small_hematite", - "weight": 20 - }, - { - "block": "tfc:ore/small_malachite", - "weight": 15 - }, - { - "block": "gtceu:goethite_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 190, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_limonite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_goethite_ore", + "weight": 15 + }, + { + "block": "gtceu:marble_yellow_limonite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_yellow_limonite_block", + "weight": 1 + }, + { + "block": "gtceu:marble_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:marble_malachite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_goethite_ore", + "weight": 15 + }, + { + "block": "gtceu:limestone_yellow_limonite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_yellow_limonite_block", + "weight": 1 + }, + { + "block": "gtceu:limestone_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:limestone_malachite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 15 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 50 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 20 + }, + { + "block": "tfc:ore/small_malachite", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lubricant.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lubricant.json index 26e2a2ff2..e94a879d4 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lubricant.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lubricant.json @@ -1,11 +1,12 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { + "size": 36, "rarity": 190, "density": 0.25, "min_y": -40, "max_y": 56, - "size": 36, "random_name": "normal_lubricant", "blocks": [ { @@ -90,7 +91,7 @@ ] } ], - "indicator": { + "indicator": { "rarity": 15, "depth": 20, "underground_rarity": 40, @@ -100,19 +101,19 @@ "block": "gtceu:soapstone_indicator", "weight": 30 }, - { + { "block": "gtceu:talc_indicator", "weight": 20 }, - { + { "block": "gtceu:glauconite_sand_indicator", "weight": 25 }, - { + { "block": "gtceu:pentlandite_indicator", "weight": 15 }, - { + { "block": "gtceu:trona_indicator", "weight": 10 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_magnetite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_magnetite.json index 3fc955d5b..6e44961e9 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_magnetite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_magnetite.json @@ -1,226 +1,227 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 200, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_magnetite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_magnetite_ore", - "weight": 70 - }, - { - "block": "gtceu:shale_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:shale_gold_ore", - "weight": 10 - }, - { - "block": "gtceu:shale_chromite_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_magnetite_ore", - "weight": 70 - }, - { - "block": "gtceu:claystone_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:claystone_gold_ore", - "weight": 10 - }, - { - "block": "gtceu:claystone_chromite_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_magnetite_ore", - "weight": 70 - }, - { - "block": "gtceu:limestone_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:limestone_gold_ore", - "weight": 10 - }, - { - "block": "gtceu:limestone_chromite_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_magnetite_ore", - "weight": 70 - }, - { - "block": "gtceu:conglomerate_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:conglomerate_gold_ore", - "weight": 10 - }, - { - "block": "gtceu:conglomerate_chromite_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_magnetite_ore", - "weight": 70 - }, - { - "block": "gtceu:dolomite_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:dolomite_gold_ore", - "weight": 10 - }, - { - "block": "gtceu:dolomite_chromite_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_magnetite_ore", - "weight": 70 - }, - { - "block": "gtceu:chert_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:chert_gold_ore", - "weight": 10 - }, - { - "block": "gtceu:chert_chromite_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_magnetite_ore", - "weight": 70 - }, - { - "block": "gtceu:chalk_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:chalk_gold_ore", - "weight": 10 - }, - { - "block": "gtceu:chalk_chromite_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_magnetite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_magnetite", - "weight": 70 - }, - { - "block": "gtceu:vanadium_magnetite_indicator", - "weight": 25 - }, - { - "block": "firmalife:ore/small_chromite", - "weight": 5 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 10 - } - ] - } - } -} + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 200, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_magnetite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_magnetite_ore", + "weight": 70 + }, + { + "block": "gtceu:raw_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:shale_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:shale_gold_ore", + "weight": 10 + }, + { + "block": "gtceu:shale_chromite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_magnetite_ore", + "weight": 70 + }, + { + "block": "gtceu:raw_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:claystone_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:claystone_gold_ore", + "weight": 10 + }, + { + "block": "gtceu:claystone_chromite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_magnetite_ore", + "weight": 70 + }, + { + "block": "gtceu:raw_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:limestone_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:limestone_gold_ore", + "weight": 10 + }, + { + "block": "gtceu:limestone_chromite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_magnetite_ore", + "weight": 70 + }, + { + "block": "gtceu:raw_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:conglomerate_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:conglomerate_gold_ore", + "weight": 10 + }, + { + "block": "gtceu:conglomerate_chromite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_magnetite_ore", + "weight": 70 + }, + { + "block": "gtceu:raw_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:dolomite_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:dolomite_gold_ore", + "weight": 10 + }, + { + "block": "gtceu:dolomite_chromite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_magnetite_ore", + "weight": 70 + }, + { + "block": "gtceu:raw_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:chert_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:chert_gold_ore", + "weight": 10 + }, + { + "block": "gtceu:chert_chromite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_magnetite_ore", + "weight": 70 + }, + { + "block": "gtceu:raw_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:chalk_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:chalk_gold_ore", + "weight": 10 + }, + { + "block": "gtceu:chalk_chromite_ore", + "weight": 5 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_magnetite", + "weight": 70 + }, + { + "block": "gtceu:vanadium_magnetite_indicator", + "weight": 25 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 10 + }, + { + "block": "firmalife:ore/small_chromite", + "weight": 5 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_manganese.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_manganese.json index f5c779765..4091106c1 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_manganese.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_manganese.json @@ -1,290 +1,292 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 195, - "density": 0.3, - "min_y": -32, - "max_y": 60, - "size": 40, - "random_name": "normal_manganese", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:rhyolite_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:rhyolite_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:rhyolite_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:basalt_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:andesite_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:andesite_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:andesite_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:dacite_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:dacite_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:dacite_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:shale_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:shale_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:shale_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:claystone_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:claystone_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:claystone_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:limestone_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:limestone_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:limestone_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:conglomerate_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:conglomerate_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:conglomerate_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:dolomite_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:dolomite_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:dolomite_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:chert_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:chert_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:chert_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:chalk_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:chalk_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:chalk_tantalite_ore", - "weight": 10 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:pyrolusite_indicator", - "weight": 20 - }, - { - "block": "gtceu:tantalite_indicator", - "weight": 10 - }, - { - "block": "gtceu:grossular_bud_indicator", - "weight": 30 - }, - { - "block": "gtceu:spessartine_bud_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 195, + "density": 0.3, + "min_y": -32, + "max_y": 60, + "random_name": "normal_manganese", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:rhyolite_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:rhyolite_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:rhyolite_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:basalt_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:andesite_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:andesite_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:andesite_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:dacite_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:dacite_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:dacite_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:shale_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:shale_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:shale_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:claystone_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:claystone_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:claystone_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:limestone_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:limestone_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:limestone_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:conglomerate_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:conglomerate_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:conglomerate_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:dolomite_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:dolomite_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:dolomite_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:chert_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:chert_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:chert_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:chalk_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:chalk_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:chalk_tantalite_ore", + "weight": 10 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:grossular_bud_indicator", + "weight": 30 + }, + { + "block": "gtceu:spessartine_bud_indicator", + "weight": 20 + }, + { + "block": "gtceu:pyrolusite_indicator", + "weight": 20 + }, + { + "block": "gtceu:tantalite_indicator", + "weight": 10 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_mica.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_mica.json index c3475dbc6..d844a9e99 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_mica.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_mica.json @@ -1,11 +1,12 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { + "size": 36, "rarity": 190, "density": 0.25, "min_y": 0, "max_y": 210, - "size": 36, "random_name": "normal_mica", "blocks": [ { @@ -216,7 +217,7 @@ ] } ], - "indicator": { + "indicator": { "rarity": 15, "depth": 20, "underground_rarity": 40, @@ -226,15 +227,15 @@ "block": "gtceu:kyanite_indicator", "weight": 35 }, - { + { "block": "gtceu:mica_indicator", "weight": 25 }, - { + { "block": "gtceu:bauxite_indicator", "weight": 25 }, - { + { "block": "gtceu:pollucite_indicator", "weight": 15 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_monazite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_monazite.json index 4c001e8d2..f62a96ad3 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_monazite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_monazite.json @@ -1,90 +1,91 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 185, - "density": 0.25, - "min_y": -32, - "max_y": 50, - "size": 40, - "random_name": "normal_monazite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:granite_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_neodymium_ore", - "weight": 25 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:diorite_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_neodymium_ore", - "weight": 25 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:gabbro_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_neodymium_ore", - "weight": 25 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:bastnasite_indicator", - "weight": 50 - }, - { - "block": "gtceu:neodymium_indicator", - "weight": 25 - }, - { - "block": "gtceu:monazite_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 185, + "density": 0.25, + "min_y": -32, + "max_y": 50, + "random_name": "normal_monazite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:granite_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:granite_neodymium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:diorite_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_neodymium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:gabbro_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_neodymium_ore", + "weight": 25 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:bastnasite_indicator", + "weight": 50 + }, + { + "block": "gtceu:monazite_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:neodymium_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_oilsands.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_oilsands.json index 926d32187..cb7a28d5e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_oilsands.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_oilsands.json @@ -1,130 +1,131 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 185, - "density": 0.20, - "min_y": 0, - "max_y": 70, - "size": 55, - "random_name": "normal_oilsands", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_oilsands_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_oilsands_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_oilsands_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_oilsands_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_oilsands_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_oilsands_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_oilsands_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_oilsands_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_oilsands_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_oilsands_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_oilsands_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_oilsands_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_oilsands_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_oilsands_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:oilsands_indicator", - "weight": 100 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 55, + "rarity": 185, + "density": 0.2, + "min_y": 0, + "max_y": 70, + "random_name": "normal_oilsands", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_oilsands_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_oilsands_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_oilsands_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_oilsands_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_oilsands_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_oilsands_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_oilsands_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_oilsands_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_oilsands_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_oilsands_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_oilsands_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_oilsands_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_oilsands_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_oilsands_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:oilsands_indicator", + "weight": 100 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_olivine.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_olivine.json index ab6a0ba4b..51834c8c2 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_olivine.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_olivine.json @@ -1,198 +1,200 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 180, - "density": 0.25, - "min_y": -40, - "max_y": 30, - "size": 26, - "random_name": "normal_olivine", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:rhyolite_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:rhyolite_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:rhyolite_glauconite_sand_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_glauconite_sand_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:andesite_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:andesite_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:andesite_glauconite_sand_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:dacite_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:dacite_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:dacite_glauconite_sand_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_glauconite_sand_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_glauconite_sand_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_glauconite_sand_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:bentonite_indicator", - "weight": 35 - }, - { - "block": "gtceu:magnesite_indicator", - "weight": 25 - }, - { - "block": "gtceu:glauconite_sand_indicator", - "weight": 15 - }, - { - "block": "gtceu:olivine_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 26, + "rarity": 180, + "density": 0.25, + "min_y": -40, + "max_y": 30, + "random_name": "normal_olivine", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:rhyolite_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:rhyolite_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:rhyolite_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:basalt_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:andesite_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:andesite_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:andesite_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:dacite_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:dacite_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:dacite_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:granite_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:granite_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:granite_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:diorite_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:gabbro_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_glauconite_sand_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:bentonite_indicator", + "weight": 35 + }, + { + "block": "gtceu:magnesite_indicator", + "weight": 25 + }, + { + "block": "gtceu:olivine_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:glauconite_sand_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_quartz.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_quartz.json index d2e54f224..56ebc1ed3 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_quartz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_quartz.json @@ -1,125 +1,126 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 150, - "density": 0.3, - "min_y": -32, - "max_y": 100, - "size": 40, - "random_name": "normal_quartz", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_quartzite_ore", - "weight": 65 - }, - { - "block": "gtceu:shale_certus_quartz_ore", - "weight": 30 - }, - { - "block": "gtceu:shale_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_quartzite_ore", - "weight": 65 - }, - { - "block": "gtceu:quartzite_certus_quartz_ore", - "weight": 30 - }, - { - "block": "gtceu:quartzite_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_quartzite_ore", - "weight": 65 - }, - { - "block": "gtceu:schist_certus_quartz_ore", - "weight": 30 - }, - { - "block": "gtceu:schist_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_quartzite_ore", - "weight": 65 - }, - { - "block": "gtceu:gneiss_certus_quartz_ore", - "weight": 30 - }, - { - "block": "gtceu:gneiss_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 40, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:barite_indicator", - "weight": 25 - }, - { - "block": "gtceu:certus_quartz_bud_indicator", - "weight": 30 - }, - { - "block": "gtceu:quartzite_bud_indicator", - "weight": 65 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 150, + "density": 0.3, + "min_y": -32, + "max_y": 100, + "random_name": "normal_quartz", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_quartzite_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:shale_certus_quartz_ore", + "weight": 30 + }, + { + "block": "gtceu:shale_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_quartzite_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_certus_quartz_ore", + "weight": 30 + }, + { + "block": "gtceu:quartzite_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_quartzite_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_certus_quartz_ore", + "weight": 30 + }, + { + "block": "gtceu:schist_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_quartzite_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_certus_quartz_ore", + "weight": 30 + }, + { + "block": "gtceu:gneiss_barite_ore", + "weight": 25 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 40, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:quartzite_bud_indicator", + "weight": 65 + }, + { + "block": "gtceu:certus_quartz_bud_indicator", + "weight": 30 + }, + { + "block": "gtceu:barite_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_redstone.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_redstone.json index 15db11f32..3d24a9493 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_redstone.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_redstone.json @@ -1,56 +1,57 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 160, - "density": 0.4, - "min_y": -32, - "max_y": 100, - "size": 40, - "random_name": "normal_redstone", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_redstone_ore", - "weight": 45 - }, - { - "block": "gtceu:granite_ruby_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_cinnabar_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_redstone_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:redstone_indicator", - "weight": 45 - }, - { - "block": "gtceu:ruby_bud_indicator", - "weight": 35 - }, - { - "block": "gtceu:cinnabar_bud_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 160, + "density": 0.4, + "min_y": -32, + "max_y": 100, + "random_name": "normal_redstone", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_redstone_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_redstone_block", + "weight": 1 + }, + { + "block": "gtceu:granite_ruby_ore", + "weight": 35 + }, + { + "block": "gtceu:granite_cinnabar_ore", + "weight": 20 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:redstone_indicator", + "weight": 45 + }, + { + "block": "gtceu:ruby_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:cinnabar_bud_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_salt.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_salt.json index b985a898a..80e717918 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_salt.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_salt.json @@ -1,139 +1,132 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 175, - "density": 0.4, - "min_y": 30, - "max_y": 70, - "size": 40, - "random_name": "normal_salt", - "height": 4, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_rock_salt_ore", - "weight": 40 - }, - { - "block": "gtceu:shale_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:shale_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:shale_borax_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_rock_salt_block", - "weight": 1 - }, - { - "block": "gtceu:raw_salt_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_rock_salt_ore", - "weight": 40 - }, - { - "block": "gtceu:claystone_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:claystone_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:claystone_borax_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_rock_salt_block", - "weight": 1 - }, - { - "block": "gtceu:raw_salt_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_rock_salt_ore", - "weight": 40 - }, - { - "block": "gtceu:limestone_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:limestone_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:limestone_borax_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_rock_salt_block", - "weight": 1 - }, - { - "block": "gtceu:raw_salt_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:rock_salt_bud_indicator", - "weight": 20 - }, - { - "block": "gtceu:rock_salt_indicator", - "weight": 20 - }, - { - "block": "gtceu:salt_bud_indicator", - "weight": 15 - }, - { - "block": "gtceu:salt_indicator", - "weight": 15 - }, - { - "block": "gtceu:lepidolite_indicator", - "weight": 15 - }, - { - "block": "gtceu:borax_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 4, + "size": 40, + "rarity": 175, + "density": 0.4, + "min_y": 30, + "max_y": 70, + "random_name": "normal_salt", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_rock_salt_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_rock_salt_block", + "weight": 1 + }, + { + "block": "gtceu:shale_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_salt_block", + "weight": 1 + }, + { + "block": "gtceu:shale_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:shale_borax_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_rock_salt_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_rock_salt_block", + "weight": 1 + }, + { + "block": "gtceu:claystone_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_salt_block", + "weight": 1 + }, + { + "block": "gtceu:claystone_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:claystone_borax_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_rock_salt_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_rock_salt_block", + "weight": 1 + }, + { + "block": "gtceu:limestone_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_salt_block", + "weight": 1 + }, + { + "block": "gtceu:limestone_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:limestone_borax_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:rock_salt_indicator", + "weight": 40 + }, + { + "block": "gtceu:salt_indicator", + "weight": 30 + }, + { + "block": "gtceu:lepidolite_indicator", + "weight": 15 + }, + { + "block": "gtceu:borax_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_saltpeter.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_saltpeter.json index ac2d1a261..43eb97b3e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_saltpeter.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_saltpeter.json @@ -1,11 +1,12 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { + "size": 50, "rarity": 210, "density": 0.3, "min_y": -32, "max_y": 60, - "size": 50, "random_name": "normal_saltpeter", "blocks": [ { @@ -216,7 +217,7 @@ ] } ], - "indicator": { + "indicator": { "rarity": 15, "depth": 20, "underground_rarity": 40, @@ -226,15 +227,15 @@ "block": "gtceu:saltpeter_indicator", "weight": 35 }, - { + { "block": "gtceu:diatomite_indicator", "weight": 25 }, - { + { "block": "gtceu:electrotine_indicator", "weight": 25 }, - { + { "block": "gtceu:alunite_indicator", "weight": 15 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_silver.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_silver.json index bd1a59147..f0bbac1be 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_silver.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_silver.json @@ -1,79 +1,80 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 160, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_silver", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_galena_ore", - "weight": 30 - }, - { - "block": "gtceu:granite_silver_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_lead_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_lead_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_galena_ore", - "weight": 30 - }, - { - "block": "gtceu:gneiss_silver_ore", - "weight": 15 - }, - { - "block": "gtceu:gneiss_lead_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_lead_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_native_silver", - "weight": 70 - }, - { - "block": "gtceu:galena_indicator", - "weight": 10 - }, - { - "block": "gtceu:lead_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 160, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_silver", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_galena_ore", + "weight": 30 + }, + { + "block": "gtceu:granite_silver_ore", + "weight": 15 + }, + { + "block": "gtceu:granite_lead_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_lead_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_galena_ore", + "weight": 30 + }, + { + "block": "gtceu:gneiss_silver_ore", + "weight": 15 + }, + { + "block": "gtceu:gneiss_lead_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_lead_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:galena_indicator", + "weight": 30 + }, + { + "block": "tfc:ore/small_native_silver", + "weight": 15 + }, + { + "block": "gtceu:lead_indicator", + "weight": 55 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sphalerite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sphalerite.json index dce296c6f..a564a1151 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sphalerite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sphalerite.json @@ -1,263 +1,265 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_sphalerite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:rhyolite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:rhyolite_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:basalt_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:andesite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:andesite_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:dacite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:dacite_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:quartzite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:quartzite_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:slate_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:slate_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:phyllite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:phyllite_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:schist_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:gneiss_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:marble_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:marble_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_sphalerite", - "weight": 70 - }, - { - "block": "gtceu:sulfur_indicator", - "weight": 20 - }, - { - "block": "gtceu:pyrite_indicator", - "weight": 10 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 170, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_sphalerite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:rhyolite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:basalt_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:andesite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:dacite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:quartzite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:slate_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:slate_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:phyllite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:schist_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:gneiss_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:marble_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:marble_pyrite_ore", + "weight": 25 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:sulfur_indicator", + "weight": 35 + }, + { + "block": "tfc:ore/small_sphalerite", + "weight": 40 + }, + { + "block": "gtceu:pyrite_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_spodumene.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_spodumene.json index fdba9d793..eb159579c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_spodumene.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_spodumene.json @@ -1,253 +1,246 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 180, - "density": 0.375, - "min_y": 20, - "max_y": 60, - "size": 35, - "random_name": "normal_spodumene", - "height": 6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:granite_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:granite_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_spodumene_ore", - "weight": 35 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:diorite_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:diorite_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_spodumene_ore", - "weight": 35 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:gabbro_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_spodumene_ore", - "weight": 35 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:quartzite_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:quartzite_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:quartzite_spodumene_ore", - "weight": 35 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:slate_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:slate_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:slate_spodumene_ore", - "weight": 35 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:phyllite_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:phyllite_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:phyllite_spodumene_ore", - "weight": 35 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:schist_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:schist_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:schist_spodumene_ore", - "weight": 35 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:gneiss_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:gneiss_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:gneiss_spodumene_ore", - "weight": 35 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:marble_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:marble_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:marble_spodumene_ore", - "weight": 35 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:rock_salt_indicator", - "weight": 10 - }, - { - "block": "gtceu:rock_salt_bud_indicator", - "weight": 10 - }, - { - "block": "gtceu:salt_indicator", - "weight": 15 - }, - { - "block": "gtceu:salt_bud_indicator", - "weight": 15 - }, - { - "block": "gtceu:lepidolite_indicator", - "weight": 15 - }, - { - "block": "gtceu:spodumene_indicator", - "weight": 35 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 6, + "size": 35, + "rarity": 180, + "density": 0.375, + "min_y": 20, + "max_y": 60, + "random_name": "normal_spodumene", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:granite_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:granite_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:granite_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:diorite_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:diorite_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:diorite_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:gabbro_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:gabbro_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:quartzite_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:quartzite_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:quartzite_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:slate_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:slate_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:slate_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:phyllite_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:phyllite_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:phyllite_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:schist_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:schist_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:schist_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:gneiss_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:gneiss_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:gneiss_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:marble_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:marble_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:marble_spodumene_ore", + "weight": 35 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:rock_salt_indicator", + "weight": 20 + }, + { + "block": "gtceu:salt_indicator", + "weight": 30 + }, + { + "block": "gtceu:lepidolite_indicator", + "weight": 15 + }, + { + "block": "gtceu:spodumene_indicator", + "weight": 35 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sulfur.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sulfur.json index 340bdc3c2..868163fe2 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sulfur.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sulfur.json @@ -1,125 +1,127 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 165, - "density": 0.2, - "min_y": 0, - "max_y": 210, - "size": 45, - "random_name": "normal_sulfur", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_sulfur_ore", - "weight": 50 - }, - { - "block": "gtceu:rhyolite_pyrite_ore", - "weight": 35 - }, - { - "block": "gtceu:rhyolite_sphalerite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_sulfur_ore", - "weight": 50 - }, - { - "block": "gtceu:basalt_pyrite_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_sphalerite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_sulfur_ore", - "weight": 50 - }, - { - "block": "gtceu:andesite_pyrite_ore", - "weight": 35 - }, - { - "block": "gtceu:andesite_sphalerite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_sulfur_ore", - "weight": 50 - }, - { - "block": "gtceu:dacite_pyrite_ore", - "weight": 35 - }, - { - "block": "gtceu:dacite_sphalerite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:sulfur_indicator", - "weight": 50 - }, - { - "block": "gtceu:pyrite_indicator", - "weight": 35 - }, - { - "block": "tfc:ore/small_sphalerite", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 165, + "density": 0.2, + "min_y": 0, + "max_y": 210, + "random_name": "normal_sulfur", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_sulfur_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_pyrite_ore", + "weight": 35 + }, + { + "block": "gtceu:rhyolite_sphalerite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_sulfur_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_pyrite_ore", + "weight": 35 + }, + { + "block": "gtceu:basalt_sphalerite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_sulfur_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_pyrite_ore", + "weight": 35 + }, + { + "block": "gtceu:andesite_sphalerite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_sulfur_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_pyrite_ore", + "weight": 35 + }, + { + "block": "gtceu:dacite_sphalerite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 40, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:sulfur_indicator", + "weight": 50 + }, + { + "block": "gtceu:pyrite_indicator", + "weight": 35 + }, + { + "block": "tfc:ore/small_sphalerite", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_tetrahedrite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_tetrahedrite.json index 166e92be2..5a78068b3 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_tetrahedrite.json @@ -1,171 +1,172 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_tetrahedrite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:quartzite_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:quartzite_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:slate_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:slate_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:phyllite_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:phyllite_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:schist_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:schist_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:gneiss_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:gneiss_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:marble_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:marble_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_tetrahedrite", - "weight": 60 - }, - { - "block": "tfc:ore/small_native_copper", - "weight": 30 - }, - { - "block": "gtceu:stibnite_indicator", - "weight": 10 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 170, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_tetrahedrite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_copper_ore", + "weight": 30 + }, + { + "block": "gtceu:quartzite_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 1 + }, + { + "block": "gtceu:slate_copper_ore", + "weight": 30 + }, + { + "block": "gtceu:slate_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_copper_ore", + "weight": 30 + }, + { + "block": "gtceu:phyllite_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_copper_ore", + "weight": 30 + }, + { + "block": "gtceu:schist_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_copper_ore", + "weight": 30 + }, + { + "block": "gtceu:gneiss_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 1 + }, + { + "block": "gtceu:marble_copper_ore", + "weight": 30 + }, + { + "block": "gtceu:marble_stibnite_ore", + "weight": 20 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_tetrahedrite", + "weight": 50 + }, + { + "block": "tfc:ore/small_native_copper", + "weight": 30 + }, + { + "block": "gtceu:stibnite_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_bismuthinite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_bismuthinite.json index 297ac4853..3672fe0d6 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_bismuthinite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_bismuthinite.json @@ -1,223 +1,224 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 140, - "density": 0.25, - "min_y": 60, - "max_y": 210, - "size": 50, - "random_name": "surface_bismuthinite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:granite_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:granite_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:diorite_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:diorite_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:gabbro_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:gabbro_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:shale_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:shale_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:claystone_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:claystone_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:limestone_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:limestone_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:conglomerate_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:conglomerate_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:dolomite_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:dolomite_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:chert_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:chert_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:chalk_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:chalk_lead_ore", - "weight": 7 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 1, - "underground_count": 0, - "blocks": [ - { - "block": "tfc:ore/small_bismuthinite", - "weight": 90 - }, - { - "block": "gtceu:sulfur_indicator", - "weight": 3 - }, - { - "block": "gtceu:lead_indicator", - "weight": 7 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 50, + "rarity": 140, + "density": 0.25, + "min_y": 60, + "max_y": 210, + "random_name": "surface_bismuthinite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:granite_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:granite_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:diorite_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:diorite_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:gabbro_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:gabbro_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:shale_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:shale_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:claystone_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:claystone_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:limestone_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:limestone_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:conglomerate_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:conglomerate_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:dolomite_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:dolomite_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:chert_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:chert_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:chalk_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:chalk_lead_ore", + "weight": 7 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 1, + "underground_count": 1, + "blocks": [ + { + "block": "tfc:ore/small_bismuthinite", + "weight": 90 + }, + { + "block": "gtceu:sulfur_indicator", + "weight": 3 + }, + { + "block": "gtceu:lead_indicator", + "weight": 7 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_cassiterite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_cassiterite.json index 4f93ee411..baa5d9e0a 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_cassiterite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_cassiterite.json @@ -1,11 +1,12 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { + "size": 50, "rarity": 135, "density": 0.25, "min_y": 60, "max_y": 210, - "size": 50, "random_name": "surface_cassiterite", "blocks": [ { @@ -58,7 +59,7 @@ "rarity": 12, "depth": 60, "underground_rarity": 1, - "underground_count": 0, + "underground_count": 1, "blocks": [ { "block": "tfc:ore/small_cassiterite", diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_copper.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_copper.json index acf58049c..7963a0348 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_copper.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_copper.json @@ -1,129 +1,131 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 200, - "density": 0.25, - "min_y": 20, - "max_y": 217, - "size": 50, - "random_name": "surface_copper", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_chalcopyrite_ore", - "weight": 55 - }, - { - "block": "gtceu:rhyolite_zeolite_ore", - "weight": 15 - }, - { - "block": "gtceu:rhyolite_cassiterite_ore", - "weight": 5 - }, - { - "block": "gtceu:rhyolite_realgar_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_chalcopyrite_ore", - "weight": 55 - }, - { - "block": "gtceu:basalt_zeolite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_cassiterite_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_realgar_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_chalcopyrite_ore", - "weight": 55 - }, - { - "block": "gtceu:andesite_zeolite_ore", - "weight": 15 - }, - { - "block": "gtceu:andesite_cassiterite_ore", - "weight": 5 - }, - { - "block": "gtceu:andesite_realgar_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_chalcopyrite_ore", - "weight": 55 - }, - { - "block": "gtceu:dacite_zeolite_ore", - "weight": 15 - }, - { - "block": "gtceu:dacite_cassiterite_ore", - "weight": 5 - }, - { - "block": "gtceu:dacite_realgar_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 8, - "depth": 60, - "underground_rarity": 1, - "underground_count": 0, - "blocks": [ - { - "block": "gtceu:chalcopyrite_indicator", - "weight": 60 - }, - { - "block": "gtceu:zeolite_indicator", - "weight": 10 - }, - { - "block": "tfc:ore/small_cassiterite", - "weight": 20 - }, - { - "block": "gtceu:realgar_bud_indicator", - "weight": 10 - } - ] - } - } -} + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 50, + "rarity": 200, + "density": 0.25, + "min_y": 20, + "max_y": 217, + "random_name": "surface_copper", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_chalcopyrite_ore", + "weight": 55 + }, + { + "block": "gtceu:rhyolite_zeolite_ore", + "weight": 15 + }, + { + "block": "gtceu:rhyolite_cassiterite_ore", + "weight": 5 + }, + { + "block": "gtceu:rhyolite_realgar_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_chalcopyrite_ore", + "weight": 55 + }, + { + "block": "gtceu:basalt_zeolite_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_cassiterite_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_realgar_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_chalcopyrite_ore", + "weight": 55 + }, + { + "block": "gtceu:andesite_zeolite_ore", + "weight": 15 + }, + { + "block": "gtceu:andesite_cassiterite_ore", + "weight": 5 + }, + { + "block": "gtceu:andesite_realgar_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_chalcopyrite_ore", + "weight": 55 + }, + { + "block": "gtceu:dacite_zeolite_ore", + "weight": 15 + }, + { + "block": "gtceu:dacite_cassiterite_ore", + "weight": 5 + }, + { + "block": "gtceu:dacite_realgar_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 8, + "depth": 60, + "underground_rarity": 1, + "underground_count": 1, + "blocks": [ + { + "block": "gtceu:chalcopyrite_indicator", + "weight": 55 + }, + { + "block": "gtceu:zeolite_indicator", + "weight": 15 + }, + { + "block": "tfc:ore/small_cassiterite", + "weight": 5 + }, + { + "block": "gtceu:realgar_bud_indicator", + "weight": 15 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_sphalerite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_sphalerite.json index fa39c3f2e..4fdc6dd1d 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_sphalerite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_sphalerite.json @@ -1,223 +1,225 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 145, - "density": 0.25, - "min_y": 60, - "max_y": 210, - "size": 50, - "random_name": "surface_sphalerite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:rhyolite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:rhyolite_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:basalt_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:basalt_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:andesite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:andesite_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:dacite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:dacite_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:quartzite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:quartzite_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:slate_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:slate_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:phyllite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:phyllite_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:schist_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:schist_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:gneiss_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:gneiss_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:marble_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:marble_pyrite_ore", - "weight": 5 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 1, - "underground_count": 0, - "blocks": [ - { - "block": "tfc:ore/small_sphalerite", - "weight": 55 - }, - { - "block": "gtceu:sulfur_indicator", - "weight": 40 - }, - { - "block": "gtceu:pyrite_indicator", - "weight": 5 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 50, + "rarity": 145, + "density": 0.25, + "min_y": 60, + "max_y": 210, + "random_name": "surface_sphalerite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:rhyolite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:rhyolite_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:basalt_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:basalt_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:andesite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:andesite_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:dacite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:dacite_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:quartzite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:quartzite_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:slate_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:slate_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:phyllite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:phyllite_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:schist_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:schist_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:gneiss_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:gneiss_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:marble_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:marble_pyrite_ore", + "weight": 5 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 1, + "underground_count": 1, + "blocks": [ + { + "block": "gtceu:sulfur_indicator", + "weight": 55 + }, + { + "block": "tfc:ore/small_sphalerite", + "weight": 40 + }, + { + "block": "gtceu:pyrite_indicator", + "weight": 5 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_tetrahedrite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_tetrahedrite.json index ed883d7f1..b27de6f69 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_tetrahedrite.json @@ -1,147 +1,148 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 140, - "density": 0.25, - "min_y": 60, - "max_y": 210, - "size": 50, - "random_name": "surface_tetrahedrite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_tetrahedrite_ore", - "weight": 60 - }, - { - "block": "gtceu:quartzite_copper_ore", - "weight": 20 - }, - { - "block": "gtceu:quartzite_stibnite_ore", - "weight": 20 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_tetrahedrite_ore", - "weight": 60 - }, - { - "block": "gtceu:slate_copper_ore", - "weight": 20 - }, - { - "block": "gtceu:slate_stibnite_ore", - "weight": 20 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_tetrahedrite_ore", - "weight": 60 - }, - { - "block": "gtceu:phyllite_copper_ore", - "weight": 20 - }, - { - "block": "gtceu:phyllite_stibnite_ore", - "weight": 20 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_tetrahedrite_ore", - "weight": 60 - }, - { - "block": "gtceu:schist_copper_ore", - "weight": 20 - }, - { - "block": "gtceu:schist_stibnite_ore", - "weight": 20 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_tetrahedrite_ore", - "weight": 60 - }, - { - "block": "gtceu:gneiss_copper_ore", - "weight": 20 - }, - { - "block": "gtceu:gneiss_stibnite_ore", - "weight": 20 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_tetrahedrite_ore", - "weight": 60 - }, - { - "block": "gtceu:marble_copper_ore", - "weight": 20 - }, - { - "block": "gtceu:marble_stibnite_ore", - "weight": 20 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 1, - "underground_count": 0, - "blocks": [ - { - "block": "tfc:ore/small_tetrahedrite", - "weight": 60 - }, - { - "block": "tfc:ore/small_native_copper", - "weight": 20 - }, - { - "block": "gtceu:stibnite_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 50, + "rarity": 140, + "density": 0.25, + "min_y": 60, + "max_y": 210, + "random_name": "surface_tetrahedrite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_tetrahedrite_ore", + "weight": 60 + }, + { + "block": "gtceu:quartzite_copper_ore", + "weight": 20 + }, + { + "block": "gtceu:quartzite_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_tetrahedrite_ore", + "weight": 60 + }, + { + "block": "gtceu:slate_copper_ore", + "weight": 20 + }, + { + "block": "gtceu:slate_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_tetrahedrite_ore", + "weight": 60 + }, + { + "block": "gtceu:phyllite_copper_ore", + "weight": 20 + }, + { + "block": "gtceu:phyllite_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_tetrahedrite_ore", + "weight": 60 + }, + { + "block": "gtceu:schist_copper_ore", + "weight": 20 + }, + { + "block": "gtceu:schist_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_tetrahedrite_ore", + "weight": 60 + }, + { + "block": "gtceu:gneiss_copper_ore", + "weight": 20 + }, + { + "block": "gtceu:gneiss_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_tetrahedrite_ore", + "weight": 60 + }, + { + "block": "gtceu:marble_copper_ore", + "weight": 20 + }, + { + "block": "gtceu:marble_stibnite_ore", + "weight": 20 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 1, + "underground_count": 1, + "blocks": [ + { + "block": "tfc:ore/small_tetrahedrite", + "weight": 60 + }, + { + "block": "tfc:ore/small_native_copper", + "weight": 20 + }, + { + "block": "gtceu:stibnite_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_apatite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_apatite.json index c67b95017..54b3b2c08 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_apatite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_apatite.json @@ -1,87 +1,88 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.35, - "min_y": 48, - "max_y": 128, - "size": 39, - "random_name": "nether_apatite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:schist_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_tricalcium_phosphate_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:gneiss_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_tricalcium_phosphate_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:tricalcium_phosphate_indicator", - "weight": 35 - }, - { - "block": "gtceu:pyrochlore_indicator", - "weight": 15 - }, - { - "block": "gtceu:apatite_bud_indicator", - "weight": 50 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 39, + "rarity": 220, + "density": 0.35, + "min_y": 48, + "max_y": 128, + "random_name": "nether_apatite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 2 + }, + { + "block": "gtceu:schist_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tricalcium_phosphate_block", + "weight": 1 + }, + { + "block": "gtceu:schist_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 2 + }, + { + "block": "gtceu:gneiss_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tricalcium_phosphate_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_pyrochlore_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:apatite_bud_indicator", + "weight": 50 + }, + { + "block": "gtceu:tricalcium_phosphate_indicator", + "weight": 35 + }, + { + "block": "gtceu:pyrochlore_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_basaltic_sands.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_basaltic_sands.json index aa8b1e78d..df75cbd16 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_basaltic_sands.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_basaltic_sands.json @@ -1,109 +1,110 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 160, - "density": 0.4, - "min_y": 48, - "max_y": 128, - "size": 48, - "random_name": "nether_basaltic_sands", - "height": 9, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_basaltic_mineral_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_granitic_mineral_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_fullers_earth_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_gypsum_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_basaltic_mineral_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_granitic_mineral_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_fullers_earth_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_basaltic_mineral_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_granitic_mineral_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_fullers_earth_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_gypsum_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_basaltic_mineral_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_granitic_mineral_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_fullers_earth_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:basaltic_mineral_sand_indicator", - "weight": 35 - }, - { - "block": "gtceu:granitic_mineral_sand_indicator", - "weight": 25 - }, - { - "block": "gtceu:fullers_earth_indicator", - "weight": 25 - }, - { - "block": "gtceu:gypsum_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 9, + "size": 48, + "rarity": 160, + "density": 0.4, + "min_y": 48, + "max_y": 128, + "random_name": "nether_basaltic_sands", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_basaltic_mineral_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_basaltic_mineral_sand_block", + "weight": 1 + }, + { + "block": "gtceu:granite_granitic_mineral_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_granitic_mineral_sand_block", + "weight": 1 + }, + { + "block": "gtceu:granite_fullers_earth_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_fullers_earth_block", + "weight": 1 + }, + { + "block": "gtceu:granite_gypsum_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_basaltic_mineral_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_basaltic_mineral_sand_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_granitic_mineral_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_granitic_mineral_sand_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_fullers_earth_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_fullers_earth_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_gypsum_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:basaltic_mineral_sand_indicator", + "weight": 35 + }, + { + "block": "gtceu:granitic_mineral_sand_indicator", + "weight": 25 + }, + { + "block": "gtceu:fullers_earth_indicator", + "weight": 25 + }, + { + "block": "gtceu:gypsum_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_bauxite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_bauxite.json index 0590d88f4..3c2e058c3 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_bauxite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_bauxite.json @@ -1,165 +1,166 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 185, - "density": 0.4, - "min_y": 32, - "max_y": 128, - "size": 45, - "random_name": "nether_bauxite", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:deepslate_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:deepslate_aluminium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_ilmenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_aluminium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:pyroxenite_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:pyroxenite_aluminium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_ilmenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_aluminium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:basalt_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:basalt_aluminium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_ilmenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_aluminium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:dripstone_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:dripstone_aluminium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_ilmenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_aluminium_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:bauxite_indicator", - "weight": 45 - }, - { - "block": "gtceu:ilmenite_indicator", - "weight": 30 - }, - { - "block": "gtceu:aluminium_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 185, + "density": 0.4, + "min_y": 32, + "max_y": 128, + "random_name": "nether_bauxite", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 2 + }, + { + "block": "gtceu:deepslate_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_aluminium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_aluminium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_aluminium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_aluminium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_aluminium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_aluminium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 2 + }, + { + "block": "gtceu:dripstone_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_aluminium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_aluminium_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:bauxite_indicator", + "weight": 45 + }, + { + "block": "gtceu:ilmenite_indicator", + "weight": 30 + }, + { + "block": "gtceu:aluminium_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_beryllium.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_beryllium.json index b28759af1..d142162e8 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_beryllium.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_beryllium.json @@ -1,155 +1,156 @@ { - "type": "tfc:pipe_vein", - "config": { - "rarity": 250, - "density": 0.45, - "min_y": 32, - "max_y": 128, - "random_name": "nether_beryllium", - "min_skew": 6, - "max_skew": 18, - "min_slant": 0, - "max_slant": 4, - "sign": 0, - "height": 60, - "radius": 12, - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:deepslate_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:deepslate_thorium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_beryllium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_emerald_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:pyroxenite_thorium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_beryllium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_emerald_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:basalt_thorium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_beryllium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_emerald_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:dripstone_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:dripstone_thorium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_beryllium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_emerald_block", - "weight": 2 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:beryllium_indicator", - "weight": 35 - }, - { - "block": "gtceu:thorium_indicator", - "weight": 15 - }, - { - "block": "gtceu:emerald_bud_indicator", - "weight": 50 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:pipe_vein", + "config": { + "height": 60, + "radius": 12, + "min_skew": 6, + "max_skew": 18, + "min_slant": 0, + "max_slant": 4, + "sign": 0, + "rarity": 250, + "density": 0.45, + "min_y": 32, + "max_y": 128, + "random_name": "nether_beryllium", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_beryllium_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_emerald_block", + "weight": 2 + }, + { + "block": "gtceu:deepslate_thorium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_beryllium_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_emerald_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_thorium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_beryllium_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_emerald_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_thorium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_beryllium_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_emerald_block", + "weight": 2 + }, + { + "block": "gtceu:dripstone_thorium_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:beryllium_indicator", + "weight": 35 + }, + { + "block": "gtceu:emerald_bud_indicator", + "weight": 50 + }, + { + "block": "gtceu:thorium_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_cassiterite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_cassiterite.json index 8a8e027af..914546050 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_cassiterite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_cassiterite.json @@ -1,164 +1,165 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.5, - "min_y": 32, - "max_y": 128, - "size": 45, - "random_name": "nether_cassiterite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:granite_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:diorite_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:gabbro_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:gneiss_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:schist_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:pyroxenite_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 2 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_cassiterite", - "weight": 100 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 170, + "density": 0.5, + "min_y": 32, + "max_y": 128, + "random_name": "nether_cassiterite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 2 + }, + { + "block": "gtceu:granite_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 2 + }, + { + "block": "gtceu:diorite_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 2 + }, + { + "block": "gtceu:gabbro_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 2 + }, + { + "block": "gtceu:gneiss_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 2 + }, + { + "block": "gtceu:schist_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 2 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "tfc:ore/small_cassiterite", + "weight": 100 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_copper.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_copper.json index 67e263d40..80d3b5d91 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_copper.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_copper.json @@ -1,185 +1,186 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.5, - "min_y": 32, - "max_y": 128, - "size": 45, - "random_name": "nether_copper", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_chalcopyrite_ore", - "weight": 20 - }, - { - "block": "gtceu:deepslate_hematite_ore", - "weight": 5 - }, - { - "block": "gtceu:deepslate_pyrite_ore", - "weight": 10 - }, - { - "block": "gtceu:deepslate_copper_ore", - "weight": 65 - }, - { - "block": "gtceu:raw_chalcopyrite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_chalcopyrite_ore", - "weight": 20 - }, - { - "block": "gtceu:pyroxenite_hematite_ore", - "weight": 5 - }, - { - "block": "gtceu:pyroxenite_pyrite_ore", - "weight": 10 - }, - { - "block": "gtceu:pyroxenite_copper_ore", - "weight": 65 - }, - { - "block": "gtceu:raw_chalcopyrite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_chalcopyrite_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_hematite_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_pyrite_ore", - "weight": 10 - }, - { - "block": "gtceu:basalt_copper_ore", - "weight": 65 - }, - { - "block": "gtceu:raw_chalcopyrite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_chalcopyrite_ore", - "weight": 20 - }, - { - "block": "gtceu:dripstone_hematite_ore", - "weight": 5 - }, - { - "block": "gtceu:dripstone_pyrite_ore", - "weight": 10 - }, - { - "block": "gtceu:dripstone_copper_ore", - "weight": 65 - }, - { - "block": "gtceu:raw_chalcopyrite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 2 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:chalcopyrite_indicator", - "weight": 20 - }, - { - "block": "tfc:ore/small_hematite", - "weight": 5 - }, - { - "block": "gtceu:pyrite_indicator", - "weight": 10 - }, - { - "block": "tfc:ore/small_native_copper", - "weight": 65 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 170, + "density": 0.5, + "min_y": 32, + "max_y": 128, + "random_name": "nether_copper", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_chalcopyrite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_chalcopyrite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_hematite_ore", + "weight": 5 + }, + { + "block": "gtceu:deepslate_pyrite_ore", + "weight": 10 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_copper_ore", + "weight": 65 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_chalcopyrite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_chalcopyrite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_hematite_ore", + "weight": 5 + }, + { + "block": "gtceu:pyroxenite_pyrite_ore", + "weight": 10 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_copper_ore", + "weight": 65 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_chalcopyrite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_chalcopyrite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_hematite_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_pyrite_ore", + "weight": 10 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_copper_ore", + "weight": 65 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_chalcopyrite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_chalcopyrite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_hematite_ore", + "weight": 5 + }, + { + "block": "gtceu:dripstone_pyrite_ore", + "weight": 10 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_copper_ore", + "weight": 65 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 2 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:chalcopyrite_indicator", + "weight": 20 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 5 + }, + { + "block": "gtceu:pyrite_indicator", + "weight": 10 + }, + { + "block": "tfc:ore/small_native_copper", + "weight": 65 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet.json index 93a491c5d..9e966015d 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet.json @@ -1,202 +1,203 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 230, - "density": 0.35, - "min_y": 0, - "max_y": 128, - "size": 45, - "random_name": "nether_garnet", - "height": 8, - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_red_garnet_ore", - "weight": 10 - }, - { - "block": "gtceu:deepslate_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:deepslate_amethyst_ore", - "weight": 40 - }, - { - "block": "gtceu:deepslate_opal_ore", - "weight": 40 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - }, - { - "block": "gtceu:raw_red_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:pyroxenite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_amethyst_ore", - "weight": 40 - }, - { - "block": "gtceu:pyroxenite_opal_ore", - "weight": 40 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - }, - { - "block": "gtceu:raw_red_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_amethyst_ore", - "weight": 40 - }, - { - "block": "gtceu:basalt_opal_ore", - "weight": 40 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - }, - { - "block": "gtceu:raw_red_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:dripstone_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:dripstone_amethyst_ore", - "weight": 40 - }, - { - "block": "gtceu:dripstone_opal_ore", - "weight": 40 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - }, - { - "block": "gtceu:raw_red_garnet_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 20, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:amethyst_bud_indicator", - "weight": 40 - }, - { - "block": "gtceu:red_garnet_bud_indicator", - "weight": 5 - }, - { - "block": "gtceu:yellow_garnet_bud_indicator", - "weight": 15 - }, - { - "block": "gtceu:opal_bud_indicator", - "weight": 40 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 8, + "size": 45, + "rarity": 230, + "density": 0.35, + "min_y": 0, + "max_y": 128, + "random_name": "nether_garnet", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_red_garnet_ore", + "weight": 10 + }, + { + "block": "gtceu:raw_red_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_amethyst_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:deepslate_opal_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_red_garnet_ore", + "weight": 10 + }, + { + "block": "gtceu:raw_red_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_amethyst_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_opal_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_red_garnet_ore", + "weight": 10 + }, + { + "block": "gtceu:raw_red_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_amethyst_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_opal_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_red_garnet_ore", + "weight": 10 + }, + { + "block": "gtceu:raw_red_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_amethyst_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:dripstone_opal_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:red_garnet_bud_indicator", + "weight": 10 + }, + { + "block": "gtceu:yellow_garnet_bud_indicator", + "weight": 15 + }, + { + "block": "gtceu:amethyst_bud_indicator", + "weight": 40 + }, + { + "block": "gtceu:opal_bud_indicator", + "weight": 40 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet_tin.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet_tin.json index 29b513713..6642a215f 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet_tin.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet_tin.json @@ -1,324 +1,325 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 270, - "density": 0.35, - "min_y": 24, - "max_y": 128, - "size": 45, - "random_name": "nether_garnet_tin", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:deepslate_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_diatomite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_cassiterite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_garnet_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_asbestos_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_diatomite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_cassiterite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_garnet_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_asbestos_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:dripstone_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_diatomite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_cassiterite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_garnet_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_asbestos_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_diatomite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_cassiterite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_garnet_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_asbestos_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_diatomite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_cassiterite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_garnet_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_asbestos_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_diatomite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_cassiterite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_garnet_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_asbestos_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_diatomite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_cassiterite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_garnet_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_asbestos_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_diatomite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_cassiterite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_garnet_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_asbestos_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_cassiterite", - "weight": 35 - }, - { - "block": "gtceu:garnet_sand_indicator", - "weight": 25 - }, - { - "block": "gtceu:asbestos_indicator", - "weight": 25 - }, - { - "block": "gtceu:diatomite_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 270, + "density": 0.35, + "min_y": 24, + "max_y": 128, + "random_name": "nether_garnet_tin", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_garnet_sand_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_asbestos_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_garnet_sand_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_asbestos_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_garnet_sand_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_asbestos_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:granite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_garnet_sand_block", + "weight": 1 + }, + { + "block": "gtceu:granite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_asbestos_block", + "weight": 1 + }, + { + "block": "gtceu:granite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_garnet_sand_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_asbestos_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_garnet_sand_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_asbestos_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:schist_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_garnet_sand_block", + "weight": 1 + }, + { + "block": "gtceu:schist_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_asbestos_block", + "weight": 1 + }, + { + "block": "gtceu:schist_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_garnet_sand_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_asbestos_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_diatomite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "tfc:ore/small_cassiterite", + "weight": 35 + }, + { + "block": "gtceu:garnet_sand_indicator", + "weight": 25 + }, + { + "block": "gtceu:asbestos_indicator", + "weight": 25 + }, + { + "block": "gtceu:diatomite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnierite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnierite.json index ef8a963c9..0b179b9f1 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnierite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnierite.json @@ -1,155 +1,160 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 160, - "density": 0.5, - "min_y": 16, - "max_y": 128, - "size": 45, - "random_name": "nether_garnierite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_garnierite_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_nickel_ore", - "weight": 10 - }, - { - "block": "gtceu:gabbro_cobaltite_ore", - "weight": 20 - }, - { - "block": "gtceu:gabbro_pentlandite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_cobalt_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_garnierite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cobaltite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_garnierite_ore", - "weight": 30 - }, - { - "block": "gtceu:diorite_nickel_ore", - "weight": 10 - }, - { - "block": "gtceu:diorite_cobaltite_ore", - "weight": 20 - }, - { - "block": "gtceu:diorite_pentlandite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_cobalt_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_garnierite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cobaltite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_garnierite_ore", - "weight": 30 - }, - { - "block": "gtceu:pyroxenite_nickel_ore", - "weight": 10 - }, - { - "block": "gtceu:pyroxenite_cobaltite_ore", - "weight": 20 - }, - { - "block": "gtceu:pyroxenite_pentlandite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_cobalt_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_garnierite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cobaltite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_garnierite", - "weight": 40 - }, - { - "block": "gtceu:pentlandite_indicator", - "weight": 25 - }, - { - "block": "gtceu:cobaltite_indicator", - "weight": 20 - }, - { - "block": "gtceu:cobalt_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 160, + "density": 0.5, + "min_y": 16, + "max_y": 128, + "random_name": "nether_garnierite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_garnierite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_garnierite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_nickel_ore", + "weight": 10 + }, + { + "block": "gtceu:gabbro_cobaltite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_cobaltite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_pentlandite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_cobalt_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_garnierite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_garnierite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_nickel_ore", + "weight": 10 + }, + { + "block": "gtceu:diorite_cobaltite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_cobaltite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_pentlandite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_cobalt_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_garnierite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_garnierite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_nickel_ore", + "weight": 10 + }, + { + "block": "gtceu:pyroxenite_cobaltite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_cobaltite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_pentlandite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_cobalt_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "tfc:ore/small_garnierite", + "weight": 30 + }, + { + "block": "tfc:ore/small_garnierite", + "weight": 10 + }, + { + "block": "gtceu:cobaltite_indicator", + "weight": 20 + }, + { + "block": "gtceu:pentlandite_indicator", + "weight": 25 + }, + { + "block": "gtceu:cobalt_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_goethite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_goethite.json new file mode 100644 index 000000000..ee11316fa --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_goethite.json @@ -0,0 +1,202 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 37, + "rarity": 240, + "density": 0.45, + "min_y": 0, + "max_y": 128, + "random_name": "nether_goethite", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_goethite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 3 + }, + { + "block": "gtceu:deepslate_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_limonite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_malachite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_malachite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_goethite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 3 + }, + { + "block": "gtceu:pyroxenite_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_limonite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_malachite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_malachite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_goethite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 3 + }, + { + "block": "gtceu:basalt_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_limonite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_malachite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_malachite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_goethite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 3 + }, + { + "block": "gtceu:dripstone_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_limonite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_malachite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_malachite_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 50 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 15 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 15 + }, + { + "block": "tfc:ore/small_malachite", + "weight": 20 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_gold.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_gold.json index ce1f21bf1..9ebda997b 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_gold.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_gold.json @@ -1,224 +1,225 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 260, - "density": 0.55, - "min_y": 0, - "max_y": 128, - "size": 37, - "random_name": "nether_gold", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:gabbro_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:gabbro_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:diorite_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:diorite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:gneiss_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:gneiss_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:gneiss_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:granite_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:granite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:schist_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:schist_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:schist_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:pyroxenite_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:pyroxenite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_limonite", - "weight": 5 - }, - { - "block": "tfc:ore/small_hematite", - "weight": 15 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 75 - }, - { - "block": "gtceu:goethite_indicator", - "weight": 5 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 37, + "rarity": 260, + "density": 0.55, + "min_y": 0, + "max_y": 128, + "random_name": "nether_gold", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:gabbro_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:gabbro_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:diorite_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:diorite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:gneiss_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:gneiss_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:granite_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:granite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:schist_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:schist_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:pyroxenite_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:pyroxenite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 5 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 5 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 15 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 75 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_graphite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_graphite.json index ca52f0077..7cd434eba 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_graphite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_graphite.json @@ -1,202 +1,203 @@ { - "type": "tfc:pipe_vein", - "config": { - "rarity": 120, - "density": 0.35, - "min_y": 0, - "max_y": 128, - "random_name": "nether_graphite", - "min_skew": 6, - "max_skew": 18, - "min_slant": 0, - "max_slant": 5, - "sign": 0, - "height": 60, - "radius": 12, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:gabbro_diamond_ore", - "weight": 40 - }, - { - "block": "gtceu:gabbro_coal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_graphite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diamond_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:gneiss_diamond_ore", - "weight": 40 - }, - { - "block": "gtceu:gneiss_coal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_graphite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diamond_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:diorite_diamond_ore", - "weight": 40 - }, - { - "block": "gtceu:diorite_coal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_graphite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diamond_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:schist_diamond_ore", - "weight": 40 - }, - { - "block": "gtceu:schist_coal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_graphite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diamond_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:granite_diamond_ore", - "weight": 40 - }, - { - "block": "gtceu:granite_coal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_graphite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diamond_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:pyroxenite_diamond_ore", - "weight": 40 - }, - { - "block": "gtceu:pyroxenite_coal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_graphite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diamond_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 10, - "depth": 1, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:graphite_indicator", - "weight": 45 - }, - { - "block": "gtceu:coal_indicator", - "weight": 15 - }, - { - "block": "gtceu:diamond_bud_indicator", - "weight": 40 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:pipe_vein", + "config": { + "height": 60, + "radius": 12, + "min_skew": 6, + "max_skew": 18, + "min_slant": 0, + "max_slant": 5, + "sign": 0, + "rarity": 120, + "density": 0.35, + "min_y": 0, + "max_y": 128, + "random_name": "nether_graphite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_graphite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_diamond_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_diamond_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_coal_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_graphite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_diamond_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_diamond_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_coal_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_graphite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_diamond_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_diamond_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_coal_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_graphite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_diamond_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_diamond_block", + "weight": 1 + }, + { + "block": "gtceu:schist_coal_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_graphite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_diamond_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_diamond_block", + "weight": 1 + }, + { + "block": "gtceu:granite_coal_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_graphite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_diamond_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_diamond_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_coal_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:graphite_indicator", + "weight": 45 + }, + { + "block": "gtceu:coal_bud_indicator", + "weight": 15 + }, + { + "block": "gtceu:diamond_bud_indicator", + "weight": 40 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_hematite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_hematite.json index 5b5edd376..e3e05d3ba 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_hematite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_hematite.json @@ -1,205 +1,206 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.45, - "min_y": 0, - "max_y": 128, - "size": 35, - "random_name": "nether_hematite", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_goethite_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:deepslate_hematite_ore", - "weight": 35 - }, - { - "block": "gtceu:deepslate_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:deepslate_ruby_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 3 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_goethite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_hematite_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:pyroxenite_ruby_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 3 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_goethite_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_hematite_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_ruby_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 3 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_goethite_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:dripstone_hematite_ore", - "weight": 35 - }, - { - "block": "gtceu:dripstone_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:dripstone_ruby_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 3 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_hematite", - "weight": 35 - }, - { - "block": "tfc:ore/small_limonite", - "weight": 15 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 5 - }, - { - "block": "gtceu:ruby_bud_indicator", - "weight": 20 - }, - { - "block": "gtceu:goethite_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 35, + "rarity": 220, + "density": 0.45, + "min_y": 0, + "max_y": 128, + "random_name": "nether_hematite", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_goethite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:deepslate_hematite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 3 + }, + { + "block": "gtceu:deepslate_gold_ore", + "weight": 5 + }, + { + "block": "gtceu:deepslate_ruby_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_goethite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:pyroxenite_hematite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 3 + }, + { + "block": "gtceu:pyroxenite_gold_ore", + "weight": 5 + }, + { + "block": "gtceu:pyroxenite_ruby_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_goethite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_hematite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 3 + }, + { + "block": "gtceu:basalt_gold_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_ruby_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_goethite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:dripstone_hematite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 3 + }, + { + "block": "gtceu:dripstone_gold_ore", + "weight": 5 + }, + { + "block": "gtceu:dripstone_ruby_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 25 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 15 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 35 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 5 + }, + { + "block": "gtceu:ruby_bud_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lapis.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lapis.json index 0c2867ce2..43c2a3c2a 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lapis.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lapis.json @@ -1,149 +1,150 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.35, - "min_y": 32, - "max_y": 128, - "size": 40, - "random_name": "nether_lapis", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:deepslate_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_calcite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_lazurite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sodalite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_lapis_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:dripstone_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_calcite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_lazurite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sodalite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_lapis_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_calcite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_lazurite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sodalite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_lapis_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:calcite_indicator", - "weight": 15 - }, - { - "block": "gtceu:lazurite_bud_indicator", - "weight": 35 - }, - { - "block": "gtceu:sodalite_bud_indicator", - "weight": 25 - }, - { - "block": "gtceu:lapis_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 220, + "density": 0.35, + "min_y": 32, + "max_y": 128, + "random_name": "nether_lapis", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_lazurite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_sodalite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_lapis_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_calcite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_lazurite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_sodalite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_lapis_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_calcite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_lazurite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_sodalite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_lapis_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_calcite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:lazurite_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:sodalite_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:lapis_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:calcite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_limonite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_limonite.json deleted file mode 100644 index 5b6835b86..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_limonite.json +++ /dev/null @@ -1,205 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 240, - "density": 0.45, - "min_y": 0, - "max_y": 128, - "size": 37, - "random_name": "nether_limonite", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_goethite_ore", - "weight": 50 - }, - { - "block": "gtceu:deepslate_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:deepslate_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:deepslate_malachite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_yellow_limonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 3 - }, - { - "block": "gtceu:raw_malachite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_goethite_ore", - "weight": 50 - }, - { - "block": "gtceu:pyroxenite_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_malachite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_yellow_limonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 3 - }, - { - "block": "gtceu:raw_malachite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_goethite_ore", - "weight": 50 - }, - { - "block": "gtceu:basalt_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_malachite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_yellow_limonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 3 - }, - { - "block": "gtceu:raw_malachite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_goethite_ore", - "weight": 50 - }, - { - "block": "gtceu:dripstone_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:dripstone_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:dripstone_malachite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_yellow_limonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 3 - }, - { - "block": "gtceu:raw_malachite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_hematite", - "weight": 15 - }, - { - "block": "tfc:ore/small_limonite", - "weight": 15 - }, - { - "block": "tfc:ore/small_malachite", - "weight": 10 - }, - { - "block": "gtceu:goethite_indicator", - "weight": 50 - }, - { - "block": "gtceu:malachite_bud_indicator", - "weight": 10 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lubricant.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lubricant.json index 3a961cb8a..541c3885f 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lubricant.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lubricant.json @@ -1,300 +1,301 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.35, - "min_y": 32, - "max_y": 128, - "size": 41, - "random_name": "nether_lubricant", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_soapstone_ore", - "weight": 30 - }, - { - "block": "gtceu:granite_talc_ore", - "weight": 20 - }, - { - "block": "gtceu:granite_glauconite_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_trona_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_soapstone_block", - "weight": 1 - }, - { - "block": "gtceu:raw_talc_block", - "weight": 1 - }, - { - "block": "gtceu:raw_glauconite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_soapstone_ore", - "weight": 30 - }, - { - "block": "gtceu:diorite_talc_ore", - "weight": 20 - }, - { - "block": "gtceu:diorite_glauconite_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_trona_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_soapstone_block", - "weight": 1 - }, - { - "block": "gtceu:raw_talc_block", - "weight": 1 - }, - { - "block": "gtceu:raw_glauconite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_soapstone_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_talc_ore", - "weight": 20 - }, - { - "block": "gtceu:gabbro_glauconite_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_trona_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_soapstone_block", - "weight": 1 - }, - { - "block": "gtceu:raw_talc_block", - "weight": 1 - }, - { - "block": "gtceu:raw_glauconite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_soapstone_ore", - "weight": 30 - }, - { - "block": "gtceu:schist_talc_ore", - "weight": 20 - }, - { - "block": "gtceu:schist_glauconite_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:schist_trona_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_soapstone_block", - "weight": 1 - }, - { - "block": "gtceu:raw_talc_block", - "weight": 1 - }, - { - "block": "gtceu:raw_glauconite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_soapstone_ore", - "weight": 30 - }, - { - "block": "gtceu:gneiss_talc_ore", - "weight": 20 - }, - { - "block": "gtceu:gneiss_glauconite_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:gneiss_trona_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_soapstone_block", - "weight": 1 - }, - { - "block": "gtceu:raw_talc_block", - "weight": 1 - }, - { - "block": "gtceu:raw_glauconite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_soapstone_ore", - "weight": 30 - }, - { - "block": "gtceu:pyroxenite_talc_ore", - "weight": 20 - }, - { - "block": "gtceu:pyroxenite_glauconite_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_trona_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_soapstone_block", - "weight": 1 - }, - { - "block": "gtceu:raw_talc_block", - "weight": 1 - }, - { - "block": "gtceu:raw_glauconite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:soapstone_indicator", - "weight": 30 - }, - { - "block": "gtceu:talc_indicator", - "weight": 20 - }, - { - "block": "gtceu:glauconite_sand_indicator", - "weight": 25 - }, - { - "block": "gtceu:pentlandite_indicator", - "weight": 15 - }, - { - "block": "gtceu:trona_indicator", - "weight": 10 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 41, + "rarity": 250, + "density": 0.35, + "min_y": 32, + "max_y": 128, + "random_name": "nether_lubricant", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_soapstone_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_soapstone_block", + "weight": 1 + }, + { + "block": "gtceu:granite_talc_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_talc_block", + "weight": 1 + }, + { + "block": "gtceu:granite_glauconite_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_glauconite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:granite_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_trona_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_soapstone_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_soapstone_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_talc_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_talc_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_glauconite_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_glauconite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_trona_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_soapstone_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_soapstone_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_talc_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_talc_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_glauconite_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_glauconite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_trona_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_soapstone_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_soapstone_block", + "weight": 1 + }, + { + "block": "gtceu:schist_talc_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_talc_block", + "weight": 1 + }, + { + "block": "gtceu:schist_glauconite_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_glauconite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:schist_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_trona_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_soapstone_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_soapstone_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_talc_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_talc_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_glauconite_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_glauconite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_trona_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_soapstone_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_soapstone_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_talc_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_talc_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_glauconite_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_glauconite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_trona_ore", + "weight": 10 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:soapstone_indicator", + "weight": 30 + }, + { + "block": "gtceu:talc_indicator", + "weight": 20 + }, + { + "block": "gtceu:glauconite_sand_indicator", + "weight": 25 + }, + { + "block": "gtceu:pentlandite_indicator", + "weight": 15 + }, + { + "block": "gtceu:trona_indicator", + "weight": 10 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_magnetite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_magnetite.json index d2c96947e..8791870e7 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_magnetite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_magnetite.json @@ -1,205 +1,206 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 205, - "density": 0.4, - "min_y": 0, - "max_y": 128, - "size": 39, - "random_name": "nether_magnetite", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:deepslate_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:deepslate_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:deepslate_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:deepslate_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - }, - { - "block": "gtceu:raw_vanadium_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:pyroxenite_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:pyroxenite_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - }, - { - "block": "gtceu:raw_vanadium_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:basalt_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - }, - { - "block": "gtceu:raw_vanadium_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:dripstone_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:dripstone_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:dripstone_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:dripstone_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - }, - { - "block": "gtceu:raw_vanadium_magnetite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_magnetite", - "weight": 5 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 15 - }, - { - "block": "firmalife:ore/small_chromite", - "weight": 60 - }, - { - "block": "gtceu:vanadium_magnetite_indicator", - "weight": 15 - }, - { - "block": "gtceu:sapphire_bud_indicator", - "weight": 5 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 39, + "rarity": 205, + "density": 0.4, + "min_y": 0, + "max_y": 128, + "random_name": "nether_magnetite", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:deepslate_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_vanadium_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 2 + }, + { + "block": "gtceu:deepslate_gold_ore", + "weight": 15 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:pyroxenite_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_vanadium_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_gold_ore", + "weight": 15 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_vanadium_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_gold_ore", + "weight": 15 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:dripstone_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_vanadium_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 2 + }, + { + "block": "gtceu:dripstone_gold_ore", + "weight": 15 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_sapphire_ore", + "weight": 5 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "tfc:ore/small_magnetite", + "weight": 5 + }, + { + "block": "gtceu:vanadium_magnetite_indicator", + "weight": 15 + }, + { + "block": "firmalife:ore/small_chromite", + "weight": 60 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 15 + }, + { + "block": "gtceu:sapphire_bud_indicator", + "weight": 5 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_manganese.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_manganese.json index 2d0f70efa..9ad956b13 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_manganese.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_manganese.json @@ -1,185 +1,186 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 195, - "density": 0.4, - "min_y": 32, - "max_y": 128, - "size": 45, - "random_name": "nether_manganese", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:deepslate_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:deepslate_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:deepslate_tantalite_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_grossular_block", - "weight": 1 - }, - { - "block": "gtceu:raw_spessartine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrolusite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:basalt_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_tantalite_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_grossular_block", - "weight": 1 - }, - { - "block": "gtceu:raw_spessartine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrolusite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:pyroxenite_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:pyroxenite_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:pyroxenite_tantalite_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_grossular_block", - "weight": 1 - }, - { - "block": "gtceu:raw_spessartine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrolusite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:dripstone_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:dripstone_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:dripstone_tantalite_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_grossular_block", - "weight": 1 - }, - { - "block": "gtceu:raw_spessartine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrolusite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:pyrolusite_indicator", - "weight": 20 - }, - { - "block": "gtceu:tantalite_indicator", - "weight": 10 - }, - { - "block": "gtceu:grossular_bud_indicator", - "weight": 30 - }, - { - "block": "gtceu:spessartine_bud_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 195, + "density": 0.4, + "min_y": 32, + "max_y": 128, + "random_name": "nether_manganese", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_grossular_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_spessartine_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_pyrolusite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_grossular_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_spessartine_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_pyrolusite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_grossular_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_spessartine_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_pyrolusite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_grossular_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_spessartine_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_pyrolusite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_tantalite_ore", + "weight": 10 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:grossular_bud_indicator", + "weight": 30 + }, + { + "block": "gtceu:spessartine_bud_indicator", + "weight": 20 + }, + { + "block": "gtceu:pyrolusite_indicator", + "weight": 20 + }, + { + "block": "gtceu:tantalite_indicator", + "weight": 10 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_mica.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_mica.json index b56efb749..aad3151da 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_mica.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_mica.json @@ -1,272 +1,273 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.35, - "min_y": 32, - "max_y": 128, - "size": 41, - "random_name": "nether_mica", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_kyanite_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_mica_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_pollucite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_kyanite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_mica_block", - "weight": 1 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pollucite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_kyanite_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_mica_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_pollucite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_kyanite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_mica_block", - "weight": 1 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pollucite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_kyanite_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_mica_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_pollucite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_kyanite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_mica_block", - "weight": 1 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pollucite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_kyanite_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_mica_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_pollucite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_kyanite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_mica_block", - "weight": 1 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pollucite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_kyanite_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_mica_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_pollucite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_kyanite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_mica_block", - "weight": 1 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pollucite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_kyanite_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_mica_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_pollucite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_kyanite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_mica_block", - "weight": 1 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pollucite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:kyanite_indicator", - "weight": 35 - }, - { - "block": "gtceu:mica_indicator", - "weight": 25 - }, - { - "block": "gtceu:bauxite_indicator", - "weight": 25 - }, - { - "block": "gtceu:pollucite_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 41, + "rarity": 220, + "density": 0.35, + "min_y": 32, + "max_y": 128, + "random_name": "nether_mica", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_kyanite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_mica_block", + "weight": 1 + }, + { + "block": "gtceu:granite_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_pollucite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pollucite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_kyanite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_mica_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_pollucite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pollucite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_kyanite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_mica_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_pollucite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pollucite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_kyanite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_mica_block", + "weight": 1 + }, + { + "block": "gtceu:schist_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_pollucite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pollucite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_kyanite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_mica_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_pollucite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pollucite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_kyanite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_mica_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_pollucite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pollucite_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:kyanite_indicator", + "weight": 35 + }, + { + "block": "gtceu:mica_indicator", + "weight": 25 + }, + { + "block": "gtceu:bauxite_indicator", + "weight": 25 + }, + { + "block": "gtceu:pollucite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_molybdenum.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_molybdenum.json index 3a670bc01..99074189e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_molybdenum.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_molybdenum.json @@ -1,224 +1,225 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 245, - "density": 0.55, - "min_y": 0, - "max_y": 128, - "size": 31, - "random_name": "nether_molybdenum", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:gneiss_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:gneiss_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:gneiss_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:schist_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:schist_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:schist_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:granite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:granite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:diorite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:diorite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:gabbro_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:pyroxenite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:pyroxenite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:wulfenite_indicator", - "weight": 40 - }, - { - "block": "gtceu:molybdenite_indicator", - "weight": 30 - }, - { - "block": "gtceu:molybdenum_indicator", - "weight": 15 - }, - { - "block": "gtceu:powellite_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 31, + "rarity": 245, + "density": 0.55, + "min_y": 0, + "max_y": 128, + "random_name": "nether_molybdenum", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:gneiss_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:schist_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:granite_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:diorite_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:pyroxenite_powellite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:wulfenite_indicator", + "weight": 40 + }, + { + "block": "gtceu:molybdenite_indicator", + "weight": 30 + }, + { + "block": "gtceu:molybdenum_indicator", + "weight": 15 + }, + { + "block": "gtceu:powellite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_monazite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_monazite.json index a13ec81e0..86f017b68 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_monazite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_monazite.json @@ -1,220 +1,221 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 185, - "density": 0.35, - "min_y": 24, - "max_y": 128, - "size": 45, - "random_name": "nether_monazite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:granite_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_neodymium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bastnasite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_monazite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_neodymium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:diorite_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_neodymium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bastnasite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_monazite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_neodymium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:gabbro_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_neodymium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bastnasite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_monazite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_neodymium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:schist_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_neodymium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bastnasite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_monazite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_neodymium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:gneiss_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_neodymium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bastnasite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_monazite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_neodymium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:pyroxenite_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_neodymium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bastnasite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_monazite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_neodymium_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:bastnasite_indicator", - "weight": 50 - }, - { - "block": "gtceu:neodymium_indicator", - "weight": 25 - }, - { - "block": "gtceu:monazite_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 185, + "density": 0.35, + "min_y": 24, + "max_y": 128, + "random_name": "nether_monazite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_bastnasite_block", + "weight": 2 + }, + { + "block": "gtceu:granite_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_monazite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_neodymium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_neodymium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_bastnasite_block", + "weight": 2 + }, + { + "block": "gtceu:diorite_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_monazite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_neodymium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_neodymium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_bastnasite_block", + "weight": 2 + }, + { + "block": "gtceu:gabbro_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_monazite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_neodymium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_neodymium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_bastnasite_block", + "weight": 2 + }, + { + "block": "gtceu:schist_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_monazite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_neodymium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_neodymium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_bastnasite_block", + "weight": 2 + }, + { + "block": "gtceu:gneiss_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_monazite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_neodymium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_neodymium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_bastnasite_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_monazite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_neodymium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_neodymium_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:bastnasite_indicator", + "weight": 50 + }, + { + "block": "gtceu:monazite_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:neodymium_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_naquadah.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_naquadah.json index e774cbd0c..3f7541f38 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_naquadah.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_naquadah.json @@ -1,77 +1,78 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.30, - "min_y": 0, - "max_y": 38, - "size": 32, - "random_name": "nether_naquadah", - "blocks": [ - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_naquadah_ore", - "weight": 75 - }, - { - "block": "gtceu:pyroxenite_plutonium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_naquadah_block", - "weight": 2 - }, - { - "block": "gtceu:raw_plutonium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_naquadah_ore", - "weight": 75 - }, - { - "block": "gtceu:basalt_plutonium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_naquadah_block", - "weight": 2 - }, - { - "block": "gtceu:raw_plutonium_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:naquadah_indicator", - "weight": 75 - }, - { - "block": "gtceu:plutonium_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 32, + "rarity": 250, + "density": 0.3, + "min_y": 0, + "max_y": 38, + "random_name": "nether_naquadah", + "blocks": [ + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_naquadah_ore", + "weight": 75 + }, + { + "block": "gtceu:raw_naquadah_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_plutonium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_plutonium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_naquadah_ore", + "weight": 75 + }, + { + "block": "gtceu:raw_naquadah_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_plutonium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_plutonium_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:naquadah_indicator", + "weight": 75 + }, + { + "block": "gtceu:plutonium_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_olivine.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_olivine.json index 7d79f8af2..c46ba4b71 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_olivine.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_olivine.json @@ -1,185 +1,186 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.35, - "min_y": 24, - "max_y": 128, - "size": 31, - "random_name": "nether_olivine", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:deepslate_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_glauconite_sand_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bentonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_magnesite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_olivine_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_glauconite_sand_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bentonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_magnesite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_olivine_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_glauconite_sand_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bentonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_magnesite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_olivine_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:dripstone_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_glauconite_sand_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bentonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_magnesite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_olivine_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:bentonite_indicator", - "weight": 35 - }, - { - "block": "gtceu:magnesite_indicator", - "weight": 25 - }, - { - "block": "gtceu:glauconite_sand_indicator", - "weight": 15 - }, - { - "block": "gtceu:olivine_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 31, + "rarity": 250, + "density": 0.35, + "min_y": 24, + "max_y": 128, + "random_name": "nether_olivine", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bentonite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_magnesite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_olivine_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bentonite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_magnesite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_olivine_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bentonite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_magnesite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_olivine_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bentonite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_magnesite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_olivine_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_glauconite_sand_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:bentonite_indicator", + "weight": 35 + }, + { + "block": "gtceu:magnesite_indicator", + "weight": 25 + }, + { + "block": "gtceu:olivine_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:glauconite_sand_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_pitchblende.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_pitchblende.json index 68888ff38..c1192c401 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_pitchblende.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_pitchblende.json @@ -1,168 +1,169 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.55, - "min_y": 0, - "max_y": 128, - "size": 29, - "random_name": "nether_pitchblende", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:granite_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:diorite_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:gabbro_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:schist_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:gneiss_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:pyroxenite_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:pitchblende_indicator", - "weight": 50 - }, - { - "block": "gtceu:uraninite_indicator", - "weight": 50 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 29, + "rarity": 220, + "density": 0.55, + "min_y": 0, + "max_y": 128, + "random_name": "nether_pitchblende", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:granite_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:schist_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:pitchblende_indicator", + "weight": 50 + }, + { + "block": "gtceu:uraninite_indicator", + "weight": 50 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_quartz.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_quartz.json index a1fad095e..979052305 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_quartz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_quartz.json @@ -1,230 +1,231 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 150, - "density": 0.4, - "min_y": 0, - "max_y": 128, - "size": 45, - "random_name": "nether_quartz", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_quartzite_ore", - "weight": 30 - }, - { - "block": "gtceu:deepslate_nether_quartz_ore", - "weight": 65 - }, - { - "block": "gtceu:deepslate_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_quartzite_ore", - "weight": 30 - }, - { - "block": "gtceu:pyroxenite_nether_quartz_ore", - "weight": 65 - }, - { - "block": "gtceu:pyroxenite_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_quartzite_ore", - "weight": 30 - }, - { - "block": "gtceu:basalt_nether_quartz_ore", - "weight": 65 - }, - { - "block": "gtceu:basalt_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_quartzite_ore", - "weight": 30 - }, - { - "block": "gtceu:dripstone_nether_quartz_ore", - "weight": 65 - }, - { - "block": "gtceu:dripstone_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_quartzite_ore", - "weight": 30 - }, - { - "block": "gtceu:granite_nether_quartz_ore", - "weight": 65 - }, - { - "block": "gtceu:granite_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_quartzite_ore", - "weight": 30 - }, - { - "block": "gtceu:diorite_nether_quartz_ore", - "weight": 65 - }, - { - "block": "gtceu:diorite_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_quartzite_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_nether_quartz_ore", - "weight": 65 - }, - { - "block": "gtceu:gabbro_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 2 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:barite_indicator", - "weight": 25 - }, - { - "block": "gtceu:nether_quartz_bud_indicator", - "weight": 65 - }, - { - "block": "gtceu:quartzite_bud_indicator", - "weight": 30 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 150, + "density": 0.4, + "min_y": 0, + "max_y": 128, + "random_name": "nether_quartz", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_quartzite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_nether_quartz_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 2 + }, + { + "block": "gtceu:deepslate_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_quartzite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_nether_quartz_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_quartzite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_nether_quartz_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_quartzite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_nether_quartz_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 2 + }, + { + "block": "gtceu:dripstone_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_quartzite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_nether_quartz_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 2 + }, + { + "block": "gtceu:granite_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_quartzite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_nether_quartz_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 2 + }, + { + "block": "gtceu:diorite_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_quartzite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_nether_quartz_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 2 + }, + { + "block": "gtceu:gabbro_barite_ore", + "weight": 25 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:quartzite_bud_indicator", + "weight": 30 + }, + { + "block": "gtceu:nether_quartz_bud_indicator", + "weight": 65 + }, + { + "block": "gtceu:barite_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_redstone.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_redstone.json index c7aa20d08..7274eeaae 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_redstone.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_redstone.json @@ -1,96 +1,97 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 160, - "density": 0.5, - "min_y": 0, - "max_y": 128, - "size": 45, - "random_name": "nether_redstone", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_redstone_ore", - "weight": 45 - }, - { - "block": "gtceu:granite_ruby_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_cinnabar_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_redstone_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cinnabar_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_redstone_ore", - "weight": 45 - }, - { - "block": "gtceu:pyroxenite_ruby_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_cinnabar_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_redstone_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cinnabar_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:redstone_indicator", - "weight": 45 - }, - { - "block": "gtceu:ruby_bud_indicator", - "weight": 35 - }, - { - "block": "gtceu:cinnabar_bud_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 160, + "density": 0.5, + "min_y": 0, + "max_y": 128, + "random_name": "nether_redstone", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_redstone_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_redstone_block", + "weight": 1 + }, + { + "block": "gtceu:granite_ruby_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + }, + { + "block": "gtceu:granite_cinnabar_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_cinnabar_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_redstone_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_redstone_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_ruby_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_cinnabar_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_cinnabar_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:redstone_indicator", + "weight": 45 + }, + { + "block": "gtceu:ruby_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:cinnabar_bud_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_saltpeter.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_saltpeter.json index ce6e2ee08..e6735ced6 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_saltpeter.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_saltpeter.json @@ -1,248 +1,249 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 210, - "density": 0.4, - "min_y": 32, - "max_y": 128, - "size": 50, - "random_name": "nether_saltpeter", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_saltpeter_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_diatomite_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_electrotine_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_alunite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_saltpeter_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diatomite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_electrotine_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_saltpeter_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_diatomite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_electrotine_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_alunite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_saltpeter_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diatomite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_electrotine_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_saltpeter_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_diatomite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_electrotine_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_alunite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_saltpeter_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diatomite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_electrotine_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_saltpeter_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_diatomite_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_electrotine_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_alunite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_saltpeter_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diatomite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_electrotine_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_saltpeter_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_diatomite_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_electrotine_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_alunite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_saltpeter_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diatomite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_electrotine_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_saltpeter_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_diatomite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_electrotine_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_alunite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_saltpeter_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diatomite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_electrotine_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:saltpeter_indicator", - "weight": 35 - }, - { - "block": "gtceu:diatomite_indicator", - "weight": 25 - }, - { - "block": "gtceu:electrotine_indicator", - "weight": 25 - }, - { - "block": "gtceu:alunite_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 50, + "rarity": 210, + "density": 0.4, + "min_y": 32, + "max_y": 128, + "random_name": "nether_saltpeter", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_saltpeter_block", + "weight": 1 + }, + { + "block": "gtceu:granite_diatomite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_diatomite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_electrotine_block", + "weight": 1 + }, + { + "block": "gtceu:granite_alunite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_saltpeter_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_diatomite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_diatomite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_electrotine_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_alunite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_saltpeter_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_diatomite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_diatomite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_electrotine_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_alunite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_saltpeter_block", + "weight": 1 + }, + { + "block": "gtceu:schist_diatomite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_diatomite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_electrotine_block", + "weight": 1 + }, + { + "block": "gtceu:schist_alunite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_saltpeter_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_diatomite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_diatomite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_electrotine_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_alunite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_saltpeter_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_diatomite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_diatomite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_electrotine_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_alunite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:saltpeter_indicator", + "weight": 35 + }, + { + "block": "gtceu:diatomite_indicator", + "weight": 25 + }, + { + "block": "gtceu:electrotine_indicator", + "weight": 25 + }, + { + "block": "gtceu:alunite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sapphire.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sapphire.json index d8d40fceb..d728f61b7 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sapphire.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sapphire.json @@ -1,273 +1,274 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 180, - "density": 0.45, - "min_y": 0, - "max_y": 128, - "size": 33, - "random_name": "nether_sapphire", - "height": 8, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sapphire_block", - "weight": 1 - }, - { - "block": "gtceu:raw_green_sapphire_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sapphire_block", - "weight": 1 - }, - { - "block": "gtceu:raw_green_sapphire_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:gneiss_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sapphire_block", - "weight": 1 - }, - { - "block": "gtceu:raw_green_sapphire_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sapphire_block", - "weight": 1 - }, - { - "block": "gtceu:raw_green_sapphire_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:schist_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sapphire_block", - "weight": 1 - }, - { - "block": "gtceu:raw_green_sapphire_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sapphire_block", - "weight": 1 - }, - { - "block": "gtceu:raw_green_sapphire_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:almandine_bud_indicator", - "weight": 35 - }, - { - "block": "gtceu:pyrope_bud_indicator", - "weight": 25 - }, - { - "block": "gtceu:sapphire_bud_indicator", - "weight": 15 - }, - { - "block": "gtceu:green_sapphire_bud_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 8, + "size": 33, + "rarity": 180, + "density": 0.45, + "min_y": 0, + "max_y": 128, + "random_name": "nether_sapphire", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sapphire_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_green_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_green_sapphire_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:granite_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:granite_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sapphire_block", + "weight": 1 + }, + { + "block": "gtceu:granite_green_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_green_sapphire_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sapphire_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_green_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_green_sapphire_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sapphire_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_green_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_green_sapphire_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:schist_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:schist_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sapphire_block", + "weight": 1 + }, + { + "block": "gtceu:schist_green_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_green_sapphire_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sapphire_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_green_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_green_sapphire_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:almandine_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:pyrope_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:sapphire_bud_indicator", + "weight": 15 + }, + { + "block": "gtceu:green_sapphire_bud_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_scheelite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_scheelite.json index 955f9e7bb..4dfa0a3a5 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_scheelite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_scheelite.json @@ -1,220 +1,221 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 180, - "density": 0.45, - "min_y": 0, - "max_y": 128, - "size": 25, - "random_name": "nether_scheelite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:granite_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_lithium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:diorite_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_lithium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:gabbro_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_lithium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:gneiss_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_lithium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:schist_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_lithium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:pyroxenite_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_lithium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:scheelite_indicator", - "weight": 45 - }, - { - "block": "gtceu:tungstate_indicator", - "weight": 35 - }, - { - "block": "gtceu:lithium_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 25, + "rarity": 180, + "density": 0.45, + "min_y": 0, + "max_y": 128, + "random_name": "nether_scheelite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 2 + }, + { + "block": "gtceu:granite_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:granite_lithium_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_lithium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 2 + }, + { + "block": "gtceu:diorite_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_lithium_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_lithium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 2 + }, + { + "block": "gtceu:gabbro_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_lithium_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_lithium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 2 + }, + { + "block": "gtceu:gneiss_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_lithium_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_lithium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 2 + }, + { + "block": "gtceu:schist_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:schist_lithium_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_lithium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_lithium_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_lithium_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:scheelite_indicator", + "weight": 45 + }, + { + "block": "gtceu:tungstate_indicator", + "weight": 35 + }, + { + "block": "gtceu:lithium_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sheldonite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sheldonite.json index 3ce9ea59f..a76165658 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sheldonite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sheldonite.json @@ -1,185 +1,186 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.4, - "min_y": 0, - "max_y": 128, - "size": 35, - "random_name": "nether_sheldonite", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:deepslate_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:dripstone_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:bornite_indicator", - "weight": 35 - }, - { - "block": "gtceu:cooperite_indicator", - "weight": 25 - }, - { - "block": "gtceu:platinum_indicator", - "weight": 25 - }, - { - "block": "gtceu:palladium_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 35, + "rarity": 250, + "density": 0.4, + "min_y": 0, + "max_y": 128, + "random_name": "nether_sheldonite", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_palladium_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:bornite_indicator", + "weight": 35 + }, + { + "block": "gtceu:cooperite_indicator", + "weight": 25 + }, + { + "block": "gtceu:platinum_indicator", + "weight": 25 + }, + { + "block": "gtceu:palladium_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_silver.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_silver.json index 62ab53079..4a1d6de86 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_silver.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_silver.json @@ -1,127 +1,128 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 160, - "density": 0.5, - "min_y": 24, - "max_y": 128, - "size": 45, - "random_name": "nether_silver", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_galena_ore", - "weight": 30 - }, - { - "block": "gtceu:granite_silver_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_lead_ore", - "weight": 35 - }, - { - "block": "gtceu:raw_galena_block", - "weight": 1 - }, - { - "block": "gtceu:raw_silver_block", - "weight": 1 - }, - { - "block": "gtceu:raw_lead_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_galena_ore", - "weight": 30 - }, - { - "block": "gtceu:gneiss_silver_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_lead_ore", - "weight": 35 - }, - { - "block": "gtceu:raw_galena_block", - "weight": 1 - }, - { - "block": "gtceu:raw_silver_block", - "weight": 1 - }, - { - "block": "gtceu:raw_lead_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_galena_ore", - "weight": 30 - }, - { - "block": "gtceu:pyroxenite_silver_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_lead_ore", - "weight": 35 - }, - { - "block": "gtceu:raw_galena_block", - "weight": 1 - }, - { - "block": "gtceu:raw_silver_block", - "weight": 1 - }, - { - "block": "gtceu:raw_lead_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_native_silver", - "weight": 50 - }, - { - "block": "gtceu:galena_indicator", - "weight": 25 - }, - { - "block": "gtceu:lead_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 160, + "density": 0.5, + "min_y": 24, + "max_y": 128, + "random_name": "nether_silver", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_galena_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_galena_block", + "weight": 1 + }, + { + "block": "gtceu:granite_silver_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_silver_block", + "weight": 1 + }, + { + "block": "gtceu:granite_lead_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_lead_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_galena_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_galena_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_silver_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_silver_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_lead_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_lead_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_galena_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_galena_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_silver_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_silver_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_lead_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_lead_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:galena_indicator", + "weight": 30 + }, + { + "block": "tfc:ore/small_native_silver", + "weight": 35 + }, + { + "block": "gtceu:lead_indicator", + "weight": 35 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sphalerite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sphalerite.json index cb06e49dc..ac38ae4a5 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sphalerite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sphalerite.json @@ -1,165 +1,166 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.5, - "min_y": 32, - "max_y": 128, - "size": 45, - "random_name": "nether_sphalerite", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:deepslate_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:deepslate_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:basalt_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:pyroxenite_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:dripstone_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:dripstone_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_sphalerite", - "weight": 40 - }, - { - "block": "gtceu:sulfur_indicator", - "weight": 35 - }, - { - "block": "gtceu:pyrite_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 170, + "density": 0.5, + "min_y": 32, + "max_y": 128, + "random_name": "nether_sphalerite", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_pyrite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_pyrite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_pyrite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_pyrite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:sulfur_indicator", + "weight": 35 + }, + { + "block": "tfc:ore/small_sphalerite", + "weight": 40 + }, + { + "block": "gtceu:pyrite_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sulfur.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sulfur.json index 65ccb7c54..b08494a66 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sulfur.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sulfur.json @@ -1,159 +1,160 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 165, - "density": 0.3, - "min_y": 0, - "max_y": 128, - "size": 50, - "random_name": "nether_sulfur", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_sulfur_ore", - "weight": 50 - }, - { - "block": "gtceu:diorite_pyrite_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_sphalerite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 2 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_sulfur_ore", - "weight": 50 - }, - { - "block": "gtceu:basalt_pyrite_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_sphalerite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 2 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_sulfur_ore", - "weight": 50 - }, - { - "block": "gtceu:pyroxenite_pyrite_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_sphalerite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 2 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_sulfur_ore", - "weight": 50 - }, - { - "block": "gtceu:schist_pyrite_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_sphalerite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 2 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:sulfur_indicator", - "weight": 50 - }, - { - "block": "gtceu:pyrite_indicator", - "weight": 35 - }, - { - "block": "tfc:ore/small_sphalerite", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 50, + "rarity": 165, + "density": 0.3, + "min_y": 0, + "max_y": 128, + "random_name": "nether_sulfur", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_sulfur_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 2 + }, + { + "block": "gtceu:diorite_pyrite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_sphalerite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_sulfur_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_pyrite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_sphalerite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_sulfur_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_pyrite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_sphalerite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_sulfur_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 2 + }, + { + "block": "gtceu:schist_pyrite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_sphalerite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:sulfur_indicator", + "weight": 50 + }, + { + "block": "gtceu:pyrite_indicator", + "weight": 35 + }, + { + "block": "tfc:ore/small_sphalerite", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_tetrahedrite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_tetrahedrite.json index 99367db71..d6c5bba20 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_tetrahedrite.json @@ -1,175 +1,176 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.5, - "min_y": 32, - "max_y": 128, - "size": 45, - "random_name": "nether_tetrahedrite", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:deepslate_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:deepslate_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:dripstone_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:dripstone_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:schist_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:schist_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:gneiss_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:gneiss_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:pyroxenite_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:pyroxenite_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_tetrahedrite", - "weight": 50 - }, - { - "block": "tfc:ore/small_native_copper", - "weight": 30 - }, - { - "block": "gtceu:stibnite_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 170, + "density": 0.5, + "min_y": 32, + "max_y": 128, + "random_name": "nether_tetrahedrite", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 2 + }, + { + "block": "gtceu:deepslate_copper_ore", + "weight": 30 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 2 + }, + { + "block": "gtceu:dripstone_copper_ore", + "weight": 30 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 2 + }, + { + "block": "gtceu:schist_copper_ore", + "weight": 30 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + }, + { + "block": "gtceu:schist_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 2 + }, + { + "block": "gtceu:gneiss_copper_ore", + "weight": 30 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_copper_ore", + "weight": 30 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_stibnite_ore", + "weight": 20 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "tfc:ore/small_tetrahedrite", + "weight": 50 + }, + { + "block": "tfc:ore/small_native_copper", + "weight": 30 + }, + { + "block": "gtceu:stibnite_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_topaz.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_topaz.json index 423abd93d..4d875ebf1 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_topaz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_topaz.json @@ -1,186 +1,187 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 180, - "density": 0.4, - "min_y": 0, - "max_y": 128, - "size": 33, - "random_name": "nether_topaz", - "height": 7, - "blocks": [ - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:deepslate_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:dripstone_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:chalcocite_indicator", - "weight": 25 - }, - { - "block": "gtceu:bornite_indicator", - "weight": 15 - }, - { - "block": "gtceu:blue_topaz_bud_indicator", - "weight": 35 - }, - { - "block": "gtceu:topaz_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 7, + "size": 33, + "rarity": 180, + "density": 0.4, + "min_y": 0, + "max_y": 128, + "random_name": "nether_topaz", + "blocks": [ + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_bornite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:blue_topaz_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:topaz_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:chalcocite_indicator", + "weight": 25 + }, + { + "block": "gtceu:bornite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_amethyst.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_amethyst.json index 5ff7dcef4..1a83d7c6f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_amethyst.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_amethyst.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/deep_garnet_amethyst", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/deep_garnet_amethyst", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_opal.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_opal.json index f32debd24..1ff817c2d 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_opal.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_opal.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_garnet_opal", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_gold.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_gold.json index 48564e60d..98108496d 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_gold.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_gold.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_gold", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_hematite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_hematite.json index 22d7e4855..059f08afe 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_hematite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_hematite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_hematite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_limonite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_limonite.json index 60eaa2a4b..1984a7bdd 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_limonite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_limonite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_limonite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_magnetite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_magnetite.json index 6c36e5182..e6826b673 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_magnetite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_magnetite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_magnetite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_molybdenum.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_molybdenum.json index 6f2fd1540..48d9f9e6d 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_molybdenum.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_molybdenum.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_molybdenum", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_pitchblende.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_pitchblende.json index cc6616c88..792baa0e6 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_pitchblende.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_pitchblende.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_pitchblende", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sapphire.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sapphire.json index 7dcbe02ba..2f219b1b5 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sapphire.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sapphire.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_sapphire", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_scheelite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_scheelite.json index cede1289a..08fa6f556 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_scheelite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_scheelite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_scheelite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sheldonite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sheldonite.json index e57739e25..114e19497 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sheldonite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sheldonite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_sheldonite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_topaz.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_topaz.json index 4d80cfc9f..e1663516b 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_topaz.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_topaz.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_topaz", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite.json index b8e65f709..27c62b400 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_apatite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_basaltic_sands.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_basaltic_sands.json index 2d8b4220d..b1a5a44f5 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_basaltic_sands.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_basaltic_sands.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_basaltic_sands", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bauxite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bauxite.json index c2d333cc0..3cffffe39 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bauxite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bauxite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_bauxite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_beryllium.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_beryllium.json index 7a8b0ea25..6a02a16e4 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_beryllium.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_beryllium.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_beryllium", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bismuthinite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bismuthinite.json index 4ffb3edf3..d2d611e17 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bismuthinite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bismuthinite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_bismuthinite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_cassiterite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_cassiterite.json index a59657985..70b93faa7 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_cassiterite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_cassiterite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_cassiterite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_coal.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_coal.json index 9ee5910a5..d10edd0f8 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_coal.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_coal.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_coal", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_copper.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_copper.json index 37c77ab37..7ea325dad 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_copper.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_copper.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_copper", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnet_tin.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnet_tin.json index acbd9ff67..36565e985 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnet_tin.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnet_tin.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_garnet_tin", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnierite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnierite.json index a04612ca3..3c5fdba66 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnierite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnierite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_garnierite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_gold.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_gold.json index 1e2f931ec..d63824b78 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_gold.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_gold.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_gold", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_graphite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_graphite.json index a67a04e85..84d1eb435 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_graphite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_graphite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_graphite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_graphite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_hematite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_hematite.json index 5edd72d98..04c4578d9 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_hematite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_hematite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_hematite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_hematite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lapis.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lapis.json index 2bedd346d..4cd1be831 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lapis.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lapis.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_lapis", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_lapis", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_limonite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_limonite.json index 6422a5d88..154cac600 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_limonite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_limonite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_limonite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_limonite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lubricant.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lubricant.json index 1b1d8af95..55ebe2e2d 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lubricant.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lubricant.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_lubricant", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_lubricant", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_magnetite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_magnetite.json index 8a7ebd400..32cac0aba 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_magnetite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_magnetite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_magnetite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_magnetite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_manganese.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_manganese.json index 8bba563f5..2ac1b5528 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_manganese.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_manganese.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_manganese", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_manganese", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_mica.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_mica.json index 9400df3f3..46af3832b 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_mica.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_mica.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_mica", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_mica", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_monazite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_monazite.json index bcb01023b..eba288e3b 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_monazite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_monazite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_monazite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_monazite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_oilsands.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_oilsands.json index 00dbc17f2..ffe1081ab 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_oilsands.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_oilsands.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_oilsands", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_oilsands", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_olivine.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_olivine.json index 055aaeef9..e552e7bc9 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_olivine.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_olivine.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_olivine", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_olivine", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_quartz.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_quartz.json index 2f2be7798..8c2b388e6 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_quartz.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_quartz.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_quartz", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_redstone.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_redstone.json index 0168efb94..0f30dff44 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_redstone.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_redstone.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_redstone", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_redstone", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_salt.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_salt.json index d04686c2f..46defa7e6 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_salt.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_salt.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_salt", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_salt", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_saltpeter.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_saltpeter.json index 9fb6ee42f..2b2ca13e9 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_saltpeter.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_saltpeter.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_saltpeter", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_saltpeter", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_silver.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_silver.json index 195151a65..632508223 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_silver.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_silver.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_silver", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_silver", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sphalerite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sphalerite.json index decd97060..ea1e0eb42 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sphalerite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sphalerite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_sphalerite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_sphalerite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_spodumene.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_spodumene.json index b4be7f457..c4f2e9fac 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_spodumene.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_spodumene.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_spodumene", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_spodumene", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sulfur.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sulfur.json index ee124c86e..afb84a0b0 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sulfur.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sulfur.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_sulfur", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_sulfur", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_tetrahedrite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_tetrahedrite.json index 22624eb1b..554077354 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_tetrahedrite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_tetrahedrite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_tetrahedrite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_bismuthinite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_bismuthinite.json index 7cb426b35..1432f6c79 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_bismuthinite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_bismuthinite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/surface_bismuthinite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/surface_bismuthinite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_cassiterite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_cassiterite.json index 922f7316c..a5b86adda 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_cassiterite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_cassiterite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/surface_cassiterite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/surface_cassiterite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_copper.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_copper.json index e5c94d190..57505e253 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_copper.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_copper.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/surface_copper", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/surface_copper", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_sphalerite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_sphalerite.json index 12ff02217..6b29a13a6 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_sphalerite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_sphalerite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/surface_sphalerite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/surface_sphalerite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_tetrahedrite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_tetrahedrite.json index 24d14bab1..f72b832bd 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_tetrahedrite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/surface_tetrahedrite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/surface_tetrahedrite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_apatite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_apatite.json index 899d987ed..da231b395 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_apatite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_apatite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_apatite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_basaltic_sands.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_basaltic_sands.json index 18b92a573..29ad291af 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_basaltic_sands.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_basaltic_sands.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_basaltic_sands", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_bauxite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_bauxite.json index 47d88f038..b26aac7c2 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_bauxite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_bauxite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_bauxite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_beryllium.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_beryllium.json index f58c65a0c..9f0f7af1a 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_beryllium.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_beryllium.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_beryllium", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_cassiterite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_cassiterite.json index 0a4119116..68432a569 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_cassiterite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_cassiterite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_cassiterite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_copper.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_copper.json index 09380ba37..4ac403b72 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_copper.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_copper.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_copper", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet.json index 609294394..3ac38f206 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_garnet", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet_tin.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet_tin.json index ac3ba3c64..38e7cd564 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet_tin.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet_tin.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_garnet_tin", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnierite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnierite.json index 9fc91dcc3..a762ff8cf 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnierite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnierite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_garnierite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_goethite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_goethite.json new file mode 100644 index 000000000..4fb8a793a --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_goethite.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:nether/vein/nether_goethite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_gold.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_gold.json index b052ad5e0..770433315 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_gold.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_gold.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_gold", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_graphite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_graphite.json index 9c2b2a924..2c6a13c8a 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_graphite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_graphite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_graphite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_hematite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_hematite.json index a06660772..f91542742 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_hematite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_hematite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_hematite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lapis.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lapis.json index 37d901091..d03a469f5 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lapis.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lapis.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_lapis", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_limonite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_limonite.json deleted file mode 100644 index ac7b2cd29..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_limonite.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:nether/vein/nether_limonite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lubricant.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lubricant.json index 119334584..8cea3b9cf 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lubricant.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lubricant.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_lubricant", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_magnetite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_magnetite.json index 663f4b161..df8bd57f9 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_magnetite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_magnetite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_magnetite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_manganese.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_manganese.json index 71b5efb9f..8d27db6fd 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_manganese.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_manganese.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_manganese", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_mica.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_mica.json index e8e4e9feb..bc499e503 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_mica.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_mica.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_mica", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_molybdenum.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_molybdenum.json index 7a6a6d1f7..5c6f4db99 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_molybdenum.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_molybdenum.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_molybdenum", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_monazite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_monazite.json index 4f9573c4a..aefc0bda6 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_monazite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_monazite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_monazite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_naquadah.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_naquadah.json index 610aa5aed..3014c0ec0 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_naquadah.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_naquadah.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_naquadah", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_olivine.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_olivine.json index 0ed55715b..70352965b 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_olivine.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_olivine.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_olivine", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_pitchblende.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_pitchblende.json index 3b1c07957..2d6759f8e 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_pitchblende.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_pitchblende.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_pitchblende", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_quartz.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_quartz.json index 2cb583767..5b8a3b265 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_quartz.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_quartz.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_quartz", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_redstone.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_redstone.json index aa92ecf30..81af68125 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_redstone.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_redstone.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_redstone", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_saltpeter.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_saltpeter.json index c93a8af58..c181dd593 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_saltpeter.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_saltpeter.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_saltpeter", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sapphire.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sapphire.json index 18968531f..8c8fa6ceb 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sapphire.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sapphire.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_sapphire", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_scheelite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_scheelite.json index 4c372e569..2f390741a 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_scheelite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_scheelite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_scheelite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sheldonite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sheldonite.json index d5181bc0c..3dbc5af66 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sheldonite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sheldonite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_sheldonite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_silver.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_silver.json index fa2125e40..ec821f8e9 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_silver.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_silver.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_silver", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sphalerite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sphalerite.json index 7e4ae0cec..34a9c4c7d 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sphalerite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sphalerite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_sphalerite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sulfur.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sulfur.json index c55a721f8..dfd165bfc 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sulfur.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sulfur.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_sulfur", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_tetrahedrite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_tetrahedrite.json index 6148daf3c..3c69d3b69 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_tetrahedrite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_tetrahedrite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_topaz.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_topaz.json index 7e0b0cbb3..beb301caf 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_topaz.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_topaz.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_topaz", "placement": [] } \ No newline at end of file From 6a616662a92089fbc74aa88c7ad92f5d9861cbca Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 15:16:31 +0100 Subject: [PATCH 70/80] toned down how many sticks were being placed in the nether --- .../tfg/worldgen/placed_feature/nether/surface/stick_patch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/surface/stick_patch.json b/kubejs/data/tfg/worldgen/placed_feature/nether/surface/stick_patch.json index f03ca089f..71f646425 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/surface/stick_patch.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/surface/stick_patch.json @@ -15,7 +15,7 @@ }, { "type": "minecraft:count_on_every_layer", - "count": 3 + "count": 1 }, { "type": "minecraft:in_square" From b01a61335d2c5ce4b87acd73498eaeecc52f1077 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 15:37:30 +0100 Subject: [PATCH 71/80] remove caelum + tfc caelum #922 --- pakku-lock.json | 136 ------------------------------------------------ pakku.json | 6 --- 2 files changed, 142 deletions(-) diff --git a/pakku-lock.json b/pakku-lock.json index ace72b7b5..2515b2ebe 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -1889,69 +1889,6 @@ } ] }, - { - "pakku_id": "vBb8GNgsYQrf2uAx", - "type": "MOD", - "side": "BOTH", - "slug": { - "curseforge": "caelum", - "modrinth": "caelum" - }, - "name": { - "curseforge": "Caelum", - "modrinth": "Caelum" - }, - "id": { - "curseforge": "556708", - "modrinth": "Xkw3TXqP" - }, - "files": [ - { - "type": "curseforge", - "file_name": "caelum-1.20.1-2.0.0.0.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "neoforge", - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/4674/619/caelum-1.20.1-2.0.0.0.jar", - "id": "4674619", - "parent_id": "556708", - "hashes": { - "sha1": "8b1980f2a91599aea95fecd646b8bc265df7786f", - "md5": "dc2b023ca9c05dcde9ea8260d0dfee4c" - }, - "required_dependencies": [], - "size": 263769, - "date_published": "2023-07-31T16:31:55.127Z" - }, - { - "type": "modrinth", - "file_name": "caelum-1.20.1-2.0.0.0.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/Xkw3TXqP/versions/7JGuqBG4/caelum-1.20.1-2.0.0.0.jar", - "id": "7JGuqBG4", - "parent_id": "Xkw3TXqP", - "hashes": { - "sha512": "0e22325ba35525201a278de0ec510c38e8c209796a5728ce625d4f57205e79bb726777915c4fe7e83664447849b5802868f213b9215ca491559af84b7e31b28e", - "sha1": "8b1980f2a91599aea95fecd646b8bc265df7786f" - }, - "required_dependencies": [], - "size": 263769, - "date_published": "2023-07-31T16:36:13.789465Z" - } - ] - }, { "pakku_id": "WvU533IgjamjCFtT", "pakku_links": [ @@ -12042,79 +11979,6 @@ } ] }, - { - "pakku_id": "KjHB7GWMa33dK68q", - "pakku_links": [ - "vBb8GNgsYQrf2uAx", - "F6H99cZ4H6jZRpEK" - ], - "type": "MOD", - "side": "BOTH", - "slug": { - "curseforge": "tfc-caelum", - "modrinth": "tfc-caelum" - }, - "name": { - "curseforge": "TFC Caelum", - "modrinth": "TFC Caelum" - }, - "id": { - "curseforge": "999031", - "modrinth": "WYvV2Kci" - }, - "files": [ - { - "type": "curseforge", - "file_name": "TFCCaelum-1.20.1-1.2.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "neoforge", - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/5307/466/TFCCaelum-1.20.1-1.2.jar", - "id": "5307466", - "parent_id": "999031", - "hashes": { - "sha1": "114e10e497503f5ff4cb13850a8dec9bb9f4d625", - "md5": "34b54a06f4f45ccf54edc65cb48b6c89" - }, - "required_dependencies": [ - "556708", - "302973" - ], - "size": 414939, - "date_published": "2024-05-01T15:13:08.827Z" - }, - { - "type": "modrinth", - "file_name": "TFCCaelum-1.20.1-1.2.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "beta", - "url": "https://cdn.modrinth.com/data/WYvV2Kci/versions/wSasbQOH/TFCCaelum-1.20.1-1.2.jar", - "id": "wSasbQOH", - "parent_id": "WYvV2Kci", - "hashes": { - "sha512": "f1c7153fc07da59677183f9967ca16e189bcf38d961b03931f100b141e9a10ef684dd1d71a6cf8d27cd3d8ceef7670db25d3b6c398f835387ca8ee8936ea0303", - "sha1": "114e10e497503f5ff4cb13850a8dec9bb9f4d625" - }, - "required_dependencies": [ - "JaCEZUhg", - "Xkw3TXqP" - ], - "size": 414939, - "date_published": "2024-08-28T14:04:28.731777Z" - } - ] - }, { "pakku_id": "Gq0f388dnqOU5Dnz", "type": "MOD", diff --git a/pakku.json b/pakku.json index b1c344387..681652810 100644 --- a/pakku.json +++ b/pakku.json @@ -219,12 +219,6 @@ }, "particular-reforged": { "side": "BOTH" - }, - "caelum": { - "side": "BOTH" - }, - "tfc-caelum": { - "side": "BOTH" } } } \ No newline at end of file From 7b678a5bef0ab56860ffaa75709f6b9bd2535ffe Mon Sep 17 00:00:00 2001 From: Redeix <59435925+Redeix@users.noreply.github.com> Date: Tue, 29 Apr 2025 09:39:55 -0500 Subject: [PATCH 72/80] - Added recipe to separate fertilizer into pure sources, and mix them back together. (#927) - Added recipes to sew hides together and cut them apart. --- CHANGELOG.md | 2 + kubejs/server_scripts/tfc/recipes.js | 74 +++++++++++++++++++ kubejs/server_scripts/tfc/recipes.machines.js | 3 + 3 files changed, 79 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bf502701..1d81d7377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,8 @@ - Allowed more blocks to be used as oven, forge, and bloomery insulation. - Fixed lang error with treated wood planks recipe. - Fixed bug with mmc package. +- Added recipe to separate fertilizer into pure sources, and mix them back together. +- Added recipes to sew hides together and cut them apart. ## [0.9.1] - 18.04.2025 ### Changes diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index f59f52eb7..274f75e06 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -238,4 +238,78 @@ const registerTFCRecipes = (event) => { event.recipes.shapeless('gtceu:small_brass_gear', [ 'tfc:brass_mechanisms' ]).id('tfg:replace_brass_mechanisms') event.replaceInput({ input: 'tfc:brass_mechanisms' }, 'tfc:brass_mechanisms', 'gtceu:small_brass_gear') + // Fertilizers + event.recipes.gtceu.centrifuge('tfg:gtceu/centrifuge/pure_fertilizers') + .itemInputs('1x gtceu:fertilizer') + .itemOutputs('1x tfc:pure_nitrogen', '1x tfc:pure_potassium', '1x tfc:pure_phosphorus') + .duration(340) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.mixer('tfg:tfc/mixer/fertilizer') + .itemInputs('1x tfc:pure_nitrogen', '1x tfc:pure_potassium', '1x tfc:pure_phosphorus', ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.Clay, 1)) + .itemOutputs('1x gtceu:fertilizer') + .duration(160) + .EUt(GTValues.VA[GTValues.ULV]) + + //Hide Sewing + const stages = [ + 'raw', + 'soaked', + 'scraped', + 'prepared', + 'sheepskin' + ]; + + const sizes = [ + 'small', + 'medium', + 'large' + ]; + + stages.forEach((stage) => { + sizes.forEach((size, index) => { + // Find the next larger size. + const nextLarger = sizes[index + 1]; + + // If a larger size exists, sew the hides together. + if (nextLarger) { + event.recipes.tfc.damage_inputs_shapeless_crafting( + event.shapeless(`1x tfc:${nextLarger}_${stage}_hide`, [ + `2x tfc:${size}_${stage}_hide`, + '#tfc:sewing_needles', + '#forge:string', + 'tfc:glue' + ]).id(`tfg:tfc/${size}_to_${nextLarger}_${stage}_hide`) + ) + + event.recipes.gtceu.assembler(`tfg:gtceu/assembler/${size}_to_${nextLarger}_${stage}_hide`) + .inputFluids(Fluid.of('gtceu:glue', 25)) + .itemOutputs(`1x tfc:${nextLarger}_${stage}_hide`) + .itemInputs(`2x tfc:${size}_${stage}_hide`) + .duration(60) + .circuit(7) + .EUt(GTValues.VA[GTValues.ULV]) + } + + // Find the next smaller size. + const nextSmaller = sizes[index - 1]; + + // If a smaller size exists, cut the hide. + if (nextSmaller) { + event.recipes.tfc.damage_inputs_shapeless_crafting( + event.shapeless(`2x tfc:${nextSmaller}_${stage}_hide`, [ + `1x tfc:${size}_${stage}_hide`, + '#forge:shears' + ]).id(`tfg:tfc/${size}_to_${nextSmaller}_${stage}_hide`) + ) + + event.recipes.gtceu.assembler(`tfg:gtceu/assembler/${size}_to_${nextSmaller}_${stage}_hide`) + .itemOutputs(`2x tfc:${nextSmaller}_${stage}_hide`) + .itemInputs(`1x tfc:${size}_${stage}_hide`) + .duration(60) + .circuit(4) + .EUt(GTValues.VA[GTValues.ULV]) + } + }); + }); } diff --git a/kubejs/server_scripts/tfc/recipes.machines.js b/kubejs/server_scripts/tfc/recipes.machines.js index e391944e1..2f2c32a88 100644 --- a/kubejs/server_scripts/tfc/recipes.machines.js +++ b/kubejs/server_scripts/tfc/recipes.machines.js @@ -409,6 +409,7 @@ function registerTFCMachineRecipes(event) { .itemInputs('tfc:small_sheepskin_hide') .itemOutputs('tfc:wool') .duration(100) + .circuit(3) .EUt(4) // 1x Medium SheepSkin -> 1x Wool @@ -416,6 +417,7 @@ function registerTFCMachineRecipes(event) { .itemInputs('tfc:medium_sheepskin_hide') .itemOutputs('2x tfc:wool') .duration(100) + .circuit(3) .EUt(4) // 1x Large SheepSkin -> 1x Wool @@ -423,6 +425,7 @@ function registerTFCMachineRecipes(event) { .itemInputs('tfc:large_sheepskin_hide') .itemOutputs('3x tfc:wool') .duration(100) + .circuit(3) .EUt(4) // Wool Yarn From 1e8ea54fbefcfad240faaad83cc0f7808bef51fe Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 15:45:57 +0100 Subject: [PATCH 73/80] the placeholder programmed circuit recipe is now a stick + wrench, so it doesn't confuse new players as much --- kubejs/server_scripts/gregtech/recipes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/server_scripts/gregtech/recipes.js b/kubejs/server_scripts/gregtech/recipes.js index 94042afbd..0eb8fa5b3 100644 --- a/kubejs/server_scripts/gregtech/recipes.js +++ b/kubejs/server_scripts/gregtech/recipes.js @@ -1016,7 +1016,7 @@ const registerGTCEURecipes = (event) => { //#endregion // TODO: Greate again... - event.shapeless('gtceu:programmed_circuit', ['minecraft:stick']) + event.shapeless('gtceu:programmed_circuit', ['minecraft:stick', '#forge:tools/wrenches']) .id('tfg:shapeless/programmed_circuit_from_stick') event.shapeless('gtceu:red_alloy_single_cable', ['gtceu:red_alloy_single_wire', '#forge:plates/rubber']) From 9339ef114692c234600055303353cd3ae38edda6 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 15:46:31 +0100 Subject: [PATCH 74/80] updated changelog --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d81d7377..ae43191af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [Unreleased] +### Changes +- Removed Caelum + TFC Caelum because they were causing crashes for MacOS and other graphics issues, but you can re-add them if you'd like +- Added recipe to separate fertilizer into pure sources, and mix them back together. (Redeix) +- Added recipes to sew hides together and cut them apart. (Redeix) +- Update CarryOn so now it works with all TFC chests +- Overhauled the TFG Ores section in the field guide, and it's now 100% accurate again! +- Large cogwheels are now cheaper +- Added recycling recipes for ceramic molds, large vessels, casting channels and tables +- Fixed issue where the speed buff from Aged Rum was being removed +- Fixed speed of bulk washing +- Lowered SU requirements of some more Create machines +- Reduced how many sticks were being placed in the nether + ## [0.9.2] ### Changes - Fixed mining machines not working. @@ -62,8 +76,6 @@ - Allowed more blocks to be used as oven, forge, and bloomery insulation. - Fixed lang error with treated wood planks recipe. - Fixed bug with mmc package. -- Added recipe to separate fertilizer into pure sources, and mix them back together. -- Added recipes to sew hides together and cut them apart. ## [0.9.1] - 18.04.2025 ### Changes From 2e8f96c15957b0f35d2b7040eb3a0b86c6cb6505 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 16:09:02 +0100 Subject: [PATCH 75/80] changed some create recipes to use bolts instead of nuggets, so they're available earlier --- kubejs/server_scripts/create/recipes.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kubejs/server_scripts/create/recipes.js b/kubejs/server_scripts/create/recipes.js index f755ae809..4fc3125f6 100644 --- a/kubejs/server_scripts/create/recipes.js +++ b/kubejs/server_scripts/create/recipes.js @@ -168,7 +168,7 @@ const registerCreateRecipes = (event) => { 'AAA', ' B ' ], { - A: '#forge:nuggets/wrought_iron', + A: '#forge:bolts/wrought_iron', B: '#forge:plates/wrought_iron' }).id('tfg:create/shaped/metal_bracket') @@ -757,12 +757,12 @@ const registerCreateRecipes = (event) => { ], { A: '#forge:tools/hammers', B: '#forge:ingots/brass', - C: '#forge:nuggets/brass', + C: '#forge:bolts/brass', D: '#forge:tools/files' }).id('tfg:create/shaped/brass_hand') event.recipes.gtceu.assembler('tfg:create/brass_hand') - .itemInputs('3x #forge:nuggets/brass', '#forge:plates/brass') + .itemInputs('3x #forge:bolts/brass', '#forge:plates/brass') .circuit(3) .itemOutputs('create:brass_hand') .duration(200) @@ -1016,7 +1016,7 @@ const registerCreateRecipes = (event) => { event.shaped('create:filter', [ 'ABA' ], { - A: '#forge:nuggets/wrought_iron', + A: '#forge:bolts/wrought_iron', B: '#forge:cloth' }).id('tfg:create/shaped/filter') @@ -1024,7 +1024,7 @@ const registerCreateRecipes = (event) => { event.shaped('create:attribute_filter', [ 'ABA' ], { - A: '#forge:nuggets/brass', + A: '#forge:bolts/brass', B: '#forge:cloth' }).id('tfg:create/shaped/attribute_filter') @@ -1499,7 +1499,7 @@ const registerCreateRecipes = (event) => { ], { A: '#forge:chests/wooden', B: '#forge:plates/brass', - C: '#forge:nuggets/brass', + C: '#forge:bolts/brass', D: '#forge:screws', E: '#forge:tools/screwdrivers' }).id('tfg:create/shaped/brown_toolbox') From 1c80c01d90f192aa763b909f23183f4022b027a2 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 16:22:11 +0100 Subject: [PATCH 76/80] moved surface_kaolin to mechanics category --- .../field_guide/en_us/entries/mechanics/surface_kaolin.json | 2 +- .../field_guide/ru_ru/entries/mechanics/surface_kaolin.json | 2 +- .../field_guide/uk_ua/entries/mechanics/surface_kaolin.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/surface_kaolin.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/surface_kaolin.json index fd09d1448..57babae20 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/surface_kaolin.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/surface_kaolin.json @@ -1,7 +1,7 @@ { "name": "Kaolin Clay", "icon": "tfc:kaolin_clay", - "category": "tfc:tfg_ores", + "category": "tfc:mechanics", "read_by_default": true, "pages": [ { diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/mechanics/surface_kaolin.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/mechanics/surface_kaolin.json index 54ee02944..e8a37ff2f 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/mechanics/surface_kaolin.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/mechanics/surface_kaolin.json @@ -1,7 +1,7 @@ { "name": "Каолинитовая глина", "icon": "tfc:kaolin_clay", - "category": "tfc:tfg_ores", + "category": "tfc:mechanics", "read_by_default": true, "pages": [ { diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/mechanics/surface_kaolin.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/mechanics/surface_kaolin.json index 98889460d..d08459688 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/mechanics/surface_kaolin.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/mechanics/surface_kaolin.json @@ -1,7 +1,7 @@ { "name": "Каолінова глина", "icon": "tfc:kaolin_clay", - "category": "tfc:tfg_ores", + "category": "tfc:mechanics", "read_by_default": true, "pages": [ { From 7606ee85c645e0eed906cdd83c0caa3f9a424549 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 16:30:15 +0100 Subject: [PATCH 77/80] changed realgar item set --- kubejs/startup_scripts/tfc/icon_sets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/startup_scripts/tfc/icon_sets.js b/kubejs/startup_scripts/tfc/icon_sets.js index bf2378eae..6acd4afc2 100644 --- a/kubejs/startup_scripts/tfc/icon_sets.js +++ b/kubejs/startup_scripts/tfc/icon_sets.js @@ -18,7 +18,7 @@ function registerTFCIconSets(event) { event.create('tfc_ruby').parent('ruby') event.create('tfc_sapphire').parent('gem_horizontal') event.create('tfc_topaz').parent('gem_vertical') - event.create('tfc_realgar').parent('fine') + event.create('tfc_realgar').parent('emerald') event.create('tfc_bismuth').parent('bright') event.create('tfc_cassiterite').parent('bright') From 4ef2419b99724b353b00f5ec495bd1a4efecb7eb Mon Sep 17 00:00:00 2001 From: Nebby1999 Date: Tue, 29 Apr 2025 19:35:13 -0400 Subject: [PATCH 78/80] Add README file to server overrides --- .pakku/server-overrides/README.md | 12 ++++++++++++ pakku.json | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .pakku/server-overrides/README.md diff --git a/.pakku/server-overrides/README.md b/.pakku/server-overrides/README.md new file mode 100644 index 000000000..001c73fee --- /dev/null +++ b/.pakku/server-overrides/README.md @@ -0,0 +1,12 @@ +# Running the TerraFirmaGreg Server Pack + +To run the Server Pack: + +1. Install the ServerPack in your server of choice + * Doing it manually or utilizing a third party website should work fine +2. Start the Server Pack + * You can start it by running the "start_server.bat" file + * You should be able to run it using the "BASH" command, assuming your server machine has BASH capabilities + * ``bash start_server.bat`` + * Or just open the batch file if on a windows machine. +3. The batch file will start the server, install forge on it and then boot up your world. \ No newline at end of file diff --git a/pakku.json b/pakku.json index 681652810..5f26d4655 100644 --- a/pakku.json +++ b/pakku.json @@ -16,7 +16,8 @@ "server.properties", "server_starter.conf", "server-icon.png", - "start_server.bat" + "start_server.bat", + "README.md" ], "client_overrides": [ "resourcepacks" From 00d37d99d9d6eddaef586e672a317bd831cc7d2b Mon Sep 17 00:00:00 2001 From: Nebby <78170922+Nebby1999@users.noreply.github.com> Date: Tue, 29 Apr 2025 20:07:03 -0400 Subject: [PATCH 79/80] Fix tips quest issues (#937) --- .../quests/chapters/queststfc_tips.snbt | 56 +- kubejs/assets/ad_astra/lang/en_us.json | 28 + kubejs/assets/beneath/lang/en_us.json | 1 + kubejs/assets/minecraft/lang/en_us.json | 1 - kubejs/assets/tfc/lang/en_us.json | 5268 ++++++++--------- kubejs/assets/tfg/lang/en_us.json | 126 +- 6 files changed, 2697 insertions(+), 2783 deletions(-) create mode 100644 kubejs/assets/ad_astra/lang/en_us.json diff --git a/config/ftbquests/quests/chapters/queststfc_tips.snbt b/config/ftbquests/quests/chapters/queststfc_tips.snbt index d386d5b51..d183306ee 100644 --- a/config/ftbquests/quests/chapters/queststfc_tips.snbt +++ b/config/ftbquests/quests/chapters/queststfc_tips.snbt @@ -2069,23 +2069,7 @@ subtitle: "{quests.tfg_tips.smoke_meat.subtitle}" tasks: [ { - icon: { - Count: 1 - ForgeCaps: { - "tfc:food": { - creationDate: -9223372036854775808L - traits: [ - "tfc:brined" - "firmalife:smoked" - ] - } - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "tfc:food/beef" - } + icon: "minecraft:beef" id: "6F36FAA8AE1E2987" item: { Count: 1 @@ -2320,10 +2304,7 @@ y: 9.5d } { - dependencies: [ - "2D959136A5FC5F46" - "56CA2EB7812529C5" - ] + dependencies: ["2D959136A5FC5F46"] description: ["{quests.tfg_tips.lamps.desc}"] id: "037CDA933FBE2CBE" subtitle: "{quests.tfg_tips.lamps.subtitle}" @@ -4294,9 +4275,9 @@ } { dependencies: ["6C64C20FF5DF972A"] - description: ["{quests.tfg_tips.grapple_upgrade_length.desc}"] + description: ["{quests.tfg_tips.grapple_length.desc}"] id: "105FD1655EEB1921" - subtitle: "{quests.tfg_tips.grapple_upgrade_length.subtitle}" + subtitle: "{quests.tfg_tips.grapple_length.subtitle}" tasks: [ { id: "6BC5AB4D7A479799" @@ -4316,7 +4297,7 @@ type: "item" } ] - title: "{quests.tfg_tips.grapple_upgrade_length.title}" + title: "{quests.tfg_tips.grapple_length.title}" x: -17.0d y: 4.5d } @@ -4342,7 +4323,11 @@ } { dependencies: ["1F93C858F1D02F7C"] - description: ["{quests.tfg_tips.grapple_upgrade_length.desc}"] + description: [ + "{quests.tfg_tips.grapple_upgrades.desc.1}" + "{@pagebreak}" + "{quests.tfg_tips.grapple_upgrades.desc.2}" + ] id: "6C64C20FF5DF972A" subtitle: "{quests.tfg_tips.grapple_upgrades.subtitle}" tasks: [{ @@ -4730,6 +4715,27 @@ x: 6.0d y: 8.0d } + { + dependencies: ["47409DED94FCC2BC"] + description: ["{quests.tfg_tips.ev_upgrades.desc}"] + id: "20905B37111F2ED9" + subtitle: "{quests.tfg_tips.ev_upgrades.subtitle}" + tasks: [{ + id: "60C5CDB3EBB706E4" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(tfg:ev_aircraft_engine)item(tfg:titanium_plated_airplane_propeller)item(tfg:titanium_landing_gear)item(tfg:titanium_hull_reinforcement))" + } + } + title: "{quests.tfg_tips.ev_upgrades.task}" + type: "item" + }] + title: "{quests.tfg_tips.ev_upgrades.title}" + x: -6.0d + y: -14.0d + } ] subtitle: ["{quests.tfg_tips.subtitle}"] title: "{quests.tfg_tips}" diff --git a/kubejs/assets/ad_astra/lang/en_us.json b/kubejs/assets/ad_astra/lang/en_us.json new file mode 100644 index 000000000..978a38567 --- /dev/null +++ b/kubejs/assets/ad_astra/lang/en_us.json @@ -0,0 +1,28 @@ +{ + "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", + "block.ad_astra.moon_sand": "Moon Sand", + "block.ad_astra.moon_cobblestone": "Anorthosite Cobblestone", + "block.ad_astra.moon_cobblestone_slab": "Anorthosite Cobblestone Slab", + "block.ad_astra.moon_cobblestone_stairs": "Anorthosite Cobblestone Stairs", + "block.ad_astra.moon_pillar": "Anorthosite Pillar", + "block.ad_astra.moon_stone_brick_slab": "Anorthosite Brick Slab", + "block.ad_astra.moon_stone_brick_stairs": "Anorthosite Brick Stairs", + "block.ad_astra.moon_stone_brick_wall": "Anorthosite Brick Wall", + "block.ad_astra.moon_stone_bricks": "Anorthosite Bricks", + "block.ad_astra.moon_stone_slab": "Anorthosite Slab", + "block.ad_astra.moon_stone_stairs": "Anorthosite Stairs", + "block.ad_astra.chiseled_moon_stone_bricks": "Chiseled Anorthosite Bricks", + "block.ad_astra.chiseled_moon_stone_slab": "Chiseled Anorthosite Slab", + "block.ad_astra.chiseled_moon_stone_stairs": "Chiseled Anorthosite Stairs", + "block.ad_astra.cracked_moon_stone_bricks": "Cracked Anorthosite Bricks", + "block.ad_astra.polished_moon_stone": "Polished Anorthosite", + "block.ad_astra.polished_moon_stone_slab": "Polished Anorthosite Slab", + "block.ad_astra.polished_moon_stone_stairs": "Polished Anorthosite Stairs", + "material.ad_astra.desh": "Desh", + "material.ad_astra.ostrum": "Ostrum", + "material.ad_astra.calorite": "Calorite", + "material.ad_astra.etrium": "Etrium", + "tagprefix.anorthosite": "Anorthosite %s Ore", + "tagprefix.basanite": "Basanite %s Ore", + "tagprefix.syenite": "Syenite %s Ore" +} \ No newline at end of file diff --git a/kubejs/assets/beneath/lang/en_us.json b/kubejs/assets/beneath/lang/en_us.json index 7d988d17a..cdeb75e30 100644 --- a/kubejs/assets/beneath/lang/en_us.json +++ b/kubejs/assets/beneath/lang/en_us.json @@ -2,6 +2,7 @@ "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", "block.beneath.blackstone_pebble": "Loose Pyroxenite", "block.beneath.blackstone_aqueduct": "Pyroxenite Aqueduct", + "block.beneath.loose_blackstone": "Loose Pyroxenite", "block.beneath.ore.nether_cursecoal": "Anthracite Ore", "block.beneath.ore.nether_cursecoal.prospected": "Anthracite", "block.beneath.cursecoal_pile": "Anthracite Pile", diff --git a/kubejs/assets/minecraft/lang/en_us.json b/kubejs/assets/minecraft/lang/en_us.json index a274ef417..93e6cc9b5 100644 --- a/kubejs/assets/minecraft/lang/en_us.json +++ b/kubejs/assets/minecraft/lang/en_us.json @@ -39,7 +39,6 @@ "block.minecraft.polished_blackstone_slab": "Polished Pyroxenite Slab", "block.minecraft.polished_blackstone_stairs": "Polished Pyroxenite Stairs", "block.minecraft.polished_blackstone_wall": "Polished Pyroxenite Wall", - "block.beneath.loose_blackstone": "Loose Pyroxenite", "block.minecraft.dripstone_block": "Raw Travertine", "block.minecraft.magma_block": "Pyroxenite Magma", "item.minecraft.iron_nugget": "Cast Iron Nugget", diff --git a/kubejs/assets/tfc/lang/en_us.json b/kubejs/assets/tfc/lang/en_us.json index 733c9f510..fdae4da32 100644 --- a/kubejs/assets/tfc/lang/en_us.json +++ b/kubejs/assets/tfc/lang/en_us.json @@ -1,2660 +1,2612 @@ { - "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", - "block.tfc.fluid.salt_water": "Sea Water", - "block.tfc.cauldron.salt_water": "Sea Water Cauldron", - "block.gtceu.andesite_almandine_ore.prospected": "Almandine", - "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.andesite_alunite_ore.prospected": "Alunite", - "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.andesite_apatite_ore.prospected": "Apatite", - "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.andesite_barite_ore.prospected": "Barite", - "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.andesite_borax_ore.prospected": "Borax", - "block.gtceu.andesite_bornite_ore.prospected": "Bornite", - "block.gtceu.andesite_calcite_ore.prospected": "Calcite", - "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.andesite_chromite_ore.prospected": "Chromite", - "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.andesite_coal_ore.prospected": "Coal", - "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.andesite_copper_ore.prospected": "Copper", - "block.gtceu.andesite_diamond_ore.prospected": "Diamond", - "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.andesite_emerald_ore.prospected": "Emerald", - "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.andesite_galena_ore.prospected": "Galena", - "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.andesite_goethite_ore.prospected": "Goethite", - "block.gtceu.andesite_gold_ore.prospected": "Gold", - "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.andesite_graphite_ore.prospected": "Graphite", - "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.andesite_grossular_ore.prospected": "Grossular", - "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.andesite_hematite_ore.prospected": "Hematite", - "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.andesite_iron_ore.prospected": "Iron", - "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.andesite_lapis_ore.prospected": "Lapis", - "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.andesite_lead_ore.prospected": "Lead", - "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.andesite_lithium_ore.prospected": "Lithium", - "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.andesite_malachite_ore.prospected": "Malachite", - "block.gtceu.andesite_mica_ore.prospected": "Mica", - "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.andesite_monazite_ore.prospected": "Monazite", - "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.andesite_nickel_ore.prospected": "Nickel", - "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.andesite_olivine_ore.prospected": "Olivine", - "block.gtceu.andesite_opal_ore.prospected": "Opal", - "block.gtceu.andesite_palladium_ore.prospected": "Palladium", - "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.andesite_platinum_ore.prospected": "Platinum", - "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.andesite_powellite_ore.prospected": "Powellite", - "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.andesite_realgar_ore.prospected": "Realgar", - "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.andesite_redstone_ore.prospected": "Redstone", - "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.andesite_ruby_ore.prospected": "Ruby", - "block.gtceu.andesite_salt_ore.prospected": "Salt", - "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.andesite_silver_ore.prospected": "Silver", - "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.andesite_talc_ore.prospected": "Talc", - "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.andesite_thorium_ore.prospected": "Thorium", - "block.gtceu.andesite_tin_ore.prospected": "Tin", - "block.gtceu.andesite_topaz_ore.prospected": "Topaz", - "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.andesite_trona_ore.prospected": "Trona", - "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.basalt_almandine_ore.prospected": "Almandine", - "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", - "block.gtceu.basalt_alunite_ore.prospected": "Alunite", - "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", - "block.gtceu.basalt_apatite_ore.prospected": "Apatite", - "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", - "block.gtceu.basalt_barite_ore.prospected": "Barite", - "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", - "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", - "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", - "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", - "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.basalt_borax_ore.prospected": "Borax", - "block.gtceu.basalt_bornite_ore.prospected": "Bornite", - "block.gtceu.basalt_calcite_ore.prospected": "Calcite", - "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.basalt_chromite_ore.prospected": "Chromite", - "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.basalt_coal_ore.prospected": "Coal", - "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", - "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", - "block.gtceu.basalt_copper_ore.prospected": "Copper", - "block.gtceu.basalt_diamond_ore.prospected": "Diamond", - "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", - "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", - "block.gtceu.basalt_emerald_ore.prospected": "Emerald", - "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.basalt_galena_ore.prospected": "Galena", - "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", - "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.basalt_goethite_ore.prospected": "Goethite", - "block.gtceu.basalt_gold_ore.prospected": "Gold", - "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.basalt_graphite_ore.prospected": "Graphite", - "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.basalt_grossular_ore.prospected": "Grossular", - "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", - "block.gtceu.basalt_hematite_ore.prospected": "Hematite", - "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.basalt_iron_ore.prospected": "Iron", - "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", - "block.gtceu.basalt_lapis_ore.prospected": "Lapis", - "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", - "block.gtceu.basalt_lead_ore.prospected": "Lead", - "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.basalt_lithium_ore.prospected": "Lithium", - "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", - "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", - "block.gtceu.basalt_malachite_ore.prospected": "Malachite", - "block.gtceu.basalt_mica_ore.prospected": "Mica", - "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.basalt_monazite_ore.prospected": "Monazite", - "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", - "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", - "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.basalt_nickel_ore.prospected": "Nickel", - "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", - "block.gtceu.basalt_olivine_ore.prospected": "Olivine", - "block.gtceu.basalt_opal_ore.prospected": "Opal", - "block.gtceu.basalt_palladium_ore.prospected": "Palladium", - "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.basalt_platinum_ore.prospected": "Platinum", - "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", - "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", - "block.gtceu.basalt_powellite_ore.prospected": "Powellite", - "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", - "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", - "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", - "block.gtceu.basalt_realgar_ore.prospected": "Realgar", - "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.basalt_redstone_ore.prospected": "Redstone", - "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.basalt_ruby_ore.prospected": "Ruby", - "block.gtceu.basalt_salt_ore.prospected": "Salt", - "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", - "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", - "block.gtceu.basalt_silver_ore.prospected": "Silver", - "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", - "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", - "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", - "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", - "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", - "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", - "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", - "block.gtceu.basalt_talc_ore.prospected": "Talc", - "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", - "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.basalt_thorium_ore.prospected": "Thorium", - "block.gtceu.basalt_tin_ore.prospected": "Tin", - "block.gtceu.basalt_topaz_ore.prospected": "Topaz", - "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.basalt_trona_ore.prospected": "Trona", - "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", - "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", - "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chalk_almandine_ore.prospected": "Almandine", - "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chalk_alunite_ore.prospected": "Alunite", - "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chalk_apatite_ore.prospected": "Apatite", - "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chalk_barite_ore.prospected": "Barite", - "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chalk_borax_ore.prospected": "Borax", - "block.gtceu.chalk_bornite_ore.prospected": "Bornite", - "block.gtceu.chalk_calcite_ore.prospected": "Calcite", - "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chalk_chromite_ore.prospected": "Chromite", - "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chalk_coal_ore.prospected": "Coal", - "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chalk_copper_ore.prospected": "Copper", - "block.gtceu.chalk_diamond_ore.prospected": "Diamond", - "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chalk_emerald_ore.prospected": "Emerald", - "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chalk_galena_ore.prospected": "Galena", - "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chalk_goethite_ore.prospected": "Goethite", - "block.gtceu.chalk_gold_ore.prospected": "Gold", - "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chalk_graphite_ore.prospected": "Graphite", - "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chalk_grossular_ore.prospected": "Grossular", - "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chalk_hematite_ore.prospected": "Hematite", - "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chalk_iron_ore.prospected": "Iron", - "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chalk_lapis_ore.prospected": "Lapis", - "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chalk_lead_ore.prospected": "Lead", - "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chalk_lithium_ore.prospected": "Lithium", - "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chalk_malachite_ore.prospected": "Malachite", - "block.gtceu.chalk_mica_ore.prospected": "Mica", - "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chalk_monazite_ore.prospected": "Monazite", - "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chalk_nickel_ore.prospected": "Nickel", - "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chalk_olivine_ore.prospected": "Olivine", - "block.gtceu.chalk_opal_ore.prospected": "Opal", - "block.gtceu.chalk_palladium_ore.prospected": "Palladium", - "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chalk_platinum_ore.prospected": "Platinum", - "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chalk_powellite_ore.prospected": "Powellite", - "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chalk_realgar_ore.prospected": "Realgar", - "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chalk_redstone_ore.prospected": "Redstone", - "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chalk_ruby_ore.prospected": "Ruby", - "block.gtceu.chalk_salt_ore.prospected": "Salt", - "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chalk_silver_ore.prospected": "Silver", - "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chalk_talc_ore.prospected": "Talc", - "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chalk_thorium_ore.prospected": "Thorium", - "block.gtceu.chalk_tin_ore.prospected": "Tin", - "block.gtceu.chalk_topaz_ore.prospected": "Topaz", - "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chalk_trona_ore.prospected": "Trona", - "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chert_almandine_ore.prospected": "Almandine", - "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chert_alunite_ore.prospected": "Alunite", - "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chert_apatite_ore.prospected": "Apatite", - "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chert_barite_ore.prospected": "Barite", - "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chert_borax_ore.prospected": "Borax", - "block.gtceu.chert_bornite_ore.prospected": "Bornite", - "block.gtceu.chert_calcite_ore.prospected": "Calcite", - "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chert_chromite_ore.prospected": "Chromite", - "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chert_coal_ore.prospected": "Coal", - "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chert_copper_ore.prospected": "Copper", - "block.gtceu.chert_diamond_ore.prospected": "Diamond", - "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chert_emerald_ore.prospected": "Emerald", - "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chert_galena_ore.prospected": "Galena", - "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chert_goethite_ore.prospected": "Goethite", - "block.gtceu.chert_gold_ore.prospected": "Gold", - "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chert_graphite_ore.prospected": "Graphite", - "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chert_grossular_ore.prospected": "Grossular", - "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chert_hematite_ore.prospected": "Hematite", - "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chert_iron_ore.prospected": "Iron", - "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chert_lapis_ore.prospected": "Lapis", - "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chert_lead_ore.prospected": "Lead", - "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chert_lithium_ore.prospected": "Lithium", - "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chert_malachite_ore.prospected": "Malachite", - "block.gtceu.chert_mica_ore.prospected": "Mica", - "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chert_monazite_ore.prospected": "Monazite", - "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chert_nickel_ore.prospected": "Nickel", - "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chert_olivine_ore.prospected": "Olivine", - "block.gtceu.chert_opal_ore.prospected": "Opal", - "block.gtceu.chert_palladium_ore.prospected": "Palladium", - "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chert_platinum_ore.prospected": "Platinum", - "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chert_powellite_ore.prospected": "Powellite", - "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chert_realgar_ore.prospected": "Realgar", - "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chert_redstone_ore.prospected": "Redstone", - "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chert_ruby_ore.prospected": "Ruby", - "block.gtceu.chert_salt_ore.prospected": "Salt", - "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chert_silver_ore.prospected": "Silver", - "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chert_talc_ore.prospected": "Talc", - "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chert_thorium_ore.prospected": "Thorium", - "block.gtceu.chert_tin_ore.prospected": "Tin", - "block.gtceu.chert_topaz_ore.prospected": "Topaz", - "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chert_trona_ore.prospected": "Trona", - "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", - "block.gtceu.claystone_almandine_ore.prospected": "Almandine", - "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.claystone_alunite_ore.prospected": "Alunite", - "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.claystone_apatite_ore.prospected": "Apatite", - "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.claystone_barite_ore.prospected": "Barite", - "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.claystone_borax_ore.prospected": "Borax", - "block.gtceu.claystone_bornite_ore.prospected": "Bornite", - "block.gtceu.claystone_calcite_ore.prospected": "Calcite", - "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.claystone_chromite_ore.prospected": "Chromite", - "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.claystone_coal_ore.prospected": "Coal", - "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.claystone_copper_ore.prospected": "Copper", - "block.gtceu.claystone_diamond_ore.prospected": "Diamond", - "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.claystone_emerald_ore.prospected": "Emerald", - "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.claystone_galena_ore.prospected": "Galena", - "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.claystone_goethite_ore.prospected": "Goethite", - "block.gtceu.claystone_gold_ore.prospected": "Gold", - "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.claystone_graphite_ore.prospected": "Graphite", - "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.claystone_grossular_ore.prospected": "Grossular", - "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.claystone_hematite_ore.prospected": "Hematite", - "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.claystone_iron_ore.prospected": "Iron", - "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.claystone_lapis_ore.prospected": "Lapis", - "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.claystone_lead_ore.prospected": "Lead", - "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.claystone_lithium_ore.prospected": "Lithium", - "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.claystone_malachite_ore.prospected": "Malachite", - "block.gtceu.claystone_mica_ore.prospected": "Mica", - "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.claystone_monazite_ore.prospected": "Monazite", - "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.claystone_nickel_ore.prospected": "Nickel", - "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.claystone_olivine_ore.prospected": "Olivine", - "block.gtceu.claystone_opal_ore.prospected": "Opal", - "block.gtceu.claystone_palladium_ore.prospected": "Palladium", - "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.claystone_platinum_ore.prospected": "Platinum", - "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.claystone_powellite_ore.prospected": "Powellite", - "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.claystone_realgar_ore.prospected": "Realgar", - "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.claystone_redstone_ore.prospected": "Redstone", - "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.claystone_ruby_ore.prospected": "Ruby", - "block.gtceu.claystone_salt_ore.prospected": "Salt", - "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.claystone_silver_ore.prospected": "Silver", - "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.claystone_talc_ore.prospected": "Talc", - "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.claystone_thorium_ore.prospected": "Thorium", - "block.gtceu.claystone_tin_ore.prospected": "Tin", - "block.gtceu.claystone_topaz_ore.prospected": "Topaz", - "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.claystone_trona_ore.prospected": "Trona", - "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", - "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", - "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", - "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.conglomerate_barite_ore.prospected": "Barite", - "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.conglomerate_borax_ore.prospected": "Borax", - "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", - "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", - "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", - "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.conglomerate_coal_ore.prospected": "Coal", - "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.conglomerate_copper_ore.prospected": "Copper", - "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", - "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", - "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.conglomerate_galena_ore.prospected": "Galena", - "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", - "block.gtceu.conglomerate_gold_ore.prospected": "Gold", - "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", - "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", - "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", - "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.conglomerate_iron_ore.prospected": "Iron", - "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", - "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.conglomerate_lead_ore.prospected": "Lead", - "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", - "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", - "block.gtceu.conglomerate_mica_ore.prospected": "Mica", - "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", - "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", - "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", - "block.gtceu.conglomerate_opal_ore.prospected": "Opal", - "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", - "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", - "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", - "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", - "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", - "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", - "block.gtceu.conglomerate_salt_ore.prospected": "Salt", - "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.conglomerate_silver_ore.prospected": "Silver", - "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.conglomerate_talc_ore.prospected": "Talc", - "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", - "block.gtceu.conglomerate_tin_ore.prospected": "Tin", - "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", - "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.conglomerate_trona_ore.prospected": "Trona", - "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dacite_almandine_ore.prospected": "Almandine", - "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dacite_alunite_ore.prospected": "Alunite", - "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dacite_apatite_ore.prospected": "Apatite", - "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dacite_barite_ore.prospected": "Barite", - "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dacite_borax_ore.prospected": "Borax", - "block.gtceu.dacite_bornite_ore.prospected": "Bornite", - "block.gtceu.dacite_calcite_ore.prospected": "Calcite", - "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dacite_chromite_ore.prospected": "Chromite", - "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dacite_coal_ore.prospected": "Coal", - "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dacite_copper_ore.prospected": "Copper", - "block.gtceu.dacite_diamond_ore.prospected": "Diamond", - "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dacite_emerald_ore.prospected": "Emerald", - "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dacite_galena_ore.prospected": "Galena", - "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dacite_goethite_ore.prospected": "Goethite", - "block.gtceu.dacite_gold_ore.prospected": "Gold", - "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dacite_graphite_ore.prospected": "Graphite", - "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dacite_grossular_ore.prospected": "Grossular", - "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dacite_hematite_ore.prospected": "Hematite", - "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dacite_iron_ore.prospected": "Iron", - "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dacite_lapis_ore.prospected": "Lapis", - "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dacite_lead_ore.prospected": "Lead", - "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dacite_lithium_ore.prospected": "Lithium", - "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dacite_malachite_ore.prospected": "Malachite", - "block.gtceu.dacite_mica_ore.prospected": "Mica", - "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dacite_monazite_ore.prospected": "Monazite", - "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dacite_nickel_ore.prospected": "Nickel", - "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dacite_olivine_ore.prospected": "Olivine", - "block.gtceu.dacite_opal_ore.prospected": "Opal", - "block.gtceu.dacite_palladium_ore.prospected": "Palladium", - "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dacite_platinum_ore.prospected": "Platinum", - "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dacite_powellite_ore.prospected": "Powellite", - "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dacite_realgar_ore.prospected": "Realgar", - "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dacite_redstone_ore.prospected": "Redstone", - "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dacite_ruby_ore.prospected": "Ruby", - "block.gtceu.dacite_salt_ore.prospected": "Salt", - "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dacite_silver_ore.prospected": "Silver", - "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dacite_talc_ore.prospected": "Talc", - "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dacite_thorium_ore.prospected": "Thorium", - "block.gtceu.dacite_tin_ore.prospected": "Tin", - "block.gtceu.dacite_topaz_ore.prospected": "Topaz", - "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dacite_trona_ore.prospected": "Trona", - "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.diorite_almandine_ore.prospected": "Almandine", - "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.diorite_alunite_ore.prospected": "Alunite", - "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.diorite_apatite_ore.prospected": "Apatite", - "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.diorite_barite_ore.prospected": "Barite", - "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.diorite_borax_ore.prospected": "Borax", - "block.gtceu.diorite_bornite_ore.prospected": "Bornite", - "block.gtceu.diorite_calcite_ore.prospected": "Calcite", - "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.diorite_chromite_ore.prospected": "Chromite", - "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.diorite_coal_ore.prospected": "Coal", - "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.diorite_copper_ore.prospected": "Copper", - "block.gtceu.diorite_diamond_ore.prospected": "Diamond", - "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.diorite_emerald_ore.prospected": "Emerald", - "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.diorite_galena_ore.prospected": "Galena", - "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.diorite_goethite_ore.prospected": "Goethite", - "block.gtceu.diorite_gold_ore.prospected": "Gold", - "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.diorite_graphite_ore.prospected": "Graphite", - "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.diorite_grossular_ore.prospected": "Grossular", - "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.diorite_hematite_ore.prospected": "Hematite", - "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.diorite_iron_ore.prospected": "Iron", - "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.diorite_lapis_ore.prospected": "Lapis", - "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.diorite_lead_ore.prospected": "Lead", - "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.diorite_lithium_ore.prospected": "Lithium", - "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.diorite_malachite_ore.prospected": "Malachite", - "block.gtceu.diorite_mica_ore.prospected": "Mica", - "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.diorite_monazite_ore.prospected": "Monazite", - "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.diorite_nickel_ore.prospected": "Nickel", - "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.diorite_olivine_ore.prospected": "Olivine", - "block.gtceu.diorite_opal_ore.prospected": "Opal", - "block.gtceu.diorite_palladium_ore.prospected": "Palladium", - "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.diorite_platinum_ore.prospected": "Platinum", - "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.diorite_powellite_ore.prospected": "Powellite", - "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.diorite_realgar_ore.prospected": "Realgar", - "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.diorite_redstone_ore.prospected": "Redstone", - "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.diorite_ruby_ore.prospected": "Ruby", - "block.gtceu.diorite_salt_ore.prospected": "Salt", - "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.diorite_silver_ore.prospected": "Silver", - "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.diorite_talc_ore.prospected": "Talc", - "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.diorite_thorium_ore.prospected": "Thorium", - "block.gtceu.diorite_tin_ore.prospected": "Tin", - "block.gtceu.diorite_topaz_ore.prospected": "Topaz", - "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.diorite_trona_ore.prospected": "Trona", - "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", - "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", - "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", - "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dolomite_barite_ore.prospected": "Barite", - "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dolomite_borax_ore.prospected": "Borax", - "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", - "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", - "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", - "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dolomite_coal_ore.prospected": "Coal", - "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dolomite_copper_ore.prospected": "Copper", - "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", - "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", - "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dolomite_galena_ore.prospected": "Galena", - "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", - "block.gtceu.dolomite_gold_ore.prospected": "Gold", - "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", - "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", - "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", - "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dolomite_iron_ore.prospected": "Iron", - "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", - "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dolomite_lead_ore.prospected": "Lead", - "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", - "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", - "block.gtceu.dolomite_mica_ore.prospected": "Mica", - "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", - "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", - "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", - "block.gtceu.dolomite_opal_ore.prospected": "Opal", - "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", - "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", - "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", - "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", - "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", - "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", - "block.gtceu.dolomite_salt_ore.prospected": "Salt", - "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dolomite_silver_ore.prospected": "Silver", - "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dolomite_talc_ore.prospected": "Talc", - "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", - "block.gtceu.dolomite_tin_ore.prospected": "Tin", - "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", - "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dolomite_trona_ore.prospected": "Trona", - "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", - "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", - "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", - "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gabbro_barite_ore.prospected": "Barite", - "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gabbro_borax_ore.prospected": "Borax", - "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", - "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", - "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", - "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gabbro_coal_ore.prospected": "Coal", - "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gabbro_copper_ore.prospected": "Copper", - "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", - "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", - "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gabbro_galena_ore.prospected": "Galena", - "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", - "block.gtceu.gabbro_gold_ore.prospected": "Gold", - "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", - "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", - "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", - "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gabbro_iron_ore.prospected": "Iron", - "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", - "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gabbro_lead_ore.prospected": "Lead", - "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", - "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", - "block.gtceu.gabbro_mica_ore.prospected": "Mica", - "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", - "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", - "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", - "block.gtceu.gabbro_opal_ore.prospected": "Opal", - "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", - "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", - "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", - "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", - "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", - "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", - "block.gtceu.gabbro_salt_ore.prospected": "Salt", - "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gabbro_silver_ore.prospected": "Silver", - "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gabbro_talc_ore.prospected": "Talc", - "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", - "block.gtceu.gabbro_tin_ore.prospected": "Tin", - "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", - "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gabbro_trona_ore.prospected": "Trona", - "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", - "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", - "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", - "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gneiss_barite_ore.prospected": "Barite", - "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gneiss_borax_ore.prospected": "Borax", - "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", - "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", - "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", - "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gneiss_coal_ore.prospected": "Coal", - "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gneiss_copper_ore.prospected": "Copper", - "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", - "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", - "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gneiss_galena_ore.prospected": "Galena", - "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", - "block.gtceu.gneiss_gold_ore.prospected": "Gold", - "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", - "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", - "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", - "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gneiss_iron_ore.prospected": "Iron", - "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", - "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gneiss_lead_ore.prospected": "Lead", - "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", - "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", - "block.gtceu.gneiss_mica_ore.prospected": "Mica", - "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", - "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", - "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", - "block.gtceu.gneiss_opal_ore.prospected": "Opal", - "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", - "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", - "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", - "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", - "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", - "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", - "block.gtceu.gneiss_salt_ore.prospected": "Salt", - "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gneiss_silver_ore.prospected": "Silver", - "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gneiss_talc_ore.prospected": "Talc", - "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", - "block.gtceu.gneiss_tin_ore.prospected": "Tin", - "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", - "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gneiss_trona_ore.prospected": "Trona", - "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", - "block.gtceu.granite_almandine_ore.prospected": "Almandine", - "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.granite_alunite_ore.prospected": "Alunite", - "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.granite_apatite_ore.prospected": "Apatite", - "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.granite_barite_ore.prospected": "Barite", - "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.granite_borax_ore.prospected": "Borax", - "block.gtceu.granite_bornite_ore.prospected": "Bornite", - "block.gtceu.granite_calcite_ore.prospected": "Calcite", - "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.granite_chromite_ore.prospected": "Chromite", - "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.granite_coal_ore.prospected": "Coal", - "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.granite_copper_ore.prospected": "Copper", - "block.gtceu.granite_diamond_ore.prospected": "Diamond", - "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.granite_emerald_ore.prospected": "Emerald", - "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.granite_galena_ore.prospected": "Galena", - "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.granite_goethite_ore.prospected": "Goethite", - "block.gtceu.granite_gold_ore.prospected": "Gold", - "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.granite_graphite_ore.prospected": "Graphite", - "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.granite_grossular_ore.prospected": "Grossular", - "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.granite_hematite_ore.prospected": "Hematite", - "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.granite_iron_ore.prospected": "Iron", - "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.granite_lapis_ore.prospected": "Lapis", - "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.granite_lead_ore.prospected": "Lead", - "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.granite_lithium_ore.prospected": "Lithium", - "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.granite_malachite_ore.prospected": "Malachite", - "block.gtceu.granite_mica_ore.prospected": "Mica", - "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.granite_monazite_ore.prospected": "Monazite", - "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.granite_nickel_ore.prospected": "Nickel", - "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.granite_olivine_ore.prospected": "Olivine", - "block.gtceu.granite_opal_ore.prospected": "Opal", - "block.gtceu.granite_palladium_ore.prospected": "Palladium", - "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.granite_platinum_ore.prospected": "Platinum", - "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.granite_powellite_ore.prospected": "Powellite", - "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.granite_realgar_ore.prospected": "Realgar", - "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.granite_redstone_ore.prospected": "Redstone", - "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.granite_ruby_ore.prospected": "Ruby", - "block.gtceu.granite_salt_ore.prospected": "Salt", - "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.granite_silver_ore.prospected": "Silver", - "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.granite_talc_ore.prospected": "Talc", - "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.granite_thorium_ore.prospected": "Thorium", - "block.gtceu.granite_tin_ore.prospected": "Tin", - "block.gtceu.granite_topaz_ore.prospected": "Topaz", - "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.granite_trona_ore.prospected": "Trona", - "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.limestone_almandine_ore.prospected": "Almandine", - "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.limestone_alunite_ore.prospected": "Alunite", - "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.limestone_apatite_ore.prospected": "Apatite", - "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.limestone_barite_ore.prospected": "Barite", - "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.limestone_borax_ore.prospected": "Borax", - "block.gtceu.limestone_bornite_ore.prospected": "Bornite", - "block.gtceu.limestone_calcite_ore.prospected": "Calcite", - "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.limestone_chromite_ore.prospected": "Chromite", - "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.limestone_coal_ore.prospected": "Coal", - "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.limestone_copper_ore.prospected": "Copper", - "block.gtceu.limestone_diamond_ore.prospected": "Diamond", - "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.limestone_emerald_ore.prospected": "Emerald", - "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.limestone_galena_ore.prospected": "Galena", - "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.limestone_goethite_ore.prospected": "Goethite", - "block.gtceu.limestone_gold_ore.prospected": "Gold", - "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.limestone_graphite_ore.prospected": "Graphite", - "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.limestone_grossular_ore.prospected": "Grossular", - "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.limestone_hematite_ore.prospected": "Hematite", - "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.limestone_iron_ore.prospected": "Iron", - "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.limestone_lapis_ore.prospected": "Lapis", - "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.limestone_lead_ore.prospected": "Lead", - "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.limestone_lithium_ore.prospected": "Lithium", - "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.limestone_malachite_ore.prospected": "Malachite", - "block.gtceu.limestone_mica_ore.prospected": "Mica", - "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.limestone_monazite_ore.prospected": "Monazite", - "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.limestone_nickel_ore.prospected": "Nickel", - "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.limestone_olivine_ore.prospected": "Olivine", - "block.gtceu.limestone_opal_ore.prospected": "Opal", - "block.gtceu.limestone_palladium_ore.prospected": "Palladium", - "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.limestone_platinum_ore.prospected": "Platinum", - "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.limestone_powellite_ore.prospected": "Powellite", - "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.limestone_realgar_ore.prospected": "Realgar", - "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.limestone_redstone_ore.prospected": "Redstone", - "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.limestone_ruby_ore.prospected": "Ruby", - "block.gtceu.limestone_salt_ore.prospected": "Salt", - "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.limestone_silver_ore.prospected": "Silver", - "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.limestone_talc_ore.prospected": "Talc", - "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.limestone_thorium_ore.prospected": "Thorium", - "block.gtceu.limestone_tin_ore.prospected": "Tin", - "block.gtceu.limestone_topaz_ore.prospected": "Topaz", - "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.limestone_trona_ore.prospected": "Trona", - "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.marble_almandine_ore.prospected": "Almandine", - "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", - "block.gtceu.marble_alunite_ore.prospected": "Alunite", - "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", - "block.gtceu.marble_apatite_ore.prospected": "Apatite", - "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", - "block.gtceu.marble_barite_ore.prospected": "Barite", - "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", - "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", - "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", - "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", - "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.marble_borax_ore.prospected": "Borax", - "block.gtceu.marble_bornite_ore.prospected": "Bornite", - "block.gtceu.marble_calcite_ore.prospected": "Calcite", - "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.marble_chromite_ore.prospected": "Chromite", - "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.marble_coal_ore.prospected": "Coal", - "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", - "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", - "block.gtceu.marble_copper_ore.prospected": "Copper", - "block.gtceu.marble_diamond_ore.prospected": "Diamond", - "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", - "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", - "block.gtceu.marble_emerald_ore.prospected": "Emerald", - "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.marble_galena_ore.prospected": "Galena", - "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", - "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.marble_goethite_ore.prospected": "Goethite", - "block.gtceu.marble_gold_ore.prospected": "Gold", - "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.marble_graphite_ore.prospected": "Graphite", - "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.marble_grossular_ore.prospected": "Grossular", - "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", - "block.gtceu.marble_hematite_ore.prospected": "Hematite", - "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.marble_iron_ore.prospected": "Iron", - "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", - "block.gtceu.marble_lapis_ore.prospected": "Lapis", - "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", - "block.gtceu.marble_lead_ore.prospected": "Lead", - "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.marble_lithium_ore.prospected": "Lithium", - "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", - "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", - "block.gtceu.marble_malachite_ore.prospected": "Malachite", - "block.gtceu.marble_mica_ore.prospected": "Mica", - "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.marble_monazite_ore.prospected": "Monazite", - "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", - "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", - "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.marble_nickel_ore.prospected": "Nickel", - "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", - "block.gtceu.marble_olivine_ore.prospected": "Olivine", - "block.gtceu.marble_opal_ore.prospected": "Opal", - "block.gtceu.marble_palladium_ore.prospected": "Palladium", - "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.marble_platinum_ore.prospected": "Platinum", - "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", - "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", - "block.gtceu.marble_powellite_ore.prospected": "Powellite", - "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", - "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", - "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", - "block.gtceu.marble_realgar_ore.prospected": "Realgar", - "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.marble_redstone_ore.prospected": "Redstone", - "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.marble_ruby_ore.prospected": "Ruby", - "block.gtceu.marble_salt_ore.prospected": "Salt", - "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", - "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", - "block.gtceu.marble_silver_ore.prospected": "Silver", - "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", - "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", - "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", - "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", - "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", - "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", - "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", - "block.gtceu.marble_talc_ore.prospected": "Talc", - "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", - "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.marble_thorium_ore.prospected": "Thorium", - "block.gtceu.marble_tin_ore.prospected": "Tin", - "block.gtceu.marble_topaz_ore.prospected": "Topaz", - "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.marble_trona_ore.prospected": "Trona", - "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", - "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", - "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", - "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", - "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", - "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", - "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.phyllite_barite_ore.prospected": "Barite", - "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.phyllite_borax_ore.prospected": "Borax", - "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", - "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", - "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", - "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.phyllite_coal_ore.prospected": "Coal", - "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.phyllite_copper_ore.prospected": "Copper", - "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", - "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", - "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.phyllite_galena_ore.prospected": "Galena", - "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", - "block.gtceu.phyllite_gold_ore.prospected": "Gold", - "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", - "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", - "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", - "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.phyllite_iron_ore.prospected": "Iron", - "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", - "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.phyllite_lead_ore.prospected": "Lead", - "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", - "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", - "block.gtceu.phyllite_mica_ore.prospected": "Mica", - "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", - "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", - "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", - "block.gtceu.phyllite_opal_ore.prospected": "Opal", - "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", - "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", - "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", - "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", - "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", - "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", - "block.gtceu.phyllite_salt_ore.prospected": "Salt", - "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.phyllite_silver_ore.prospected": "Silver", - "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.phyllite_talc_ore.prospected": "Talc", - "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", - "block.gtceu.phyllite_tin_ore.prospected": "Tin", - "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", - "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.phyllite_trona_ore.prospected": "Trona", - "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", - "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", - "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", - "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.quartzite_barite_ore.prospected": "Barite", - "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.quartzite_borax_ore.prospected": "Borax", - "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", - "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", - "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", - "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.quartzite_coal_ore.prospected": "Coal", - "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.quartzite_copper_ore.prospected": "Copper", - "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", - "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", - "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.quartzite_galena_ore.prospected": "Galena", - "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", - "block.gtceu.quartzite_gold_ore.prospected": "Gold", - "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", - "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", - "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", - "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.quartzite_iron_ore.prospected": "Iron", - "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", - "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.quartzite_lead_ore.prospected": "Lead", - "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", - "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", - "block.gtceu.quartzite_mica_ore.prospected": "Mica", - "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", - "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", - "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", - "block.gtceu.quartzite_opal_ore.prospected": "Opal", - "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", - "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", - "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", - "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", - "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", - "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", - "block.gtceu.quartzite_salt_ore.prospected": "Salt", - "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.quartzite_silver_ore.prospected": "Silver", - "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.quartzite_talc_ore.prospected": "Talc", - "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", - "block.gtceu.quartzite_tin_ore.prospected": "Tin", - "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", - "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.quartzite_trona_ore.prospected": "Trona", - "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", - "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", - "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", - "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.rhyolite_barite_ore.prospected": "Barite", - "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.rhyolite_borax_ore.prospected": "Borax", - "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", - "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", - "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", - "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.rhyolite_coal_ore.prospected": "Coal", - "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.rhyolite_copper_ore.prospected": "Copper", - "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", - "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", - "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.rhyolite_galena_ore.prospected": "Galena", - "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", - "block.gtceu.rhyolite_gold_ore.prospected": "Gold", - "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", - "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", - "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", - "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.rhyolite_iron_ore.prospected": "Iron", - "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", - "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.rhyolite_lead_ore.prospected": "Lead", - "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", - "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", - "block.gtceu.rhyolite_mica_ore.prospected": "Mica", - "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", - "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", - "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", - "block.gtceu.rhyolite_opal_ore.prospected": "Opal", - "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", - "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", - "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", - "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", - "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", - "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", - "block.gtceu.rhyolite_salt_ore.prospected": "Salt", - "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.rhyolite_silver_ore.prospected": "Silver", - "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.rhyolite_talc_ore.prospected": "Talc", - "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", - "block.gtceu.rhyolite_tin_ore.prospected": "Tin", - "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", - "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.rhyolite_trona_ore.prospected": "Trona", - "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.schist_almandine_ore.prospected": "Almandine", - "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", - "block.gtceu.schist_alunite_ore.prospected": "Alunite", - "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", - "block.gtceu.schist_apatite_ore.prospected": "Apatite", - "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", - "block.gtceu.schist_barite_ore.prospected": "Barite", - "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", - "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", - "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", - "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", - "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.schist_borax_ore.prospected": "Borax", - "block.gtceu.schist_bornite_ore.prospected": "Bornite", - "block.gtceu.schist_calcite_ore.prospected": "Calcite", - "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.schist_chromite_ore.prospected": "Chromite", - "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.schist_coal_ore.prospected": "Coal", - "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", - "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", - "block.gtceu.schist_copper_ore.prospected": "Copper", - "block.gtceu.schist_diamond_ore.prospected": "Diamond", - "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", - "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", - "block.gtceu.schist_emerald_ore.prospected": "Emerald", - "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.schist_galena_ore.prospected": "Galena", - "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", - "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.schist_goethite_ore.prospected": "Goethite", - "block.gtceu.schist_gold_ore.prospected": "Gold", - "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.schist_graphite_ore.prospected": "Graphite", - "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.schist_grossular_ore.prospected": "Grossular", - "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", - "block.gtceu.schist_hematite_ore.prospected": "Hematite", - "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.schist_iron_ore.prospected": "Iron", - "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", - "block.gtceu.schist_lapis_ore.prospected": "Lapis", - "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", - "block.gtceu.schist_lead_ore.prospected": "Lead", - "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.schist_lithium_ore.prospected": "Lithium", - "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", - "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", - "block.gtceu.schist_malachite_ore.prospected": "Malachite", - "block.gtceu.schist_mica_ore.prospected": "Mica", - "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.schist_monazite_ore.prospected": "Monazite", - "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", - "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", - "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.schist_nickel_ore.prospected": "Nickel", - "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", - "block.gtceu.schist_olivine_ore.prospected": "Olivine", - "block.gtceu.schist_opal_ore.prospected": "Opal", - "block.gtceu.schist_palladium_ore.prospected": "Palladium", - "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.schist_platinum_ore.prospected": "Platinum", - "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", - "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", - "block.gtceu.schist_powellite_ore.prospected": "Powellite", - "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", - "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", - "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", - "block.gtceu.schist_realgar_ore.prospected": "Realgar", - "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.schist_redstone_ore.prospected": "Redstone", - "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.schist_ruby_ore.prospected": "Ruby", - "block.gtceu.schist_salt_ore.prospected": "Salt", - "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", - "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", - "block.gtceu.schist_silver_ore.prospected": "Silver", - "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", - "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", - "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", - "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", - "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", - "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", - "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", - "block.gtceu.schist_talc_ore.prospected": "Talc", - "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", - "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.schist_thorium_ore.prospected": "Thorium", - "block.gtceu.schist_tin_ore.prospected": "Tin", - "block.gtceu.schist_topaz_ore.prospected": "Topaz", - "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.schist_trona_ore.prospected": "Trona", - "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", - "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", - "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", - "block.gtceu.shale_almandine_ore.prospected": "Almandine", - "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", - "block.gtceu.shale_alunite_ore.prospected": "Alunite", - "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", - "block.gtceu.shale_apatite_ore.prospected": "Apatite", - "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", - "block.gtceu.shale_barite_ore.prospected": "Barite", - "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", - "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", - "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", - "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", - "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.shale_borax_ore.prospected": "Borax", - "block.gtceu.shale_bornite_ore.prospected": "Bornite", - "block.gtceu.shale_calcite_ore.prospected": "Calcite", - "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.shale_chromite_ore.prospected": "Chromite", - "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.shale_coal_ore.prospected": "Coal", - "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", - "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", - "block.gtceu.shale_copper_ore.prospected": "Copper", - "block.gtceu.shale_diamond_ore.prospected": "Diamond", - "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", - "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", - "block.gtceu.shale_emerald_ore.prospected": "Emerald", - "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.shale_galena_ore.prospected": "Galena", - "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", - "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.shale_goethite_ore.prospected": "Goethite", - "block.gtceu.shale_gold_ore.prospected": "Gold", - "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.shale_graphite_ore.prospected": "Graphite", - "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.shale_grossular_ore.prospected": "Grossular", - "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", - "block.gtceu.shale_hematite_ore.prospected": "Hematite", - "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.shale_iron_ore.prospected": "Iron", - "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", - "block.gtceu.shale_lapis_ore.prospected": "Lapis", - "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", - "block.gtceu.shale_lead_ore.prospected": "Lead", - "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.shale_lithium_ore.prospected": "Lithium", - "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", - "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", - "block.gtceu.shale_malachite_ore.prospected": "Malachite", - "block.gtceu.shale_mica_ore.prospected": "Mica", - "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.shale_monazite_ore.prospected": "Monazite", - "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", - "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", - "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.shale_nickel_ore.prospected": "Nickel", - "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", - "block.gtceu.shale_olivine_ore.prospected": "Olivine", - "block.gtceu.shale_opal_ore.prospected": "Opal", - "block.gtceu.shale_palladium_ore.prospected": "Palladium", - "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.shale_platinum_ore.prospected": "Platinum", - "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", - "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", - "block.gtceu.shale_powellite_ore.prospected": "Powellite", - "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", - "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", - "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", - "block.gtceu.shale_realgar_ore.prospected": "Realgar", - "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.shale_redstone_ore.prospected": "Redstone", - "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.shale_ruby_ore.prospected": "Ruby", - "block.gtceu.shale_salt_ore.prospected": "Salt", - "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", - "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", - "block.gtceu.shale_silver_ore.prospected": "Silver", - "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", - "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", - "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", - "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", - "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", - "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", - "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", - "block.gtceu.shale_talc_ore.prospected": "Talc", - "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", - "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.shale_thorium_ore.prospected": "Thorium", - "block.gtceu.shale_tin_ore.prospected": "Tin", - "block.gtceu.shale_topaz_ore.prospected": "Topaz", - "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.shale_trona_ore.prospected": "Trona", - "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", - "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", - "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", - "block.gtceu.slate_almandine_ore.prospected": "Almandine", - "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.slate_alunite_ore.prospected": "Alunite", - "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.slate_apatite_ore.prospected": "Apatite", - "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.slate_barite_ore.prospected": "Barite", - "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.slate_borax_ore.prospected": "Borax", - "block.gtceu.slate_bornite_ore.prospected": "Bornite", - "block.gtceu.slate_calcite_ore.prospected": "Calcite", - "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.slate_chromite_ore.prospected": "Chromite", - "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.slate_coal_ore.prospected": "Coal", - "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.slate_copper_ore.prospected": "Copper", - "block.gtceu.slate_diamond_ore.prospected": "Diamond", - "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.slate_emerald_ore.prospected": "Emerald", - "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.slate_galena_ore.prospected": "Galena", - "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.slate_goethite_ore.prospected": "Goethite", - "block.gtceu.slate_gold_ore.prospected": "Gold", - "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.slate_graphite_ore.prospected": "Graphite", - "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.slate_grossular_ore.prospected": "Grossular", - "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.slate_hematite_ore.prospected": "Hematite", - "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.slate_iron_ore.prospected": "Iron", - "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.slate_lapis_ore.prospected": "Lapis", - "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.slate_lead_ore.prospected": "Lead", - "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.slate_lithium_ore.prospected": "Lithium", - "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.slate_malachite_ore.prospected": "Malachite", - "block.gtceu.slate_mica_ore.prospected": "Mica", - "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.slate_monazite_ore.prospected": "Monazite", - "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.slate_nickel_ore.prospected": "Nickel", - "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.slate_olivine_ore.prospected": "Olivine", - "block.gtceu.slate_opal_ore.prospected": "Opal", - "block.gtceu.slate_palladium_ore.prospected": "Palladium", - "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.slate_platinum_ore.prospected": "Platinum", - "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.slate_powellite_ore.prospected": "Powellite", - "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.slate_realgar_ore.prospected": "Realgar", - "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.slate_redstone_ore.prospected": "Redstone", - "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.slate_ruby_ore.prospected": "Ruby", - "block.gtceu.slate_salt_ore.prospected": "Salt", - "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.slate_silver_ore.prospected": "Silver", - "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.slate_talc_ore.prospected": "Talc", - "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.slate_thorium_ore.prospected": "Thorium", - "block.gtceu.slate_tin_ore.prospected": "Tin", - "block.gtceu.slate_topaz_ore.prospected": "Topaz", - "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.slate_trona_ore.prospected": "Trona", - "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", - "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", - "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", - "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.deepslate_barite_ore.prospected": "Barite", - "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.deepslate_borax_ore.prospected": "Borax", - "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", - "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", - "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", - "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.deepslate_coal_ore.prospected": "Coal", - "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.deepslate_copper_ore.prospected": "Copper", - "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", - "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", - "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.deepslate_galena_ore.prospected": "Galena", - "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", - "block.gtceu.deepslate_gold_ore.prospected": "Gold", - "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", - "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", - "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", - "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.deepslate_iron_ore.prospected": "Iron", - "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", - "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.deepslate_lead_ore.prospected": "Lead", - "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", - "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", - "block.gtceu.deepslate_mica_ore.prospected": "Mica", - "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", - "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", - "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", - "block.gtceu.deepslate_opal_ore.prospected": "Opal", - "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", - "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", - "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", - "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", - "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", - "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", - "block.gtceu.deepslate_salt_ore.prospected": "Salt", - "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.deepslate_silver_ore.prospected": "Silver", - "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.deepslate_talc_ore.prospected": "Talc", - "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", - "block.gtceu.deepslate_tin_ore.prospected": "Tin", - "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", - "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.deepslate_trona_ore.prospected": "Trona", - "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", - "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", - "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", - "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", - "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", - "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", - "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", - "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", - "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", - "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", - "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", - "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", - "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", - "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", - "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", - "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", - "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", - "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", - "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", - "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", - "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", - "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", - "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", - "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", - "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", - "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", - "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", - "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", - "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", - "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", - "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", - "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", - "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", - "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", - "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", - "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", - "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", - "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", - "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", - "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", - "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", - "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", - "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", - "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", - "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dripstone_barite_ore.prospected": "Barite", - "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dripstone_borax_ore.prospected": "Borax", - "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", - "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", - "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", - "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dripstone_coal_ore.prospected": "Coal", - "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dripstone_copper_ore.prospected": "Copper", - "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", - "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", - "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dripstone_galena_ore.prospected": "Galena", - "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", - "block.gtceu.dripstone_gold_ore.prospected": "Gold", - "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", - "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", - "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", - "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dripstone_iron_ore.prospected": "Iron", - "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", - "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dripstone_lead_ore.prospected": "Lead", - "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", - "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", - "block.gtceu.dripstone_mica_ore.prospected": "Mica", - "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", - "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", - "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", - "block.gtceu.dripstone_opal_ore.prospected": "Opal", - "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", - "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", - "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", - "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", - "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", - "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", - "block.gtceu.dripstone_salt_ore.prospected": "Salt", - "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dripstone_silver_ore.prospected": "Silver", - "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dripstone_talc_ore.prospected": "Talc", - "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", - "block.gtceu.dripstone_tin_ore.prospected": "Tin", - "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", - "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dripstone_trona_ore.prospected": "Trona", - "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", - "fluid.tfc.salt_water": "Sea Water", - "item.tfc.bucket.salt_water": "Sea Water Bucket", - "item.tfc.powder.saltpeter": "Saltpeter Powder", - "item.tfc.powder.sulfur": "Sulfur Powder", - "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", - "metal.tfg.redstone": "Redstone", - "metal.tfg.red_alloy": "Red Alloy", - "metal.tfg.tin_alloy": "Tin Alloy", - "trim_material.tfc.almandine_tfc": "Almandine", - "trim_material.tfc.andradite_tfc": "Andradite", - "trim_material.tfc.blue_topaz_tfc": "Blue Topaz", - "trim_material.tfc.cinnabar_tfc": "Cinnabar", - "trim_material.tfc.coal_tfc": "Coal", - "trim_material.tfc.diamond_tfc": "Diamond", - "trim_material.tfc.emerald_tfc": "Emerald", - "trim_material.tfc.green_sapphire_tfc": "Green Sapphire", - "trim_material.tfc.grossular_tfc": "Grossular", - "trim_material.tfc.rutile_tfc": "Rutile", - "trim_material.tfc.lazurite_tfc": "Lazurite", - "trim_material.tfc.pyrope_tfc": "Pyrope", - "trim_material.tfc.rock_salt_tfc": "Rock Salt", - "trim_material.tfc.ruby_tfc": "Ruby", - "trim_material.tfc.salt_tfc": "salt", - "trim_material.tfc.sapphire_tfc": "Sapphire", - "trim_material.tfc.sodalite_tfc": "Sodalite", - "trim_material.tfc.coke_tfc": "Coke", - "trim_material.tfc.spessartine_tfc": "Spessartine", - "trim_material.tfc.topaz_tfc": "Topaz", - "trim_material.tfc.uvarovite_tfc": "Uvarovite", - "trim_material.tfc.nether_quartz_tfc": "Nether Quartz", - "trim_material.tfc.certus_quartz_tfc": "Certus Quartz", - "trim_material.tfc.quartzite_tfc": "Quartzite", - "trim_material.tfc.realgar_tfc": "Realgar", - "trim_material.tfc.malachite_tfc": "Malachite", - "trim_material.tfc.glass_tfc": "Glass", - "trim_material.tfc.olivine_tfc": "Olivine", - "trim_material.tfc.opal_tfc": "Opal", - "trim_material.tfc.amethyst_tfc": "Amethyst", - "trim_material.tfc.lapis_tfc": "Lapis", - "trim_material.tfc.apatite_tfc": "Apatite", - "trim_material.tfc.red_garnet_tfc": "Red Garnet", - "trim_material.tfc.yellow_garnet_tfc": "Yellow Garnet", - "trim_material.tfc.monazite_tfc": "Monazite", - "trim_material.tfc.rose_quartz_tfc": "Rose Quartz", - "trim_material.tfc.fluix_tfc": "Fluix", - "trim_material.tfc.silver_tfc": "Silver", - "trim_material.tfc.sterling_silver_tfc": "Sterling Silver", - "trim_material.tfc.gold_tfc": "Gold", - "trim_material.tfc.rose_gold_tfc": "Rose Gold", - "trim_material.tfc.nickel_tfc": "Nickel", - "trim_material.tfc.platinum_tfc": "Platinum", - "trim_material.tfc.titanium_tfc": "Titanium", - "trim_material.tfc.bismuth_tfc": "Bismuth", - "trim_material.tfc.neutronium_tfc": "Neutronium", - "trim_material.tfc.pyrite_tfc": "Pyrite", - "trim_material.tfc.redx_tfc": "RedX" + "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", + "block.tfc.fluid.salt_water": "Sea Water", + "block.tfc.cauldron.salt_water": "Sea Water Cauldron", + "block.gtceu.andesite_almandine_ore.prospected": "Almandine", + "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.andesite_alunite_ore.prospected": "Alunite", + "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.andesite_apatite_ore.prospected": "Apatite", + "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.andesite_barite_ore.prospected": "Barite", + "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.andesite_borax_ore.prospected": "Borax", + "block.gtceu.andesite_bornite_ore.prospected": "Bornite", + "block.gtceu.andesite_calcite_ore.prospected": "Calcite", + "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.andesite_chromite_ore.prospected": "Chromite", + "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.andesite_coal_ore.prospected": "Coal", + "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.andesite_copper_ore.prospected": "Copper", + "block.gtceu.andesite_diamond_ore.prospected": "Diamond", + "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.andesite_emerald_ore.prospected": "Emerald", + "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.andesite_galena_ore.prospected": "Galena", + "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.andesite_goethite_ore.prospected": "Goethite", + "block.gtceu.andesite_gold_ore.prospected": "Gold", + "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.andesite_graphite_ore.prospected": "Graphite", + "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.andesite_grossular_ore.prospected": "Grossular", + "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.andesite_hematite_ore.prospected": "Hematite", + "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.andesite_iron_ore.prospected": "Iron", + "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.andesite_lapis_ore.prospected": "Lapis", + "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.andesite_lead_ore.prospected": "Lead", + "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.andesite_lithium_ore.prospected": "Lithium", + "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.andesite_malachite_ore.prospected": "Malachite", + "block.gtceu.andesite_mica_ore.prospected": "Mica", + "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.andesite_monazite_ore.prospected": "Monazite", + "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.andesite_nickel_ore.prospected": "Nickel", + "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.andesite_olivine_ore.prospected": "Olivine", + "block.gtceu.andesite_opal_ore.prospected": "Opal", + "block.gtceu.andesite_palladium_ore.prospected": "Palladium", + "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.andesite_platinum_ore.prospected": "Platinum", + "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.andesite_powellite_ore.prospected": "Powellite", + "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.andesite_realgar_ore.prospected": "Realgar", + "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.andesite_redstone_ore.prospected": "Redstone", + "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.andesite_ruby_ore.prospected": "Ruby", + "block.gtceu.andesite_salt_ore.prospected": "Salt", + "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.andesite_silver_ore.prospected": "Silver", + "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.andesite_talc_ore.prospected": "Talc", + "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.andesite_thorium_ore.prospected": "Thorium", + "block.gtceu.andesite_tin_ore.prospected": "Tin", + "block.gtceu.andesite_topaz_ore.prospected": "Topaz", + "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.andesite_trona_ore.prospected": "Trona", + "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.basalt_almandine_ore.prospected": "Almandine", + "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", + "block.gtceu.basalt_alunite_ore.prospected": "Alunite", + "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", + "block.gtceu.basalt_apatite_ore.prospected": "Apatite", + "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", + "block.gtceu.basalt_barite_ore.prospected": "Barite", + "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", + "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", + "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", + "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", + "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.basalt_borax_ore.prospected": "Borax", + "block.gtceu.basalt_bornite_ore.prospected": "Bornite", + "block.gtceu.basalt_calcite_ore.prospected": "Calcite", + "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.basalt_chromite_ore.prospected": "Chromite", + "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.basalt_coal_ore.prospected": "Coal", + "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", + "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", + "block.gtceu.basalt_copper_ore.prospected": "Copper", + "block.gtceu.basalt_diamond_ore.prospected": "Diamond", + "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", + "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", + "block.gtceu.basalt_emerald_ore.prospected": "Emerald", + "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.basalt_galena_ore.prospected": "Galena", + "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", + "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.basalt_goethite_ore.prospected": "Goethite", + "block.gtceu.basalt_gold_ore.prospected": "Gold", + "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.basalt_graphite_ore.prospected": "Graphite", + "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.basalt_grossular_ore.prospected": "Grossular", + "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", + "block.gtceu.basalt_hematite_ore.prospected": "Hematite", + "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.basalt_iron_ore.prospected": "Iron", + "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", + "block.gtceu.basalt_lapis_ore.prospected": "Lapis", + "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", + "block.gtceu.basalt_lead_ore.prospected": "Lead", + "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.basalt_lithium_ore.prospected": "Lithium", + "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", + "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", + "block.gtceu.basalt_malachite_ore.prospected": "Malachite", + "block.gtceu.basalt_mica_ore.prospected": "Mica", + "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.basalt_monazite_ore.prospected": "Monazite", + "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", + "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", + "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.basalt_nickel_ore.prospected": "Nickel", + "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", + "block.gtceu.basalt_olivine_ore.prospected": "Olivine", + "block.gtceu.basalt_opal_ore.prospected": "Opal", + "block.gtceu.basalt_palladium_ore.prospected": "Palladium", + "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.basalt_platinum_ore.prospected": "Platinum", + "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", + "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", + "block.gtceu.basalt_powellite_ore.prospected": "Powellite", + "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", + "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", + "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", + "block.gtceu.basalt_realgar_ore.prospected": "Realgar", + "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.basalt_redstone_ore.prospected": "Redstone", + "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.basalt_ruby_ore.prospected": "Ruby", + "block.gtceu.basalt_salt_ore.prospected": "Salt", + "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", + "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", + "block.gtceu.basalt_silver_ore.prospected": "Silver", + "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", + "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", + "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", + "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", + "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", + "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", + "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", + "block.gtceu.basalt_talc_ore.prospected": "Talc", + "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", + "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.basalt_thorium_ore.prospected": "Thorium", + "block.gtceu.basalt_tin_ore.prospected": "Tin", + "block.gtceu.basalt_topaz_ore.prospected": "Topaz", + "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.basalt_trona_ore.prospected": "Trona", + "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", + "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", + "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chalk_almandine_ore.prospected": "Almandine", + "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chalk_alunite_ore.prospected": "Alunite", + "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chalk_apatite_ore.prospected": "Apatite", + "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chalk_barite_ore.prospected": "Barite", + "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chalk_borax_ore.prospected": "Borax", + "block.gtceu.chalk_bornite_ore.prospected": "Bornite", + "block.gtceu.chalk_calcite_ore.prospected": "Calcite", + "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chalk_chromite_ore.prospected": "Chromite", + "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chalk_coal_ore.prospected": "Coal", + "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chalk_copper_ore.prospected": "Copper", + "block.gtceu.chalk_diamond_ore.prospected": "Diamond", + "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chalk_emerald_ore.prospected": "Emerald", + "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chalk_galena_ore.prospected": "Galena", + "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chalk_goethite_ore.prospected": "Goethite", + "block.gtceu.chalk_gold_ore.prospected": "Gold", + "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chalk_graphite_ore.prospected": "Graphite", + "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chalk_grossular_ore.prospected": "Grossular", + "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chalk_hematite_ore.prospected": "Hematite", + "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chalk_iron_ore.prospected": "Iron", + "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chalk_lapis_ore.prospected": "Lapis", + "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chalk_lead_ore.prospected": "Lead", + "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chalk_lithium_ore.prospected": "Lithium", + "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chalk_malachite_ore.prospected": "Malachite", + "block.gtceu.chalk_mica_ore.prospected": "Mica", + "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chalk_monazite_ore.prospected": "Monazite", + "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chalk_nickel_ore.prospected": "Nickel", + "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chalk_olivine_ore.prospected": "Olivine", + "block.gtceu.chalk_opal_ore.prospected": "Opal", + "block.gtceu.chalk_palladium_ore.prospected": "Palladium", + "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chalk_platinum_ore.prospected": "Platinum", + "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chalk_powellite_ore.prospected": "Powellite", + "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chalk_realgar_ore.prospected": "Realgar", + "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chalk_redstone_ore.prospected": "Redstone", + "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chalk_ruby_ore.prospected": "Ruby", + "block.gtceu.chalk_salt_ore.prospected": "Salt", + "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chalk_silver_ore.prospected": "Silver", + "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chalk_talc_ore.prospected": "Talc", + "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chalk_thorium_ore.prospected": "Thorium", + "block.gtceu.chalk_tin_ore.prospected": "Tin", + "block.gtceu.chalk_topaz_ore.prospected": "Topaz", + "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chalk_trona_ore.prospected": "Trona", + "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chert_almandine_ore.prospected": "Almandine", + "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chert_alunite_ore.prospected": "Alunite", + "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chert_apatite_ore.prospected": "Apatite", + "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chert_barite_ore.prospected": "Barite", + "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chert_borax_ore.prospected": "Borax", + "block.gtceu.chert_bornite_ore.prospected": "Bornite", + "block.gtceu.chert_calcite_ore.prospected": "Calcite", + "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chert_chromite_ore.prospected": "Chromite", + "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chert_coal_ore.prospected": "Coal", + "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chert_copper_ore.prospected": "Copper", + "block.gtceu.chert_diamond_ore.prospected": "Diamond", + "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chert_emerald_ore.prospected": "Emerald", + "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chert_galena_ore.prospected": "Galena", + "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chert_goethite_ore.prospected": "Goethite", + "block.gtceu.chert_gold_ore.prospected": "Gold", + "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chert_graphite_ore.prospected": "Graphite", + "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chert_grossular_ore.prospected": "Grossular", + "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chert_hematite_ore.prospected": "Hematite", + "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chert_iron_ore.prospected": "Iron", + "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chert_lapis_ore.prospected": "Lapis", + "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chert_lead_ore.prospected": "Lead", + "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chert_lithium_ore.prospected": "Lithium", + "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chert_malachite_ore.prospected": "Malachite", + "block.gtceu.chert_mica_ore.prospected": "Mica", + "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chert_monazite_ore.prospected": "Monazite", + "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chert_nickel_ore.prospected": "Nickel", + "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chert_olivine_ore.prospected": "Olivine", + "block.gtceu.chert_opal_ore.prospected": "Opal", + "block.gtceu.chert_palladium_ore.prospected": "Palladium", + "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chert_platinum_ore.prospected": "Platinum", + "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chert_powellite_ore.prospected": "Powellite", + "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chert_realgar_ore.prospected": "Realgar", + "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chert_redstone_ore.prospected": "Redstone", + "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chert_ruby_ore.prospected": "Ruby", + "block.gtceu.chert_salt_ore.prospected": "Salt", + "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chert_silver_ore.prospected": "Silver", + "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chert_talc_ore.prospected": "Talc", + "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chert_thorium_ore.prospected": "Thorium", + "block.gtceu.chert_tin_ore.prospected": "Tin", + "block.gtceu.chert_topaz_ore.prospected": "Topaz", + "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chert_trona_ore.prospected": "Trona", + "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", + "block.gtceu.claystone_almandine_ore.prospected": "Almandine", + "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.claystone_alunite_ore.prospected": "Alunite", + "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.claystone_apatite_ore.prospected": "Apatite", + "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.claystone_barite_ore.prospected": "Barite", + "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.claystone_borax_ore.prospected": "Borax", + "block.gtceu.claystone_bornite_ore.prospected": "Bornite", + "block.gtceu.claystone_calcite_ore.prospected": "Calcite", + "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.claystone_chromite_ore.prospected": "Chromite", + "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.claystone_coal_ore.prospected": "Coal", + "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.claystone_copper_ore.prospected": "Copper", + "block.gtceu.claystone_diamond_ore.prospected": "Diamond", + "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.claystone_emerald_ore.prospected": "Emerald", + "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.claystone_galena_ore.prospected": "Galena", + "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.claystone_goethite_ore.prospected": "Goethite", + "block.gtceu.claystone_gold_ore.prospected": "Gold", + "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.claystone_graphite_ore.prospected": "Graphite", + "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.claystone_grossular_ore.prospected": "Grossular", + "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.claystone_hematite_ore.prospected": "Hematite", + "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.claystone_iron_ore.prospected": "Iron", + "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.claystone_lapis_ore.prospected": "Lapis", + "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.claystone_lead_ore.prospected": "Lead", + "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.claystone_lithium_ore.prospected": "Lithium", + "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.claystone_malachite_ore.prospected": "Malachite", + "block.gtceu.claystone_mica_ore.prospected": "Mica", + "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.claystone_monazite_ore.prospected": "Monazite", + "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.claystone_nickel_ore.prospected": "Nickel", + "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.claystone_olivine_ore.prospected": "Olivine", + "block.gtceu.claystone_opal_ore.prospected": "Opal", + "block.gtceu.claystone_palladium_ore.prospected": "Palladium", + "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.claystone_platinum_ore.prospected": "Platinum", + "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.claystone_powellite_ore.prospected": "Powellite", + "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.claystone_realgar_ore.prospected": "Realgar", + "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.claystone_redstone_ore.prospected": "Redstone", + "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.claystone_ruby_ore.prospected": "Ruby", + "block.gtceu.claystone_salt_ore.prospected": "Salt", + "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.claystone_silver_ore.prospected": "Silver", + "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.claystone_talc_ore.prospected": "Talc", + "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.claystone_thorium_ore.prospected": "Thorium", + "block.gtceu.claystone_tin_ore.prospected": "Tin", + "block.gtceu.claystone_topaz_ore.prospected": "Topaz", + "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.claystone_trona_ore.prospected": "Trona", + "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", + "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", + "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", + "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.conglomerate_barite_ore.prospected": "Barite", + "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.conglomerate_borax_ore.prospected": "Borax", + "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", + "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", + "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", + "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.conglomerate_coal_ore.prospected": "Coal", + "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.conglomerate_copper_ore.prospected": "Copper", + "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", + "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", + "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.conglomerate_galena_ore.prospected": "Galena", + "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", + "block.gtceu.conglomerate_gold_ore.prospected": "Gold", + "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", + "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", + "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", + "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.conglomerate_iron_ore.prospected": "Iron", + "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", + "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.conglomerate_lead_ore.prospected": "Lead", + "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", + "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", + "block.gtceu.conglomerate_mica_ore.prospected": "Mica", + "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", + "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", + "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", + "block.gtceu.conglomerate_opal_ore.prospected": "Opal", + "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", + "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", + "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", + "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", + "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", + "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", + "block.gtceu.conglomerate_salt_ore.prospected": "Salt", + "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.conglomerate_silver_ore.prospected": "Silver", + "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.conglomerate_talc_ore.prospected": "Talc", + "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", + "block.gtceu.conglomerate_tin_ore.prospected": "Tin", + "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", + "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.conglomerate_trona_ore.prospected": "Trona", + "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dacite_almandine_ore.prospected": "Almandine", + "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dacite_alunite_ore.prospected": "Alunite", + "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dacite_apatite_ore.prospected": "Apatite", + "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dacite_barite_ore.prospected": "Barite", + "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dacite_borax_ore.prospected": "Borax", + "block.gtceu.dacite_bornite_ore.prospected": "Bornite", + "block.gtceu.dacite_calcite_ore.prospected": "Calcite", + "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dacite_chromite_ore.prospected": "Chromite", + "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dacite_coal_ore.prospected": "Coal", + "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dacite_copper_ore.prospected": "Copper", + "block.gtceu.dacite_diamond_ore.prospected": "Diamond", + "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dacite_emerald_ore.prospected": "Emerald", + "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dacite_galena_ore.prospected": "Galena", + "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dacite_goethite_ore.prospected": "Goethite", + "block.gtceu.dacite_gold_ore.prospected": "Gold", + "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dacite_graphite_ore.prospected": "Graphite", + "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dacite_grossular_ore.prospected": "Grossular", + "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dacite_hematite_ore.prospected": "Hematite", + "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dacite_iron_ore.prospected": "Iron", + "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dacite_lapis_ore.prospected": "Lapis", + "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dacite_lead_ore.prospected": "Lead", + "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dacite_lithium_ore.prospected": "Lithium", + "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dacite_malachite_ore.prospected": "Malachite", + "block.gtceu.dacite_mica_ore.prospected": "Mica", + "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dacite_monazite_ore.prospected": "Monazite", + "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dacite_nickel_ore.prospected": "Nickel", + "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dacite_olivine_ore.prospected": "Olivine", + "block.gtceu.dacite_opal_ore.prospected": "Opal", + "block.gtceu.dacite_palladium_ore.prospected": "Palladium", + "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dacite_platinum_ore.prospected": "Platinum", + "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dacite_powellite_ore.prospected": "Powellite", + "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dacite_realgar_ore.prospected": "Realgar", + "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dacite_redstone_ore.prospected": "Redstone", + "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dacite_ruby_ore.prospected": "Ruby", + "block.gtceu.dacite_salt_ore.prospected": "Salt", + "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dacite_silver_ore.prospected": "Silver", + "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dacite_talc_ore.prospected": "Talc", + "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dacite_thorium_ore.prospected": "Thorium", + "block.gtceu.dacite_tin_ore.prospected": "Tin", + "block.gtceu.dacite_topaz_ore.prospected": "Topaz", + "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dacite_trona_ore.prospected": "Trona", + "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.diorite_almandine_ore.prospected": "Almandine", + "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.diorite_alunite_ore.prospected": "Alunite", + "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.diorite_apatite_ore.prospected": "Apatite", + "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.diorite_barite_ore.prospected": "Barite", + "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.diorite_borax_ore.prospected": "Borax", + "block.gtceu.diorite_bornite_ore.prospected": "Bornite", + "block.gtceu.diorite_calcite_ore.prospected": "Calcite", + "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.diorite_chromite_ore.prospected": "Chromite", + "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.diorite_coal_ore.prospected": "Coal", + "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.diorite_copper_ore.prospected": "Copper", + "block.gtceu.diorite_diamond_ore.prospected": "Diamond", + "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.diorite_emerald_ore.prospected": "Emerald", + "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.diorite_galena_ore.prospected": "Galena", + "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.diorite_goethite_ore.prospected": "Goethite", + "block.gtceu.diorite_gold_ore.prospected": "Gold", + "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.diorite_graphite_ore.prospected": "Graphite", + "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.diorite_grossular_ore.prospected": "Grossular", + "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.diorite_hematite_ore.prospected": "Hematite", + "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.diorite_iron_ore.prospected": "Iron", + "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.diorite_lapis_ore.prospected": "Lapis", + "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.diorite_lead_ore.prospected": "Lead", + "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.diorite_lithium_ore.prospected": "Lithium", + "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.diorite_malachite_ore.prospected": "Malachite", + "block.gtceu.diorite_mica_ore.prospected": "Mica", + "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.diorite_monazite_ore.prospected": "Monazite", + "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.diorite_nickel_ore.prospected": "Nickel", + "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.diorite_olivine_ore.prospected": "Olivine", + "block.gtceu.diorite_opal_ore.prospected": "Opal", + "block.gtceu.diorite_palladium_ore.prospected": "Palladium", + "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.diorite_platinum_ore.prospected": "Platinum", + "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.diorite_powellite_ore.prospected": "Powellite", + "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.diorite_realgar_ore.prospected": "Realgar", + "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.diorite_redstone_ore.prospected": "Redstone", + "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.diorite_ruby_ore.prospected": "Ruby", + "block.gtceu.diorite_salt_ore.prospected": "Salt", + "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.diorite_silver_ore.prospected": "Silver", + "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.diorite_talc_ore.prospected": "Talc", + "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.diorite_thorium_ore.prospected": "Thorium", + "block.gtceu.diorite_tin_ore.prospected": "Tin", + "block.gtceu.diorite_topaz_ore.prospected": "Topaz", + "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.diorite_trona_ore.prospected": "Trona", + "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", + "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", + "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", + "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dolomite_barite_ore.prospected": "Barite", + "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dolomite_borax_ore.prospected": "Borax", + "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", + "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", + "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", + "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dolomite_coal_ore.prospected": "Coal", + "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dolomite_copper_ore.prospected": "Copper", + "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", + "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", + "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dolomite_galena_ore.prospected": "Galena", + "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", + "block.gtceu.dolomite_gold_ore.prospected": "Gold", + "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", + "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", + "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", + "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dolomite_iron_ore.prospected": "Iron", + "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", + "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dolomite_lead_ore.prospected": "Lead", + "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", + "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", + "block.gtceu.dolomite_mica_ore.prospected": "Mica", + "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", + "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", + "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", + "block.gtceu.dolomite_opal_ore.prospected": "Opal", + "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", + "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", + "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", + "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", + "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", + "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", + "block.gtceu.dolomite_salt_ore.prospected": "Salt", + "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dolomite_silver_ore.prospected": "Silver", + "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dolomite_talc_ore.prospected": "Talc", + "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", + "block.gtceu.dolomite_tin_ore.prospected": "Tin", + "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", + "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dolomite_trona_ore.prospected": "Trona", + "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", + "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", + "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", + "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gabbro_barite_ore.prospected": "Barite", + "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gabbro_borax_ore.prospected": "Borax", + "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", + "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", + "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", + "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gabbro_coal_ore.prospected": "Coal", + "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gabbro_copper_ore.prospected": "Copper", + "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", + "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", + "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gabbro_galena_ore.prospected": "Galena", + "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", + "block.gtceu.gabbro_gold_ore.prospected": "Gold", + "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", + "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", + "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", + "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gabbro_iron_ore.prospected": "Iron", + "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", + "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gabbro_lead_ore.prospected": "Lead", + "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", + "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", + "block.gtceu.gabbro_mica_ore.prospected": "Mica", + "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", + "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", + "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", + "block.gtceu.gabbro_opal_ore.prospected": "Opal", + "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", + "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", + "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", + "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", + "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", + "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", + "block.gtceu.gabbro_salt_ore.prospected": "Salt", + "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gabbro_silver_ore.prospected": "Silver", + "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gabbro_talc_ore.prospected": "Talc", + "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", + "block.gtceu.gabbro_tin_ore.prospected": "Tin", + "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", + "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gabbro_trona_ore.prospected": "Trona", + "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", + "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", + "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", + "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gneiss_barite_ore.prospected": "Barite", + "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gneiss_borax_ore.prospected": "Borax", + "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", + "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", + "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", + "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gneiss_coal_ore.prospected": "Coal", + "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gneiss_copper_ore.prospected": "Copper", + "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", + "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", + "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gneiss_galena_ore.prospected": "Galena", + "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", + "block.gtceu.gneiss_gold_ore.prospected": "Gold", + "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", + "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", + "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", + "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gneiss_iron_ore.prospected": "Iron", + "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", + "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gneiss_lead_ore.prospected": "Lead", + "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", + "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", + "block.gtceu.gneiss_mica_ore.prospected": "Mica", + "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", + "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", + "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", + "block.gtceu.gneiss_opal_ore.prospected": "Opal", + "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", + "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", + "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", + "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", + "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", + "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", + "block.gtceu.gneiss_salt_ore.prospected": "Salt", + "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gneiss_silver_ore.prospected": "Silver", + "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gneiss_talc_ore.prospected": "Talc", + "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", + "block.gtceu.gneiss_tin_ore.prospected": "Tin", + "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", + "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gneiss_trona_ore.prospected": "Trona", + "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", + "block.gtceu.granite_almandine_ore.prospected": "Almandine", + "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.granite_alunite_ore.prospected": "Alunite", + "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.granite_apatite_ore.prospected": "Apatite", + "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.granite_barite_ore.prospected": "Barite", + "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.granite_borax_ore.prospected": "Borax", + "block.gtceu.granite_bornite_ore.prospected": "Bornite", + "block.gtceu.granite_calcite_ore.prospected": "Calcite", + "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.granite_chromite_ore.prospected": "Chromite", + "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.granite_coal_ore.prospected": "Coal", + "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.granite_copper_ore.prospected": "Copper", + "block.gtceu.granite_diamond_ore.prospected": "Diamond", + "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.granite_emerald_ore.prospected": "Emerald", + "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.granite_galena_ore.prospected": "Galena", + "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.granite_goethite_ore.prospected": "Goethite", + "block.gtceu.granite_gold_ore.prospected": "Gold", + "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.granite_graphite_ore.prospected": "Graphite", + "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.granite_grossular_ore.prospected": "Grossular", + "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.granite_hematite_ore.prospected": "Hematite", + "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.granite_iron_ore.prospected": "Iron", + "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.granite_lapis_ore.prospected": "Lapis", + "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.granite_lead_ore.prospected": "Lead", + "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.granite_lithium_ore.prospected": "Lithium", + "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.granite_malachite_ore.prospected": "Malachite", + "block.gtceu.granite_mica_ore.prospected": "Mica", + "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.granite_monazite_ore.prospected": "Monazite", + "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.granite_nickel_ore.prospected": "Nickel", + "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.granite_olivine_ore.prospected": "Olivine", + "block.gtceu.granite_opal_ore.prospected": "Opal", + "block.gtceu.granite_palladium_ore.prospected": "Palladium", + "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.granite_platinum_ore.prospected": "Platinum", + "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.granite_powellite_ore.prospected": "Powellite", + "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.granite_realgar_ore.prospected": "Realgar", + "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.granite_redstone_ore.prospected": "Redstone", + "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.granite_ruby_ore.prospected": "Ruby", + "block.gtceu.granite_salt_ore.prospected": "Salt", + "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.granite_silver_ore.prospected": "Silver", + "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.granite_talc_ore.prospected": "Talc", + "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.granite_thorium_ore.prospected": "Thorium", + "block.gtceu.granite_tin_ore.prospected": "Tin", + "block.gtceu.granite_topaz_ore.prospected": "Topaz", + "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.granite_trona_ore.prospected": "Trona", + "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.limestone_almandine_ore.prospected": "Almandine", + "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.limestone_alunite_ore.prospected": "Alunite", + "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.limestone_apatite_ore.prospected": "Apatite", + "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.limestone_barite_ore.prospected": "Barite", + "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.limestone_borax_ore.prospected": "Borax", + "block.gtceu.limestone_bornite_ore.prospected": "Bornite", + "block.gtceu.limestone_calcite_ore.prospected": "Calcite", + "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.limestone_chromite_ore.prospected": "Chromite", + "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.limestone_coal_ore.prospected": "Coal", + "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.limestone_copper_ore.prospected": "Copper", + "block.gtceu.limestone_diamond_ore.prospected": "Diamond", + "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.limestone_emerald_ore.prospected": "Emerald", + "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.limestone_galena_ore.prospected": "Galena", + "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.limestone_goethite_ore.prospected": "Goethite", + "block.gtceu.limestone_gold_ore.prospected": "Gold", + "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.limestone_graphite_ore.prospected": "Graphite", + "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.limestone_grossular_ore.prospected": "Grossular", + "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.limestone_hematite_ore.prospected": "Hematite", + "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.limestone_iron_ore.prospected": "Iron", + "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.limestone_lapis_ore.prospected": "Lapis", + "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.limestone_lead_ore.prospected": "Lead", + "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.limestone_lithium_ore.prospected": "Lithium", + "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.limestone_malachite_ore.prospected": "Malachite", + "block.gtceu.limestone_mica_ore.prospected": "Mica", + "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.limestone_monazite_ore.prospected": "Monazite", + "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.limestone_nickel_ore.prospected": "Nickel", + "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.limestone_olivine_ore.prospected": "Olivine", + "block.gtceu.limestone_opal_ore.prospected": "Opal", + "block.gtceu.limestone_palladium_ore.prospected": "Palladium", + "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.limestone_platinum_ore.prospected": "Platinum", + "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.limestone_powellite_ore.prospected": "Powellite", + "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.limestone_realgar_ore.prospected": "Realgar", + "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.limestone_redstone_ore.prospected": "Redstone", + "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.limestone_ruby_ore.prospected": "Ruby", + "block.gtceu.limestone_salt_ore.prospected": "Salt", + "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.limestone_silver_ore.prospected": "Silver", + "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.limestone_talc_ore.prospected": "Talc", + "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.limestone_thorium_ore.prospected": "Thorium", + "block.gtceu.limestone_tin_ore.prospected": "Tin", + "block.gtceu.limestone_topaz_ore.prospected": "Topaz", + "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.limestone_trona_ore.prospected": "Trona", + "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.marble_almandine_ore.prospected": "Almandine", + "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", + "block.gtceu.marble_alunite_ore.prospected": "Alunite", + "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", + "block.gtceu.marble_apatite_ore.prospected": "Apatite", + "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", + "block.gtceu.marble_barite_ore.prospected": "Barite", + "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", + "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", + "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", + "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", + "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.marble_borax_ore.prospected": "Borax", + "block.gtceu.marble_bornite_ore.prospected": "Bornite", + "block.gtceu.marble_calcite_ore.prospected": "Calcite", + "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.marble_chromite_ore.prospected": "Chromite", + "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.marble_coal_ore.prospected": "Coal", + "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", + "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", + "block.gtceu.marble_copper_ore.prospected": "Copper", + "block.gtceu.marble_diamond_ore.prospected": "Diamond", + "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", + "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", + "block.gtceu.marble_emerald_ore.prospected": "Emerald", + "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.marble_galena_ore.prospected": "Galena", + "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", + "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.marble_goethite_ore.prospected": "Goethite", + "block.gtceu.marble_gold_ore.prospected": "Gold", + "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.marble_graphite_ore.prospected": "Graphite", + "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.marble_grossular_ore.prospected": "Grossular", + "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", + "block.gtceu.marble_hematite_ore.prospected": "Hematite", + "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.marble_iron_ore.prospected": "Iron", + "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", + "block.gtceu.marble_lapis_ore.prospected": "Lapis", + "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", + "block.gtceu.marble_lead_ore.prospected": "Lead", + "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.marble_lithium_ore.prospected": "Lithium", + "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", + "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", + "block.gtceu.marble_malachite_ore.prospected": "Malachite", + "block.gtceu.marble_mica_ore.prospected": "Mica", + "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.marble_monazite_ore.prospected": "Monazite", + "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", + "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", + "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.marble_nickel_ore.prospected": "Nickel", + "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", + "block.gtceu.marble_olivine_ore.prospected": "Olivine", + "block.gtceu.marble_opal_ore.prospected": "Opal", + "block.gtceu.marble_palladium_ore.prospected": "Palladium", + "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.marble_platinum_ore.prospected": "Platinum", + "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", + "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", + "block.gtceu.marble_powellite_ore.prospected": "Powellite", + "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", + "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", + "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", + "block.gtceu.marble_realgar_ore.prospected": "Realgar", + "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.marble_redstone_ore.prospected": "Redstone", + "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.marble_ruby_ore.prospected": "Ruby", + "block.gtceu.marble_salt_ore.prospected": "Salt", + "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", + "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", + "block.gtceu.marble_silver_ore.prospected": "Silver", + "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", + "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", + "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", + "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", + "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", + "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", + "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", + "block.gtceu.marble_talc_ore.prospected": "Talc", + "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", + "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.marble_thorium_ore.prospected": "Thorium", + "block.gtceu.marble_tin_ore.prospected": "Tin", + "block.gtceu.marble_topaz_ore.prospected": "Topaz", + "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.marble_trona_ore.prospected": "Trona", + "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", + "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", + "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", + "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", + "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", + "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", + "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.phyllite_barite_ore.prospected": "Barite", + "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.phyllite_borax_ore.prospected": "Borax", + "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", + "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", + "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", + "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.phyllite_coal_ore.prospected": "Coal", + "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.phyllite_copper_ore.prospected": "Copper", + "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", + "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", + "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.phyllite_galena_ore.prospected": "Galena", + "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", + "block.gtceu.phyllite_gold_ore.prospected": "Gold", + "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", + "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", + "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", + "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.phyllite_iron_ore.prospected": "Iron", + "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", + "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.phyllite_lead_ore.prospected": "Lead", + "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", + "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", + "block.gtceu.phyllite_mica_ore.prospected": "Mica", + "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", + "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", + "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", + "block.gtceu.phyllite_opal_ore.prospected": "Opal", + "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", + "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", + "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", + "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", + "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", + "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", + "block.gtceu.phyllite_salt_ore.prospected": "Salt", + "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.phyllite_silver_ore.prospected": "Silver", + "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.phyllite_talc_ore.prospected": "Talc", + "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", + "block.gtceu.phyllite_tin_ore.prospected": "Tin", + "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", + "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.phyllite_trona_ore.prospected": "Trona", + "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", + "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", + "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", + "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.quartzite_barite_ore.prospected": "Barite", + "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.quartzite_borax_ore.prospected": "Borax", + "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", + "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", + "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", + "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.quartzite_coal_ore.prospected": "Coal", + "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.quartzite_copper_ore.prospected": "Copper", + "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", + "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", + "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.quartzite_galena_ore.prospected": "Galena", + "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", + "block.gtceu.quartzite_gold_ore.prospected": "Gold", + "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", + "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", + "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", + "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.quartzite_iron_ore.prospected": "Iron", + "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", + "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.quartzite_lead_ore.prospected": "Lead", + "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", + "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", + "block.gtceu.quartzite_mica_ore.prospected": "Mica", + "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", + "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", + "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", + "block.gtceu.quartzite_opal_ore.prospected": "Opal", + "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", + "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", + "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", + "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", + "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", + "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", + "block.gtceu.quartzite_salt_ore.prospected": "Salt", + "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.quartzite_silver_ore.prospected": "Silver", + "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.quartzite_talc_ore.prospected": "Talc", + "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", + "block.gtceu.quartzite_tin_ore.prospected": "Tin", + "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", + "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.quartzite_trona_ore.prospected": "Trona", + "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", + "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", + "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", + "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.rhyolite_barite_ore.prospected": "Barite", + "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.rhyolite_borax_ore.prospected": "Borax", + "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", + "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", + "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", + "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.rhyolite_coal_ore.prospected": "Coal", + "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.rhyolite_copper_ore.prospected": "Copper", + "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", + "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", + "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.rhyolite_galena_ore.prospected": "Galena", + "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", + "block.gtceu.rhyolite_gold_ore.prospected": "Gold", + "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", + "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", + "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", + "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.rhyolite_iron_ore.prospected": "Iron", + "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", + "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.rhyolite_lead_ore.prospected": "Lead", + "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", + "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", + "block.gtceu.rhyolite_mica_ore.prospected": "Mica", + "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", + "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", + "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", + "block.gtceu.rhyolite_opal_ore.prospected": "Opal", + "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", + "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", + "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", + "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", + "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", + "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", + "block.gtceu.rhyolite_salt_ore.prospected": "Salt", + "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.rhyolite_silver_ore.prospected": "Silver", + "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.rhyolite_talc_ore.prospected": "Talc", + "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", + "block.gtceu.rhyolite_tin_ore.prospected": "Tin", + "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", + "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.rhyolite_trona_ore.prospected": "Trona", + "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.schist_almandine_ore.prospected": "Almandine", + "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", + "block.gtceu.schist_alunite_ore.prospected": "Alunite", + "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", + "block.gtceu.schist_apatite_ore.prospected": "Apatite", + "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", + "block.gtceu.schist_barite_ore.prospected": "Barite", + "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", + "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", + "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", + "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", + "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.schist_borax_ore.prospected": "Borax", + "block.gtceu.schist_bornite_ore.prospected": "Bornite", + "block.gtceu.schist_calcite_ore.prospected": "Calcite", + "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.schist_chromite_ore.prospected": "Chromite", + "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.schist_coal_ore.prospected": "Coal", + "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", + "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", + "block.gtceu.schist_copper_ore.prospected": "Copper", + "block.gtceu.schist_diamond_ore.prospected": "Diamond", + "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", + "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", + "block.gtceu.schist_emerald_ore.prospected": "Emerald", + "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.schist_galena_ore.prospected": "Galena", + "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", + "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.schist_goethite_ore.prospected": "Goethite", + "block.gtceu.schist_gold_ore.prospected": "Gold", + "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.schist_graphite_ore.prospected": "Graphite", + "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.schist_grossular_ore.prospected": "Grossular", + "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", + "block.gtceu.schist_hematite_ore.prospected": "Hematite", + "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.schist_iron_ore.prospected": "Iron", + "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", + "block.gtceu.schist_lapis_ore.prospected": "Lapis", + "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", + "block.gtceu.schist_lead_ore.prospected": "Lead", + "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.schist_lithium_ore.prospected": "Lithium", + "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", + "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", + "block.gtceu.schist_malachite_ore.prospected": "Malachite", + "block.gtceu.schist_mica_ore.prospected": "Mica", + "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.schist_monazite_ore.prospected": "Monazite", + "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", + "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", + "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.schist_nickel_ore.prospected": "Nickel", + "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", + "block.gtceu.schist_olivine_ore.prospected": "Olivine", + "block.gtceu.schist_opal_ore.prospected": "Opal", + "block.gtceu.schist_palladium_ore.prospected": "Palladium", + "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.schist_platinum_ore.prospected": "Platinum", + "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", + "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", + "block.gtceu.schist_powellite_ore.prospected": "Powellite", + "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", + "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", + "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", + "block.gtceu.schist_realgar_ore.prospected": "Realgar", + "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.schist_redstone_ore.prospected": "Redstone", + "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.schist_ruby_ore.prospected": "Ruby", + "block.gtceu.schist_salt_ore.prospected": "Salt", + "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", + "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", + "block.gtceu.schist_silver_ore.prospected": "Silver", + "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", + "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", + "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", + "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", + "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", + "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", + "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", + "block.gtceu.schist_talc_ore.prospected": "Talc", + "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", + "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.schist_thorium_ore.prospected": "Thorium", + "block.gtceu.schist_tin_ore.prospected": "Tin", + "block.gtceu.schist_topaz_ore.prospected": "Topaz", + "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.schist_trona_ore.prospected": "Trona", + "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", + "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", + "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", + "block.gtceu.shale_almandine_ore.prospected": "Almandine", + "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", + "block.gtceu.shale_alunite_ore.prospected": "Alunite", + "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", + "block.gtceu.shale_apatite_ore.prospected": "Apatite", + "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", + "block.gtceu.shale_barite_ore.prospected": "Barite", + "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", + "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", + "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", + "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", + "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.shale_borax_ore.prospected": "Borax", + "block.gtceu.shale_bornite_ore.prospected": "Bornite", + "block.gtceu.shale_calcite_ore.prospected": "Calcite", + "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.shale_chromite_ore.prospected": "Chromite", + "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.shale_coal_ore.prospected": "Coal", + "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", + "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", + "block.gtceu.shale_copper_ore.prospected": "Copper", + "block.gtceu.shale_diamond_ore.prospected": "Diamond", + "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", + "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", + "block.gtceu.shale_emerald_ore.prospected": "Emerald", + "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.shale_galena_ore.prospected": "Galena", + "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", + "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.shale_goethite_ore.prospected": "Goethite", + "block.gtceu.shale_gold_ore.prospected": "Gold", + "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.shale_graphite_ore.prospected": "Graphite", + "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.shale_grossular_ore.prospected": "Grossular", + "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", + "block.gtceu.shale_hematite_ore.prospected": "Hematite", + "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.shale_iron_ore.prospected": "Iron", + "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", + "block.gtceu.shale_lapis_ore.prospected": "Lapis", + "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", + "block.gtceu.shale_lead_ore.prospected": "Lead", + "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.shale_lithium_ore.prospected": "Lithium", + "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", + "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", + "block.gtceu.shale_malachite_ore.prospected": "Malachite", + "block.gtceu.shale_mica_ore.prospected": "Mica", + "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.shale_monazite_ore.prospected": "Monazite", + "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", + "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", + "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.shale_nickel_ore.prospected": "Nickel", + "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", + "block.gtceu.shale_olivine_ore.prospected": "Olivine", + "block.gtceu.shale_opal_ore.prospected": "Opal", + "block.gtceu.shale_palladium_ore.prospected": "Palladium", + "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.shale_platinum_ore.prospected": "Platinum", + "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", + "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", + "block.gtceu.shale_powellite_ore.prospected": "Powellite", + "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", + "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", + "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", + "block.gtceu.shale_realgar_ore.prospected": "Realgar", + "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.shale_redstone_ore.prospected": "Redstone", + "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.shale_ruby_ore.prospected": "Ruby", + "block.gtceu.shale_salt_ore.prospected": "Salt", + "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", + "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", + "block.gtceu.shale_silver_ore.prospected": "Silver", + "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", + "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", + "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", + "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", + "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", + "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", + "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", + "block.gtceu.shale_talc_ore.prospected": "Talc", + "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", + "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.shale_thorium_ore.prospected": "Thorium", + "block.gtceu.shale_tin_ore.prospected": "Tin", + "block.gtceu.shale_topaz_ore.prospected": "Topaz", + "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.shale_trona_ore.prospected": "Trona", + "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", + "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", + "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", + "block.gtceu.slate_almandine_ore.prospected": "Almandine", + "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.slate_alunite_ore.prospected": "Alunite", + "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.slate_apatite_ore.prospected": "Apatite", + "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.slate_barite_ore.prospected": "Barite", + "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.slate_borax_ore.prospected": "Borax", + "block.gtceu.slate_bornite_ore.prospected": "Bornite", + "block.gtceu.slate_calcite_ore.prospected": "Calcite", + "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.slate_chromite_ore.prospected": "Chromite", + "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.slate_coal_ore.prospected": "Coal", + "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.slate_copper_ore.prospected": "Copper", + "block.gtceu.slate_diamond_ore.prospected": "Diamond", + "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.slate_emerald_ore.prospected": "Emerald", + "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.slate_galena_ore.prospected": "Galena", + "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.slate_goethite_ore.prospected": "Goethite", + "block.gtceu.slate_gold_ore.prospected": "Gold", + "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.slate_graphite_ore.prospected": "Graphite", + "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.slate_grossular_ore.prospected": "Grossular", + "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.slate_hematite_ore.prospected": "Hematite", + "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.slate_iron_ore.prospected": "Iron", + "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.slate_lapis_ore.prospected": "Lapis", + "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.slate_lead_ore.prospected": "Lead", + "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.slate_lithium_ore.prospected": "Lithium", + "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.slate_malachite_ore.prospected": "Malachite", + "block.gtceu.slate_mica_ore.prospected": "Mica", + "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.slate_monazite_ore.prospected": "Monazite", + "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.slate_nickel_ore.prospected": "Nickel", + "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.slate_olivine_ore.prospected": "Olivine", + "block.gtceu.slate_opal_ore.prospected": "Opal", + "block.gtceu.slate_palladium_ore.prospected": "Palladium", + "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.slate_platinum_ore.prospected": "Platinum", + "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.slate_powellite_ore.prospected": "Powellite", + "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.slate_realgar_ore.prospected": "Realgar", + "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.slate_redstone_ore.prospected": "Redstone", + "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.slate_ruby_ore.prospected": "Ruby", + "block.gtceu.slate_salt_ore.prospected": "Salt", + "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.slate_silver_ore.prospected": "Silver", + "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.slate_talc_ore.prospected": "Talc", + "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.slate_thorium_ore.prospected": "Thorium", + "block.gtceu.slate_tin_ore.prospected": "Tin", + "block.gtceu.slate_topaz_ore.prospected": "Topaz", + "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.slate_trona_ore.prospected": "Trona", + "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", + "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", + "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", + "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.deepslate_barite_ore.prospected": "Barite", + "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.deepslate_borax_ore.prospected": "Borax", + "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", + "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", + "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", + "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.deepslate_coal_ore.prospected": "Coal", + "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.deepslate_copper_ore.prospected": "Copper", + "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", + "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", + "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.deepslate_galena_ore.prospected": "Galena", + "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", + "block.gtceu.deepslate_gold_ore.prospected": "Gold", + "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", + "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", + "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", + "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.deepslate_iron_ore.prospected": "Iron", + "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", + "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.deepslate_lead_ore.prospected": "Lead", + "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", + "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", + "block.gtceu.deepslate_mica_ore.prospected": "Mica", + "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", + "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", + "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", + "block.gtceu.deepslate_opal_ore.prospected": "Opal", + "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", + "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", + "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", + "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", + "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", + "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", + "block.gtceu.deepslate_salt_ore.prospected": "Salt", + "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.deepslate_silver_ore.prospected": "Silver", + "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.deepslate_talc_ore.prospected": "Talc", + "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", + "block.gtceu.deepslate_tin_ore.prospected": "Tin", + "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", + "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.deepslate_trona_ore.prospected": "Trona", + "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", + "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", + "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", + "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", + "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", + "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", + "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", + "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", + "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", + "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", + "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", + "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", + "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", + "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", + "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", + "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", + "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", + "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", + "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", + "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", + "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", + "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", + "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", + "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", + "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", + "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", + "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", + "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", + "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", + "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", + "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", + "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", + "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", + "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", + "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", + "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", + "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", + "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", + "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", + "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", + "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", + "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", + "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", + "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", + "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dripstone_barite_ore.prospected": "Barite", + "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dripstone_borax_ore.prospected": "Borax", + "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", + "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", + "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", + "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dripstone_coal_ore.prospected": "Coal", + "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dripstone_copper_ore.prospected": "Copper", + "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", + "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", + "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dripstone_galena_ore.prospected": "Galena", + "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", + "block.gtceu.dripstone_gold_ore.prospected": "Gold", + "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", + "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", + "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", + "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dripstone_iron_ore.prospected": "Iron", + "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", + "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dripstone_lead_ore.prospected": "Lead", + "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", + "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", + "block.gtceu.dripstone_mica_ore.prospected": "Mica", + "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", + "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", + "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", + "block.gtceu.dripstone_opal_ore.prospected": "Opal", + "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", + "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", + "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", + "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", + "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", + "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", + "block.gtceu.dripstone_salt_ore.prospected": "Salt", + "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dripstone_silver_ore.prospected": "Silver", + "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dripstone_talc_ore.prospected": "Talc", + "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", + "block.gtceu.dripstone_tin_ore.prospected": "Tin", + "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", + "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dripstone_trona_ore.prospected": "Trona", + "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", + "fluid.tfc.salt_water": "Sea Water", + "item.tfc.bucket.salt_water": "Sea Water Bucket", + "item.tfc.powder.saltpeter": "Saltpeter Powder", + "item.tfc.powder.sulfur": "Sulfur Powder", + "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", + "metal.tfg.redstone": "Redstone", + "metal.tfg.red_alloy": "Red Alloy", + "metal.tfg.tin_alloy": "Tin Alloy" } \ No newline at end of file diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 58da9d294..4f0ef00e0 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -11,6 +11,10 @@ "biome.tfg.nether/gneiss_caves": "Deep Caves", "biome.tfg.nether/granite_caves": "Deep Caves", "biome.tfg.nether/schist_caves": "Deep Caves", + "biome.tfg.moon/lunar_basalt_maria": "Lunar Maria", + "biome.tfg.moon/lunar_diorite_delta": "Lunar Delta", + "biome.tfg.moon/lunar_gabbro_uplift": "Lunar Uplift", + "biome.tfg.moon/lunar_plains": "Lunar Plains", "block.tfg.decorative_vase.black": "Black Decorative Vase", "block.tfg.decorative_vase.gray": "Gray Decorative Vase", "block.tfg.decorative_vase.light_gray": "Light Gray Decorative Vase", @@ -126,6 +130,13 @@ "block.tfg.spike.dripstone_spike": "Travertine Spike", "block.tfg.loose.deepslate": "Loose Migmatite Rock", "block.tfg.loose.dripstone": "Loose Travertine Rock", + "block.tfg.rock.hardened_anorthosite": "Hardened Anorthosite", + "block.tfg.rock.raw_anorthosite": "Raw Anorthosite", + "block.tfg.loose.anorthosite": "Loose Anorthosite Rock", + "block.tfg.rock.raw_basanite": "Raw Basanite", + "block.tfg.rock.raw_syenite": "Raw Syenite", + "block.tfg.rock.hardened_syenite": "Hardened Syenite", + "block.tfg.loose.syenite": "Loose Syenite Rock", "item.tfg.antipoison_pill": "Antipoison Pill", "item.tfg.haste_pill": "Haste Pill", "item.tfg.night_vision_pill": "Night Vision Pill", @@ -173,6 +184,12 @@ "item.tfg.spade_head_extruder_mold": "Extruder Mold (Spade Head)", "item.tfg.unfired_chalk": "Unfired Chalk Stick", "item.tfg.brick.deepslate": "Migmatite Brick", + "item.tfg.loose.anorthosite": "Loose Anorthosite", + "item.tfg.brick.anorthosite": "Anorthosite Brick", + "item.tfg.dust.anorthosite": "Anorthosite Dust", + "item.tfg.loose.syenite": "Loose Syenite", + "item.tfg.brick.syenite": "Syenite Brick", + "item.tfg.dust.syenite": "Syenite Dust", "item.tfg.terra_firma_greg": "TerraFirmaGreg", "item.tfg.scaffolding_frame": "Scaffolding Frame", "item.tfg.airship_hull": "Airship Hull", @@ -221,6 +238,10 @@ "material.tfg.schist": "Schist", "material.tfg.gneiss": "Gneiss", "material.tfg.chalk": "Chalk", + "material.tfg.fayalite": "Fayalite", + "material.tfg.diopside": "Diopside", + "material.tfg.enstatite": "Enstatite", + "material.tfg.armalcolite": "Armalcolite", "material.gtceu.thermochemically_treated_hardwood": "Thermochemically Treated Hardwood", "material.gtceu.hardwood": "Hardwood", "tfg.disabled_portal": "Portal magic seems to be blocked by an unknown force, try reaching another dimension by going down or up", @@ -347,100 +368,6 @@ "trim_material.tfc.neutronium_tfc": "Neutronium", "trim_material.tfc.pyrite_tfc": "Pyrite", "trim_material.tfc.redx_tfc": "RedX", - "quests.naming-1": "t - Title", - "quests.naming-2": "st - Subtitle", - "quests.naming-3": "d* - Description, where * description number, for example: d1, d2, d3, d4...", - "quests.naming-4": "t* - Task, where * task number, for example: t1, t2, t3, t4...", - "quests.76EF4D00586A8B74.t": "&aTerraFirmaGreg Modpack!", - "quests.76EF4D00586A8B74.st": "Thank you for choosing our modpack!", - "quests.76EF4D00586A8B74.d1": "The fun starts right now! May this world be blessed with your existence!", - "quests.387DEEADF4922AB3.t": "Ore generation in the TFG world", - "quests.387DEEADF4922AB3.st": "Much more fun than vanilla", - "quests.387DEEADF4922AB3.d1": "In TerraFirmaGreg ore is generated more interestingly than anywhere else. \n1. Each ore appears in its own rock. TFC adds many different rocks to the world, that is, you won’t find a regular vanilla stone anywhere, so ores, like in real life, are generated only in certain rocks. \n2. There are several types of ore veins, such as: cluster, sphere, pipe and a few rare others that we will not talk about. \n3. To make life easier for players, ore indicators appear on the surface, under which in most cases the ore vein itself is located. \nTFG contains a small Wiki for this in an Excel spreadsheet. In order to follow the link, complete the task, then pick up the reward and a button will appear in the chat when you click on it, which will transfer you to an Excel table with ore generation.", - "quests.63E6C5684E12828C.st": "You need to drink water in order not to die, try to find a river or lake with ordinary water!", - "quests.63E6C5684E12828C.d1": "Use the right mouse button to drink some water. \nCareful! If you drink salt water you will experience increased thirst and will most likely die.", - "quests.63E6C5684E12828C.t1": "Look at regular water (not salty or hot).", - "quests.6D43C29AC049341D.t": "How to create a team?", - "quests.6D43C29AC049341D.st": "Do you play with friends? Surprising...", - "quests.6D43C29AC049341D.d1": "You can create a team to complete quests together. To do this, open your inventory, then in the upper left corner select the button where 3 colorful people are drawn, then an interface will open in which you can create a team, use the §aCreate a team§r button, then give it a name and possibly some other parameters, after successful creating a team, you can invite other players to it using the plus button in the green circle in the upper right corner, in the future your quests will be synchronized and any team member will be able to complete them. Good luck!", - "quests.6D43C29AC049341D.t1": "Click here to complete the quest", - "quests.0B42D4AE2AC67F93.t": "How to capture territory?", - "quests.0B42D4AE2AC67F93.st": "Or how to load chunks in your territory", - "quests.0B42D4AE2AC67F93.d1": "You can private the chunks you want if you play on a server, for example. How to do it? Use the button to open the mini-map, then select the chunks that you want to capture, then by clicking on the right mouse button, select §aCapture territory§r from the list, it seems to be the third item from the bottom, voila, you have captured the territory. Attention: your teammates will be able to break blocks in your region, which is logical.", - "quests.0B42D4AE2AC67F93.t1": "Click here to complete the quest", - "quests.2672C65095539E23.t": "How to get crushed ore without a crusher?", - "quests.2672C65095539E23.st": "It's actually very simple.", - "quests.2672C65095539E23.d1": "Simply break a block of ore with a hammer (sledgehammer) and you will immediately receive crushed ore, which can be crushed by hand into powders such as graphite or sulfur.", - "quests.2672C65095539E23.t1": "Click here to complete the quest", - "quests.3D7B0F3134C30364.t": "Important information about quests!", - "quests.3D7B0F3134C30364.d1": "The quests are still in development, more descriptions and more will be added in the future. You can partially use the TFC book to find the information you need. &cFull quests in each branch with translation will appear in update 1.0.0, since now the developers have very little time.", - "quests.3D7B0F3134C30364.t1": "Click here to complete the quest", - "quests.7196BB6BDBAE7B51.st": "Food is very important in this world!", - "quests.7196BB6BDBAE7B51.d1": "Try to kill some animal and get some meat from it. Eating raw meat is a bad idea, so try roasting it over a fire.", - "quests.7196BB6BDBAE7B51.t1": "Get any raw meat", - "quests.557D3A67A36DF9D8.st": "Cook the meat over the fire!", - "quests.557D3A67A36DF9D8.d1": "Congratulations, you have cooked the meat and are now safe to eat.", - "quests.557D3A67A36DF9D8.t1": "Get any fried meat", - "quests.682B58EC2D39F1A1.st": "A fire, but not an ordinary one", - "quests.682B58EC2D39F1A1.d1": "Throw 3 sticks and 1 log onto the block, then move the mouse cursor over this block and use a primitive lighter (Just hold down the right mouse button as if you were aiming with a bow), it may not work the first time. After success, a fire will appear in place of the discarded 3 sticks and 1 log, into which you need to throw logs so that the fire continues to burn. To increase the chance of creating a fire, you can add to the existing sticks and logs: paper, straw and other flammable items, +10% for each item.", - "quests.682B58EC2D39F1A1.t1": "Make a fire", - "quests.6D940527BFF1D4C0.t": "Primitive lighting", - "quests.6D940527BFF1D4C0.st": "Are they going out? Yes! They may go out, I'm shocked myself!", - "quests.6D940527BFF1D4C0.d1": "You will be surprised, but the torches are not endless in TFC. They will burn for about 2 game days, after which they will go out. But don’t worry, they don’t go out in your hands or inventory, so you can carry 1 torch with you and when others in your house go out, just use the right mouse button on them with a torch from your inventory, it will set fire to already extinguished torches.", - "quests.3B3BA51C8CAEFC7F.t": "Primitive lighter", - "quests.3B3BA51C8CAEFC7F.st": "People in ancient times lit fires using such a thing, or maybe not, how should I know?", - "quests.3B3BA51C8CAEFC7F.d1": "This thing will allow you to start a fire, or set fire to anything, just move the mouse cursor over any block, then press and hold the right mouse button, after maximum tension, release, with a 50% chance the block you were looking at will be set on fire. How to make a fire using a primitive lighter in the next quest.", - "quests.365F6F48E0BB2EFC.t": "ROCK AND STONE!", - "quests.365F6F48E0BB2EFC.st": "Collect some stones and sticks for future development", - "quests.365F6F48E0BB2EFC.d1": "When entering the world, the first thing you encounter is a completely changed world. The main items at the start are sticks and pebbles, which lie on the ground and appear in any biome, they are also updated every season, that is, after winter, sticks and pebbles are regenerated on the ground. Collect several using RMB and proceed to the next one. step. \n\nTake 2 or more stones into your hand, then click the right mouse button, then a menu will open in which you can make headbands for stone tools, all recipes can be viewed in EMI or simply by clicking on the icon of the stone headband item in the quest. Then connect the headband with a stick and get a real aboriginal tool. \n\nNow you are a smart monkey!", - "quests.365F6F48E0BB2EFC.t1": "Find any sticks", - "quests.365F6F48E0BB2EFC.t2": "Find any pebbles", - "quests.508DA76FA2766B7B.st": "This is not a rocket launcher!", - "quests.508DA76FA2766B7B.d1": "Spears work on a similar principle to the trident from vanilla Minecraft, just hold down the right mouse button and aim, then release and your trident will fly where you were looking.", - "quests.508DA76FA2766B7B.t1": "Craft any stone spear", - "quests.318BF1F671BC4620.st": "Thank you for not being diamond...", - "quests.318BF1F671BC4620.d1": "Hoes are used for digging up beds and planting plants. Interesting fact: in TFC you can dig up beds even far from water, the main thing is that when you hover, look at the tooltip (the panel at the top), it will display the amount of water saturation of the bed. Next, select seeds collected in a world with suitable climatic conditions (including the humidity of the bed), plant them and wait.", - "quests.36A9E5CD45A79288.st": "Realistic", - "quests.36A9E5CD45A79288.d1": "Using the right mouse button with a hoe in your hand, plow the ground, seriously, it's very easy, try it.", - "quests.36A9E5CD45A79288.t1": "Plow the ground", - "quests.5C396041880D32FF.st": "Looks promising", - "quests.5C396041880D32FF.d1": "While exploring the world you can find wild plants, collect them with a knife or hand, this way you will get seeds and the plant itself.", - "quests.5C396041880D32FF.t1": "Find any seeds", - "quests.4CF472C9778068D6.t": "Harvest your first harvest", - "quests.4CF472C9778068D6.st": "Is it edible?", - "quests.4CF472C9778068D6.d1": "Not sure. \n\nAttention! Plants grow for a very long time and they are also very picky about their growth conditions; be sure to check the conditions in which a particular plant grows before planting it, otherwise it will turn into a dead bush.", - "quests.4CF472C9778068D6.t1": "Click here to complete the quest", - "quests.2BFC2744E4DE4B5A.st": "Don't cut down a tree with your hand, it's wrong!", - "quests.2BFC2744E4DE4B5A.d1": "Axes are used to chop wood, and indeed anything wooden, because in TFC you cannot break a tree with your hand.", - "quests.716B407EEED8BE95.st": "Thanks for digging", - "quests.716B407EEED8BE95.d1": "Shovels are used to create paths and dig up dirt, sand and possibly something else!", - "quests.06C7B7138EDE4B38.st": "Your best friend", - "quests.06C7B7138EDE4B38.d1": "Knives are a very important tool in TFC, they allow you to cut grass and get straw, you can use it to make a fire pit and fry metals and clay molds, but more on that later in the quests.", - "quests.45D907EF7902A200.st": "Needed to create a shelter or roasting pit", - "quests.45D907EF7902A200.d1": "An important item in the initial stages of development, you will need a lot of it, I suggest collecting about 3 stacks.", - "quests.27DA5AAB102611A2.st": "A cute hat that will save you from the heat and scorching sun", - "quests.30AE1FF285B64716.st": "This is a sheaf of straw, you can build a cute house out of it", - "quests.0ED8BE436A0ECDDB.st": "This is a sheaf of hay, you can make beautiful decorations from it", - "quests.0ED8BE436A0ECDDB.d1": "Indeed, this block is just decorative, do not try to feed it to the horse.", - "quests.69D20168E26BBF59.st": "Realism", - "quests.69D20168E26BBF59.d1": "First, dig 1 block in the ground, or any other surface, then use the V key to place the things you want to fry in the hole. If we are talking about forms, there are 4 of them. Next, take Hay in your hand and right-click into the hole, the hay will begin to fill the hole, you need to use 8 hay, then add 8 logs in the same way, then you can safely set fire to this thing using a primitive flint or torch (just throw a torch on top of your hole and it will start to flare up). Then you must wait for the firing to finish and then take out your finished objects. Metal melting in containers occurs in the same way. That is, you put pieces of copper in a vessel and in this very pit, after the process described above you will get molten copper, which you can cast into ingots, headbands, and so on.", - "quests.69D20168E26BBF59.t1": "Create a roasting pit", - "quests.373FD04AD6CA9F92.t": "New or old tree", - "quests.373FD04AD6CA9F92.st": "Use an ax to collect some wood, I would like to remind you that logs cannot be obtained by hand", - "quests.373FD04AD6CA9F92.t1": "Get any tree", - "quests.5DB0CA9F9724D301.t": "Coal pits", - "quests.5DB0CA9F9724D301.st": "Get your first coal! Wait, why is it needed?", - "quests.5DB0CA9F9724D301.d1": "To create a charcoal pit you will need lots and lots of wood. First, dig a hole 1 block deep (you can go deeper if the amount of wood allows).", - "quests.5DB0CA9F9724D301.d2": "Afterwards, using Shift + RMB, click on any block in the hole, you will have an armful of logs, you can fill it by right-clicking with a log in your hand on the armful, or simply open the interface and fill it manually. The amount of coal subsequently obtained depends on the number of trees in the armful.", - "quests.5DB0CA9F9724D301.d3": "Next, cover it all with a non-flammable block, stone or earth, leave one block open and set it on fire using a discarded torch or a primitive igniter.", - "quests.5DB0CA9F9724D301.d4": "Now your pile of earth has started to smoke, cover the last block that you set on fire again with a non-combustible block and wait, as soon as the pile stops smoking, dig it up and get coal.", - "quests.478D0DF94D7495EF.st": "Is it really simple or not?", - "quests.478D0DF94D7495EF.d1": "The glass casting process is shown in the TFC guide book, which you can find in the inventory on the right side, but for glass blocks, or rather for their casting, brass blocks are used, in TerraFirmaGreg for this you can use brass blocks from GTCEu or kaolinite clay blocks, Good luck! :)", - "quests.478D0DF94D7495EF.t1": "Cast any block of glass", - "quests..t": "", - "quests..st": "", - "quests..d1": "", - "quests..t1": "", "tfc.jei.flint_knapping": "Flint Knapping", "tfc.recipe.barrel.tfg.barrel.dyeing.decorative_vase.black": "Dyeing", "tfc.recipe.barrel.tfg.barrel.dyeing.decorative_vase.gray": "Dyeing", @@ -1620,7 +1547,7 @@ "quests.tfg_tips.grapple_gravity_0.title": "Grappling Hook Upgrade: ZERO gravity", "quests.tfg_tips.grapple_gravity_0.subtitle": "Kinda Expensive", "quests.tfg_tips.grapple_gravity_0.desc": "The ZERO Gravity upgrade, as the name implies, causes your hook to have NO gravity.\n\nInstead of using another Gravitation Engine Module to remove the upgrade, utilize a Tungsten Block instead.", - "quests.tfg_tips.grapple_tweals.title": "Grappling Hook Upgrade: Tweaks", + "quests.tfg_tips.grapple_tweaks.title": "Grappling Hook Upgrade: Tweaks", "quests.tfg_tips.grapple_tweaks.subtitle": "Tweaking your Angles", "quests.tfg_tips.grapple_tweaks.desc": "Utilizing a Wrench you can tweak the Upwards Angle when you throw the hook, while the Screwdriver is used to tweak the Horizontal Angle when you throw your hook using a Double Hook Upgrade.", "quests.tfg_tips.chalk.title": "Chalk", @@ -1737,9 +1664,9 @@ "quests.tfg_tips.aircraft_upgrades.subtitle": "Pimp up my ride", "quests.tfg_tips.aircraft_upgrades.desc": "Immersive Aircraft comes with Aircraft Upgrades, which you can install in your Aircrafts to improve their stats, such as velocity, takeoff speed, fuel consumption, etc. There are two types of Upgrades, regular and Tiered.\n\nThese are the regular upgrades, think you can get them all?", "quests.tfg_tips.steam_upgrades.title": "Aircraft Upgrades: Steam", - "quests.tfg_tips.steam_upgrade.subtitle": "Immersive Aircraft meets GregTech Tiering!", - "quests.tfg_tips.steam_upgrade.desc": "The second kind of Aircraft Upgrades are the Tiered Upgrades, these are made to match Gregtech's tiering system, going from Steam up to Extreme Voltage.\n\nSteam upgrades are the easiest to craft, and the earliest option, requiring at the very least knowledge of Black Steel.\n\nSteam-powered Aircraft Engines are used in the creation of some more sophisticated Aircrafts such as the Biplane and the Warship", - "quests.tfg_tips.steam_upgrade.task": "Any Steam Tier Aircraft Upgrade", + "quests.tfg_tips.steam_upgrades.subtitle": "Immersive Aircraft meets GregTech Tiering!", + "quests.tfg_tips.steam_upgrades.desc": "The second kind of Aircraft Upgrades are the Tiered Upgrades, these are made to match Gregtech's tiering system, going from Steam up to Extreme Voltage.\n\nSteam upgrades are the easiest to craft, and the earliest option, requiring at the very least knowledge of Black Steel.\n\nSteam-powered Aircraft Engines are used in the creation of some more sophisticated Aircrafts such as the Biplane and the Warship", + "quests.tfg_tips.steam_upgrades.task": "Any Steam Tier Aircraft Upgrade", "quests.tfg_tips.lv_upgrades.title": "Aircraft Upgrades: LV", "quests.tfg_tips.lv_upgrades.subtitle": "Red and Blue, certainly not clashing.", "quests.tfg_tips.lv_upgrades.desc": "Low Voltage upgrades are slightly better than their Steam Counterparts, they require at the very least Red and Blue Steel. The Engine itself requires actual LV components, such as the Pistons and the Pump.\n\nYou can recycle the old upgrades using Crushing Wheels, returning some of your spent materials.", @@ -1915,7 +1842,7 @@ "quests.tfg_tips.salt_meat.task": "A hunk of Salted Meat", "quests.tfg_tips.smoke_meat.title": "Meat Preservation: Smoking", "quests.tfg_tips.smoke_meat.subtitle": "Smokey", - "quests.tfg_tips.smoke_meat.desc": "You can hang a slice of raw meat in a string that's over a lit Campfire to smoke it. Keep in mind that the meat MUST be salted first.", + "quests.tfg_tips.smoke_meat.desc": "You can hang a slice of raw meat in a string that's over a lit Campfire to smoke it. Keep in mind that the meat MUST be brined first.", "quests.tfg_tips.smoke_meat.task": "A hunk of Smoked Meat", "quests.tfg_tips.cook_meat.title": "Meat Preservation: Cooking", "quests.tfg_tips.cook_meat.subtitle": "Pretty obvious in hindsight.", @@ -1982,6 +1909,7 @@ "quests.tfg_tips.reach_the_beneath.title": "Welcome, to The Depths", "quests.tfg_tips.reach_the_beneath.subtitle": "Otherwise known as The Beneath", "quests.tfg_tips.reach_the_beneath.desc": "As soon as you reach The Beneath, you should mark your Point of Entry. Traveling in the Beneath is no faster than traveling in the Overworld. So marking your entry position can be used to quickly go back where you came from.", + "quests.tfg_tips.reach_the_beneath.task": "Reach the Beneath", "quests.tfg_tips.fuck_go_back.title": "How to escape The Beneath", "quests.tfg_tips.fuck_go_back.subtitle": "Mom come pick me up, I'm scared.", "quests.tfg_tips.fuck_go_back.desc": "To escape The Beneath, you need to reach the upper levels of the cave system, near it's ceiling of Bedrock. Staying still for a couple of seconds near the roof will transport you back to the Bedrock layer of the Overworld." From b276adafbede9fcc9a076f874ec1a4cf48dd3fb0 Mon Sep 17 00:00:00 2001 From: Redeix Date: Wed, 30 Apr 2025 11:59:43 -0500 Subject: [PATCH 80/80] - Fixed supports --- CHANGELOG.md | 1 + kubejs/server_scripts/tfc/data.js | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b690294c..99e7982b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - Fixed speed of bulk washing - Lowered SU requirements of some more Create machines - Reduced how many sticks were being placed in the nether +- Fixed new supports to work correctly ## [0.9.2] ### Changes diff --git a/kubejs/server_scripts/tfc/data.js b/kubejs/server_scripts/tfc/data.js index d161fa580..c9d94bb9a 100644 --- a/kubejs/server_scripts/tfc/data.js +++ b/kubejs/server_scripts/tfc/data.js @@ -266,19 +266,19 @@ const registerTFCFoodData = (event) => { //#region registerTFCSupportData //up, down, horizontal const registerTFCSupportData = (event) => { - event.support('tfg:light_concrete_support', 4, 4, 8, 'light_concrete_support') - event.support('tfg:dark_concrete_support', 4, 4, 8, 'dark_concrete_support') - event.support('tfg:reinforced_light_concrete_support', 6, 6, 16, 'reinforced_light_concrete_support') - event.support('tfg:reinforced_dark_concrete_support', 6, 6, 16, 'reinforced_dark_concrete_support') - event.support('tfg:rebar_support', 4, 4, 8, 'rebar_support') - event.support('tfg:steel_support', 6, 6, 16, 'steel_support') + event.support('tfg:light_concrete_support_horizontal', 4, 4, 8, 'light_concrete_support') + event.support('tfg:dark_concrete_support_horizontal', 4, 4, 8, 'dark_concrete_support') + event.support('tfg:reinforced_light_concrete_support_horizontal', 6, 6, 16, 'reinforced_light_concrete_support') + event.support('tfg:reinforced_dark_concrete_support_horizontal', 6, 6, 16, 'reinforced_dark_concrete_support') + event.support('tfg:rebar_support_horizontal', 4, 4, 8, 'rebar_support') + event.support('tfg:steel_support_horizontal', 6, 6, 16, 'steel_support') const other_stone = ['pyroxenite', 'migmatite', 'travertine'] const stone_types = global.TFC_STONE_TYPES.concat(other_stone) stone_types.forEach(stone => { - event.support(`tfg:${stone}_support`, 2, 2, 4, `${stone}_support`) + event.support(`tfg:${stone}_support_horizontal`, 2, 2, 4, `${stone}_support`) }) } //#endregion