From 637dfda74428473e4f024aa8e3738cff45a547dc Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 5 Jun 2025 22:45:02 +0100 Subject: [PATCH 01/10] updated ore field guide --- .../entries/tfg_ores/earth_ore_index.json | 16 +- .../entries/tfg_ores/earth_vein_index.json | 213 +--- .../entries/tfg_ores/moon_ore_index.json | 16 +- .../entries/tfg_ores/moon_vein_index.json | 1017 +++++++---------- .../entries/tfg_ores/nether_ore_index.json | 16 +- .../entries/tfg_ores/nether_vein_index.json | 331 +++--- .../entries/tfg_ores/earth_ore_index.json | 16 +- .../entries/tfg_ores/earth_vein_index.json | 213 +--- .../entries/tfg_ores/moon_ore_index.json | 16 +- .../entries/tfg_ores/moon_vein_index.json | 1001 +++++++--------- .../entries/tfg_ores/nether_ore_index.json | 16 +- .../entries/tfg_ores/nether_vein_index.json | 331 +++--- .../entries/tfg_ores/earth_ore_index.json | 16 +- .../entries/tfg_ores/earth_vein_index.json | 213 +--- .../entries/tfg_ores/moon_ore_index.json | 16 +- .../entries/tfg_ores/moon_vein_index.json | 967 +++++++--------- .../entries/tfg_ores/nether_ore_index.json | 16 +- .../entries/tfg_ores/nether_vein_index.json | 331 +++--- .../earth/vein/deep_magnetite.json | 20 +- .../earth/vein/deep_molybdenum.json | 32 - .../earth/vein/deep_scheelite.json | 2 +- .../earth/vein/deep_sheldonite.json | 44 +- .../earth/vein/normal_bauxite.json | 167 --- .../earth/vein/normal_magnetite.json | 4 +- .../earth/vein/normal_manganese.json | 2 +- .../earth/vein/normal_monazite.json | 12 +- .../earth/vein/normal_quartz.json | 46 +- .../earth/vein/normal_saltpeter.json | 2 +- .../moon/vein/moon_apatite.json | 20 +- .../moon/vein/moon_bauxite.json | 79 +- .../moon/vein/moon_beryllium.json | 54 +- .../moon/vein/moon_desh.json | 89 +- .../moon/vein/moon_enstatite.json | 194 ---- .../moon/vein/moon_fayalite.json | 174 --- .../moon/vein/moon_garnierite.json | 51 +- .../moon/vein/moon_magnetite.json | 16 +- .../moon/vein/moon_mica.json | 24 +- .../moon/vein/moon_molybdenum.json | 40 +- .../moon/vein/moon_monazite.json | 88 +- .../moon/vein/moon_olivine.json | 132 --- .../moon/vein/moon_plutonium.json | 57 - ...oon_diopside.json => moon_pyrolusite.json} | 60 +- .../moon/vein/moon_quartz.json | 78 +- .../moon/vein/moon_redstone.json | 57 +- .../moon/vein/moon_saltpeter.json | 59 +- .../moon/vein/moon_sapphire.json | 16 +- .../moon/vein/moon_scheelite.json | 95 +- .../moon/vein/moon_sheldonite.json | 122 +- .../moon/vein/moon_silver.json | 95 +- .../moon/vein/moon_topaz.json | 355 ++++++ .../nether/vein/nether_bauxite.json | 166 --- .../nether/vein/nether_beryllium.json | 30 +- .../nether/vein/nether_garnierite.json | 16 +- .../nether/vein/nether_magnetite.json | 36 +- .../nether/vein/nether_manganese.json | 2 +- .../nether/vein/nether_mica.json | 52 - .../nether/vein/nether_molybdenum.json | 42 +- .../nether/vein/nether_monazite.json | 2 +- .../nether/vein/nether_sheldonite.json | 30 +- .../moon/vein/moon_diopside.json | 5 - .../moon/vein/moon_enstatite.json | 5 - .../moon/vein/moon_fayalite.json | 5 - .../moon/vein/moon_plutonium.json | 5 - .../vein/moon_pyrolusite.json} | 2 +- .../{moon_olivine.json => moon_topaz.json} | 2 +- .../nether/vein/nether_bauxite.json | 5 - kubejs/startup_scripts/ad_astra/constants.js | 7 +- 67 files changed, 3096 insertions(+), 4363 deletions(-) delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bauxite.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_enstatite.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_fayalite.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_olivine.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_plutonium.json rename kubejs/data/tfg/worldgen/configured_feature/moon/vein/{moon_diopside.json => moon_pyrolusite.json} (67%) create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_topaz.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_bauxite.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_diopside.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_enstatite.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_fayalite.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_plutonium.json rename kubejs/data/tfg/worldgen/placed_feature/{earth/vein/normal_bauxite.json => moon/vein/moon_pyrolusite.json} (68%) rename kubejs/data/tfg/worldgen/placed_feature/moon/vein/{moon_olivine.json => moon_topaz.json} (69%) delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_bauxite.json 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 index feb29bd35..0d024427c 100644 --- 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 @@ -14,42 +14,42 @@ }, { "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)$()", + "text": "$(li)Almandine: $(l:tfg_ores/earth_vein_index#deep_sapphire)38%$(/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), $(l:tfg_ores/earth_vein_index#normal_quartz)18%$(/l)$()$(li)Barite: $(l:tfg_ores/earth_vein_index#normal_quartz)37%$(/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)62%$(/l)$()$(li)Bauxite: $(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)$()$(li)Borax: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/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)$()", + "text": "$(li)Bornite: $(l:tfg_ores/earth_vein_index#deep_sheldonite)53%$(/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)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)33%$(/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)$()$(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)$()", "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)$()", + "text": "$(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)$()$(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)Kyanite: $(l:tfg_ores/earth_vein_index#normal_mica)35%$(/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)$()", + "text": "$(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)8%$(/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)35%$(/l)$()$(li)Monazite: $(l:tfg_ores/earth_vein_index#normal_monazite)31%$(/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)25%$(/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)$()", "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)$()", + "text": "$(li)Neodymium: $(l:tfg_ores/earth_vein_index#normal_monazite)6%$(/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)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)7%$(/l)$()$(li)Pollucite: $(l:tfg_ores/earth_vein_index#normal_mica)15%$(/l)$()$(li)Powellite: $(l:tfg_ores/earth_vein_index#deep_molybdenum)17%$(/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)$()", "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)$()", + "text": "$(li)Quartzite: $(l:tfg_ores/earth_vein_index#normal_quartz)43%$(/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)8%$(/l)$()$(li)Scheelite: $(l:tfg_ores/earth_vein_index#deep_scheelite)45%$(/l)$()$(li)Sheldonite: $(l:tfg_ores/earth_vein_index#deep_sheldonite)38%$(/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)$()", "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)$()", + "text": "$(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)$()$(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)$()", "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)$()", + "text": "$(li)Vanadium Magnetite: $(l:tfg_ores/earth_vein_index#normal_magnetite)22%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/l)$()$(li)Wulfenite: $(l:tfg_ores/earth_vein_index#deep_molybdenum)47%$(/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" } ] 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 index 8ecc4e24f..9e500e176 100644 --- 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 @@ -14,22 +14,22 @@ }, { "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$()$()", + "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_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$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_beryllium)Emerald & Beryllium$()$()", "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$()$()", + "text": "$(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$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_basaltic_sands)Mineral Sands$()$()", "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$()$()", + "text": "$(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$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)Sulfur & Pyrite$()$()", "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$()$()", + "text": "$(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" }, { @@ -198,7 +198,7 @@ }, { "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", + "text": "$(thing)Rarity$(): 205$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 50$(br)$(thing)Size$(): 35$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Granite", "title": "Bastnasite & Monazite", "type": "patchouli:text", "anchor": "normal_monazite" @@ -220,7 +220,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Cerium, Fluorine$(br)$(thing)Formula$(): CeCFO₃", + "text": "$(thing)Percentage$(): 62%$(br)$(thing)Source of$(): Cerium, Fluorine$(br)$(thing)Formula$(): CeCFO₃", "type": "patchouli:multiblock" }, { @@ -240,7 +240,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Phosphorous, Rare Earth$(br)$(thing)Formula$(): ?(PO₄)", + "text": "$(thing)Percentage$(): 31%$(br)$(thing)Source of$(): Phosphorous, Rare Earth$(br)$(thing)Formula$(): ?(PO₄)", "type": "patchouli:multiblock" }, { @@ -260,74 +260,7 @@ ] }, "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", + "text": "$(thing)Percentage$(): 6%$(br)$(thing)Source of$(): Neodymium$(br)$(thing)Formula$(): Nd", "type": "patchouli:multiblock" }, { @@ -754,7 +687,7 @@ }, { "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", + "text": "$(thing)Rarity$(): 225$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Size$(): 20$(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" @@ -776,7 +709,7 @@ ] }, "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)$()", + "text": "$(thing)Percentage$(): 33%$(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" }, { @@ -796,7 +729,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Iron, Vanadium$(br)$(thing)Formula$(): (Fe₃O₄)V", + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Iron, Vanadium$(br)$(thing)Formula$(): (Fe₃O₄)V", "type": "patchouli:multiblock" }, { @@ -816,7 +749,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", "type": "patchouli:multiblock" }, { @@ -836,7 +769,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₃O₄", + "text": "$(thing)Percentage$(): 8%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₃O₄", "type": "patchouli:multiblock" }, { @@ -856,7 +789,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "text": "$(thing)Percentage$(): 8%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", "type": "patchouli:multiblock" }, { @@ -888,7 +821,7 @@ }, { "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", + "text": "$(thing)Rarity$(): 320$(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" @@ -910,7 +843,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₅FeS₄", + "text": "$(thing)Percentage$(): 53%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₅FeS₄", "type": "patchouli:multiblock" }, { @@ -930,7 +863,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Platinum, Nickel, Palladium$(br)$(thing)Formula$(): Pt₃NiSPd", + "text": "$(thing)Percentage$(): 38%$(br)$(thing)Source of$(): Platinum, Nickel, Palladium$(br)$(thing)Formula$(): Pt₃NiSPd", "type": "patchouli:multiblock" }, { @@ -950,34 +883,9 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 25%$(br)$(thing)Smelts into$(): Platinum$(br)$(thing)Formula$(): Pt", + "text": "$(thing)Percentage$(): 7%$(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", @@ -2156,7 +2064,7 @@ }, { "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", + "text": "$(thing)Rarity$(): 200$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 30$(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" @@ -2248,7 +2156,7 @@ }, { "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", + "text": "$(thing)Rarity$(): 195$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 30$(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" @@ -2551,7 +2459,7 @@ }, { "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", + "text": "$(thing)Rarity$(): 190$(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" @@ -2573,27 +2481,7 @@ ] }, "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₂", + "text": "$(thing)Percentage$(): 43%$(br)$(thing)Used for$(): LV components$(br)$(thing)Formula$(): SiO₂", "type": "patchouli:multiblock" }, { @@ -2613,7 +2501,27 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Barium$(br)$(thing)Formula$(): BaSO₂", + "text": "$(thing)Percentage$(): 37%$(br)$(thing)Source of$(): Barium$(br)$(thing)Formula$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Asbestos", + "multiblock": { + "mapping": { + "0": "#forge:ores/asbestos" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 18%$(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" }, { @@ -2685,7 +2593,7 @@ }, { "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", + "text": "$(thing)Rarity$(): 210$(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$(): Diorite, Gabbro, Gneiss, Granite, Marble, Phyllite, Quartzite, Schist, Slate", "title": "Saltpeter & Electrotine", "type": "patchouli:text", "anchor": "normal_saltpeter" @@ -2961,7 +2869,7 @@ }, { "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", + "text": "$(thing)Rarity$(): 240$(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" @@ -3795,7 +3703,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 40%$(br)$(thing)Source of$(): Lead, Molybdenum$(br)$(thing)Formula$(): PbMoO₄", + "text": "$(thing)Percentage$(): 47%$(br)$(thing)Source of$(): Lead, Molybdenum$(br)$(thing)Formula$(): PbMoO₄", "type": "patchouli:multiblock" }, { @@ -3815,27 +3723,7 @@ ] }, "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", + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): MoS₂", "type": "patchouli:multiblock" }, { @@ -3855,13 +3743,8 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): CaMoO₄", + "text": "$(thing)Percentage$(): 17%$(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/moon_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_ore_index.json index 7c35a2fde..09992ee36 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_ore_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_ore_index.json @@ -1,6 +1,6 @@ { "__credits__": "This page was automatically generated by OresToFieldGuide.", - "name": "Lunar Ore Index", + "name": "The Moon Ore Index", "icon": "ae2:certus_quartz_crystal", "category": "tfc:tfg_ores", "read_by_default": true, @@ -8,33 +8,33 @@ "pages": [ { "Type": "patchouli:text", - "text": "This is the $(thing)Ore Index$() for $(thing)Lunar$(). 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": "Lunar Ore Index", + "text": "This is the $(thing)Ore Index$() for $(thing)The Moon$(). 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 Moon Ore Index", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Almandine: $(l:tfg_ores/moon_vein_index#moon_sapphire)38%$(/l)$()$(li)Aluminium: $(l:tfg_ores/moon_vein_index#moon_bauxite)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)20%$(/l)$()$(li)Apatite: $(l:tfg_ores/moon_vein_index#moon_apatite)25%$(/l)$()$(li)Armalcolite: $(l:tfg_ores/moon_vein_index#moon_plutonium)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_bauxite)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)15%$(/l)$()$(li)Barite: $(l:tfg_ores/moon_vein_index#moon_quartz)15%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/moon_vein_index#moon_monazite)50%$(/l)$()$(li)Bauxite: $(l:tfg_ores/moon_vein_index#moon_bauxite)29%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)25%$(/l)$()$(li)Beryllium: $(l:tfg_ores/moon_vein_index#moon_beryllium)35%$(/l)$()$(li)Bornite: $(l:tfg_ores/moon_vein_index#moon_sheldonite)35%$(/l)$()$(li)Certus Quartz: $(l:tfg_ores/moon_vein_index#moon_quartz)50%$(/l)$()$(li)Chromite: $(l:tfg_ores/moon_vein_index#moon_magnetite)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_enstatite)30%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/moon_vein_index#moon_redstone)20%$(/l)$()$(li)Cobalt: $(l:tfg_ores/moon_vein_index#moon_diopside)22%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)15%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/moon_vein_index#moon_garnierite)20%$(/l)$()", + "text": "$(li)Almandine: $(l:tfg_ores/moon_vein_index#moon_sapphire)38%$(/l)$()$(li)Aluminium: $(l:tfg_ores/moon_vein_index#moon_desh)20%$(/l)$()$(li)Apatite: $(l:tfg_ores/moon_vein_index#moon_apatite)23%$(/l)$()$(li)Armalcolite: $(l:tfg_ores/moon_vein_index#moon_bauxite)21%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)15%$(/l)$()$(li)Barite: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/moon_vein_index#moon_monazite)61%$(/l)$()$(li)Bauxite: $(l:tfg_ores/moon_vein_index#moon_bauxite)36%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)Beryllium: $(l:tfg_ores/moon_vein_index#moon_beryllium)31%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/moon_vein_index#moon_topaz)35%$(/l)$()$(li)Bornite: $(l:tfg_ores/moon_vein_index#moon_sheldonite)35%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)15%$(/l)$()$(li)Certus Quartz: $(l:tfg_ores/moon_vein_index#moon_quartz)66%$(/l)$()$(li)Chalcocite: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)Chromite: $(l:tfg_ores/moon_vein_index#moon_magnetite)40%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/moon_vein_index#moon_redstone)19%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Desh: $(l:tfg_ores/moon_vein_index#moon_desh)40%$(/l)$()$(li)Diopside: $(l:tfg_ores/moon_vein_index#moon_diopside)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_olivine)15%$(/l)$()$(li)Electrotine: $(l:tfg_ores/moon_vein_index#moon_saltpeter)25%$(/l)$()$(li)Emerald: $(l:tfg_ores/moon_vein_index#moon_beryllium)50%$(/l)$()$(li)Enstatite: $(l:tfg_ores/moon_vein_index#moon_enstatite)45%$(/l), $(l:tfg_ores/moon_vein_index#moon_fayalite)10%$(/l), $(l:tfg_ores/moon_vein_index#moon_olivine)10%$(/l)$()$(li)Fayalite: $(l:tfg_ores/moon_vein_index#moon_fayalite)45%$(/l), $(l:tfg_ores/moon_vein_index#moon_enstatite)10%$(/l), $(l:tfg_ores/moon_vein_index#moon_olivine)10%$(/l)$()$(li)Galena: $(l:tfg_ores/moon_vein_index#moon_silver)30%$(/l)$()$(li)Garnierite: $(l:tfg_ores/moon_vein_index#moon_garnierite)30%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l)$()$(li)Ilmenite: $(l:tfg_ores/moon_vein_index#moon_bauxite)33%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_enstatite)15%$(/l)$()$(li)Kyanite: $(l:tfg_ores/moon_vein_index#moon_mica)35%$(/l)$()$(li)Lead: $(l:tfg_ores/moon_vein_index#moon_silver)25%$(/l)$()$(li)Lithium: $(l:tfg_ores/moon_vein_index#moon_scheelite)10%$(/l)$()$(li)Magnetite: $(l:tfg_ores/moon_vein_index#moon_magnetite)25%$(/l)$()", + "text": "$(li)Cobalt: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)14%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Desh: $(l:tfg_ores/moon_vein_index#moon_desh)40%$(/l)$()$(li)Electrotine: $(l:tfg_ores/moon_vein_index#moon_saltpeter)37%$(/l)$()$(li)Emerald: $(l:tfg_ores/moon_vein_index#moon_beryllium)45%$(/l)$()$(li)Galena: $(l:tfg_ores/moon_vein_index#moon_silver)28%$(/l)$()$(li)Garnierite: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l)$()$(li)Ilmenite: $(l:tfg_ores/moon_vein_index#moon_bauxite)42%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)25%$(/l)$()$(li)Kyanite: $(l:tfg_ores/moon_vein_index#moon_mica)33%$(/l)$()$(li)Lead: $(l:tfg_ores/moon_vein_index#moon_silver)23%$(/l)$()$(li)Lithium: $(l:tfg_ores/moon_vein_index#moon_scheelite)10%$(/l)$()$(li)Magnetite: $(l:tfg_ores/moon_vein_index#moon_magnetite)25%$(/l)$()$(li)Mica: $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Mica: $(l:tfg_ores/moon_vein_index#moon_mica)25%$(/l)$()$(li)Molybdenite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)30%$(/l)$()$(li)Molybdenum: $(l:tfg_ores/moon_vein_index#moon_molybdenum)15%$(/l)$()$(li)Monazite: $(l:tfg_ores/moon_vein_index#moon_monazite)25%$(/l)$()$(li)Native Gold: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Native Silver: $(l:tfg_ores/moon_vein_index#moon_silver)45%$(/l)$()$(li)Neodymium: $(l:tfg_ores/moon_vein_index#moon_monazite)25%$(/l)$()$(li)Nether Quartz: $(l:tfg_ores/moon_vein_index#moon_quartz)25%$(/l)$()$(li)Nickel: $(l:tfg_ores/moon_vein_index#moon_garnierite)10%$(/l)$()$(li)Olivine: $(l:tfg_ores/moon_vein_index#moon_olivine)65%$(/l)$()$(li)Palladium: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/moon_vein_index#moon_garnierite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_fayalite)15%$(/l)$()$(li)Platinum: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()$(li)Plutonium: $(l:tfg_ores/moon_vein_index#moon_plutonium)25%$(/l)$()", + "text": "$(li)Molybdenite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)33%$(/l)$()$(li)Monazite: $(l:tfg_ores/moon_vein_index#moon_monazite)30%$(/l)$()$(li)Native Gold: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Native Silver: $(l:tfg_ores/moon_vein_index#moon_silver)42%$(/l)$()$(li)Neodymium: $(l:tfg_ores/moon_vein_index#moon_monazite)6%$(/l)$()$(li)Nickel: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Olivine: $(l:tfg_ores/moon_vein_index#moon_apatite)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_beryllium)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_molybdenum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_redstone)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_silver)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_sapphire)2%$(/l), $(l:tfg_ores/moon_vein_index#moon_monazite)1%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l)$()$(li)Platinum: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)Pollucite: $(l:tfg_ores/moon_vein_index#moon_mica)14%$(/l)$()$(li)Powellite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)16%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/moon_vein_index#moon_apatite)38%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)38%$(/l)$()$(li)Pyrope: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Pollucite: $(l:tfg_ores/moon_vein_index#moon_mica)15%$(/l)$()$(li)Powellite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)15%$(/l)$()$(li)Pyrite: $(l:tfg_ores/moon_vein_index#moon_fayalite)30%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/moon_vein_index#moon_apatite)40%$(/l)$()$(li)Pyrope: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)Quartzite: $(l:tfg_ores/moon_vein_index#moon_quartz)10%$(/l)$()$(li)Redstone: $(l:tfg_ores/moon_vein_index#moon_redstone)45%$(/l)$()$(li)Ruby: $(l:tfg_ores/moon_vein_index#moon_redstone)35%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/moon_vein_index#moon_saltpeter)35%$(/l)$()$(li)Sapphire: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()$(li)Scheelite: $(l:tfg_ores/moon_vein_index#moon_scheelite)40%$(/l)$()$(li)Sheldonite: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()$(li)Soapstone: $(l:tfg_ores/moon_vein_index#moon_saltpeter)25%$(/l)$()$(li)Talc: $(l:tfg_ores/moon_vein_index#moon_saltpeter)15%$(/l)$()", + "text": "$(li)Quartzite: $(l:tfg_ores/moon_vein_index#moon_quartz)13%$(/l)$()$(li)Redstone: $(l:tfg_ores/moon_vein_index#moon_redstone)42%$(/l)$()$(li)Rock Salt: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/l)$()$(li)Ruby: $(l:tfg_ores/moon_vein_index#moon_redstone)33%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/moon_vein_index#moon_saltpeter)29%$(/l)$()$(li)Sapphire: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()$(li)Scheelite: $(l:tfg_ores/moon_vein_index#moon_scheelite)40%$(/l)$()$(li)Sheldonite: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()$(li)Soapstone: $(l:tfg_ores/moon_vein_index#moon_saltpeter)20%$(/l)$()$(li)Talc: $(l:tfg_ores/moon_vein_index#moon_saltpeter)12%$(/l)$()$(li)Tantalite: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)14%$(/l)$()$(li)Thorium: $(l:tfg_ores/moon_vein_index#moon_beryllium)0%$(/l)$()$(li)Topaz: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/moon_vein_index#moon_apatite)33%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Tantalite: $(l:tfg_ores/moon_vein_index#moon_diopside)13%$(/l)$()$(li)Thorium: $(l:tfg_ores/moon_vein_index#moon_beryllium)15%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/moon_vein_index#moon_apatite)35%$(/l)$()$(li)Trona: $(l:tfg_ores/moon_vein_index#moon_diopside)22%$(/l)$()$(li)Tungstate: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/l), $(l:tfg_ores/moon_vein_index#moon_plutonium)35%$(/l)$()$(li)Vanadium Magnetite: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Wulfenite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)40%$(/l)$()", + "text": "$(li)Tungstate: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/l)$()$(li)Vanadium Magnetite: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Wulfenite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)44%$(/l)$()", "type": "patchouli:text" } ] diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_vein_index.json index 589c2bb33..2c041ea27 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_vein_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_vein_index.json @@ -1,6 +1,6 @@ { "__credits__": "This page was automatically generated by OresToFieldGuide.", - "name": "Lunar Vein Index", + "name": "The Moon Vein Index", "icon": "gtceu:moon_stone_certus_quartz_ore", "category": "tfc:tfg_ores", "read_by_default": true, @@ -8,18 +8,18 @@ "pages": [ { "Type": "patchouli:text", - "text": "This is the $(thing)Vein Index$() for $(item)Lunar$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns in, and more.", - "title": "Lunar Vein Index", + "text": "This is the $(thing)Vein Index$() for $(item)The Moon$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns in, and more.", + "title": "The Moon Vein Index", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_apatite)Apatite & Pyrochlore$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_monazite)Bastnasite & Monazite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_bauxite)Bauxite & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_quartz)Certus Quartz$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_magnetite)Chromite & Magnetite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sheldonite)Cooperite & Bornite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_desh)Desh & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_diopside)Diopside$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_beryllium)Emerald & Beryllium$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_enstatite)Enstatite & Chromite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_fayalite)Fayalite & Pyrite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_garnierite)Garnierite & Cobaltite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_olivine)Olivine$()$()", + "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_apatite)Apatite & Pyrochlore$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_monazite)Bastnasite & Monazite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_bauxite)Bauxite & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_quartz)Certus Quartz$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_magnetite)Chromite & Magnetite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sheldonite)Cooperite & Bornite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_desh)Desh & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_beryllium)Emerald & Beryllium$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_garnierite)Garnierite & Cobaltite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_pyrolusite)Pyrolusite and Cobalt$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)Redstone, Cinnabar, & Ruby$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sapphire)Sapphire & Almandine$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_plutonium)Plutonium & Tungstate$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)Redstone, Cinnabar, & Ruby$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sapphire)Sapphire & Almandine$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_silver)Silver, Galena, & Lead$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_molybdenum)Wulfenite & Molybdenite$()$()", + "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_silver)Silver, Galena, & Lead$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_topaz)Topaz & Chalcocite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_molybdenum)Wulfenite & Molybdenite$()$()", "type": "patchouli:text" }, { @@ -29,7 +29,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 25$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Diorite, Norite", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 100$(br)$(thing)Size$(): 25$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Diorite, Norite", "title": "Apatite & Pyrochlore", "type": "patchouli:text", "anchor": "moon_apatite" @@ -51,7 +51,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 40%$(br)$(thing)Source of$(): Niobium$(br)$(thing)Formula$(): Ca₂Nb₂O₇", + "text": "$(thing)Percentage$(): 38%$(br)$(thing)Source of$(): Niobium$(br)$(thing)Formula$(): Ca₂Nb₂O₇", "type": "patchouli:multiblock" }, { @@ -71,7 +71,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Calcium, Phosphorus$(br)$(thing)Formula$(): Ca₃(PO₄)₂", + "text": "$(thing)Percentage$(): 33%$(br)$(thing)Source of$(): Calcium, Phosphorus$(br)$(thing)Formula$(): Ca₃(PO₄)₂", "type": "patchouli:multiblock" }, { @@ -91,12 +91,37 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Calcium, Phosphorus, Forestry PTSD$(br)$(thing)Formula$(): Ca₅(PO₄)₃Cl", + "text": "$(thing)Percentage$(): 23%$(br)$(thing)Source of$(): Calcium, Phosphorus, Forestry PTSD$(br)$(thing)Formula$(): Ca₅(PO₄)₃Cl", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:multiblock", + "name": "Olivine", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 4%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", - "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 50$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Diorite, Gabbro", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 50$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Andesite, Dacite, Phonolite, Rhyolite", "title": "Bastnasite & Monazite", "type": "patchouli:text", "anchor": "moon_monazite" @@ -118,7 +143,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Cerium, Fluorine$(br)$(thing)Formula$(): CeCFO₃", + "text": "$(thing)Percentage$(): 61%$(br)$(thing)Source of$(): Cerium, Fluorine$(br)$(thing)Formula$(): CeCFO₃", "type": "patchouli:multiblock" }, { @@ -138,7 +163,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Phosphorous, Rare Earth$(br)$(thing)Formula$(): ?(PO₄)", + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Phosphorous, Rare Earth$(br)$(thing)Formula$(): ?(PO₄)", "type": "patchouli:multiblock" }, { @@ -158,12 +183,37 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Neodymium$(br)$(thing)Formula$(): Nd", + "text": "$(thing)Percentage$(): 6%$(br)$(thing)Source of$(): Neodymium$(br)$(thing)Formula$(): Nd", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:multiblock", + "name": "Olivine", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 1%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", - "text": "$(thing)Rarity$(): 120$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 70$(br)$(thing)Size$(): 30$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Basalt, Norite", + "text": "$(thing)Rarity$(): 200$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 80$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Basalt, Diorite, Norite, Phonolite, Rhyolite", "title": "Bauxite & Ilmenite", "type": "patchouli:text", "anchor": "moon_bauxite" @@ -185,7 +235,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 33%$(br)$(thing)Source of$(): Iron, Titanium$(br)$(thing)Formula$(): FeTiO₃", + "text": "$(thing)Percentage$(): 42%$(br)$(thing)Source of$(): Iron, Titanium$(br)$(thing)Formula$(): FeTiO₃", "type": "patchouli:multiblock" }, { @@ -205,27 +255,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 29%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Aluminium", - "multiblock": { - "mapping": { - "0": "#forge:ores/aluminium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al", + "text": "$(thing)Percentage$(): 36%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", "type": "patchouli:multiblock" }, { @@ -245,17 +275,12 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 16%$(br)$(thing)Source of$(): Magnesium, Rutile, Titanium$(br)$(thing)Formula$(): TODO", + "text": "$(thing)Percentage$(): 21%$(br)$(thing)Source of$(): Magnesium, Rutile, Titanium$(br)$(thing)Formula$(): TODO", "type": "patchouli:multiblock" }, - { - "Type": "patchouli:empty", - "draw_filler": true, - "type": "patchouli:empty" - }, { "Type": "patchouli:text", - "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 100$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 80$(br2)$(thing)Stone Types$(): Andesite, Anorthosite, Basalt, Dacite, Diorite, Gabbro, Norite, Phonolite, Rhyolite", + "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 10 — 100$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 80$(br2)$(thing)Stone Types$(): Andesite, Anorthosite, Basalt, Dacite, Diorite, Gabbro, Norite, Phonolite, Rhyolite", "title": "Certus Quartz", "type": "patchouli:text", "anchor": "moon_quartz" @@ -277,27 +302,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 50%$(br)$(thing)Used for$(): Applied Energistics 2$(br)$(thing)Formula$(): SiO₂", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Nether Quartz", - "multiblock": { - "mapping": { - "0": "#forge:ores/nether_quartz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Percentage$(): 25%$(br)$(thing)Used for$(): Applied Energistics 2$(br)$(thing)Formula$(): SiO₂", + "text": "$(thing)Percentage$(): 66%$(br)$(thing)Used for$(): Applied Energistics 2$(br)$(thing)Formula$(): SiO₂", "type": "patchouli:multiblock" }, { @@ -317,7 +322,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Barium$(br)$(thing)Formula$(): BaSO₂", + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Barium$(br)$(thing)Formula$(): BaSO₂", "type": "patchouli:multiblock" }, { @@ -337,17 +342,12 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 10%$(br)$(thing)Used for$(): LV components$(br)$(thing)Formula$(): SiO₂", + "text": "$(thing)Percentage$(): 13%$(br)$(thing)Used for$(): LV components$(br)$(thing)Formula$(): SiO₂", "type": "patchouli:multiblock" }, - { - "Type": "patchouli:empty", - "draw_filler": true, - "type": "patchouli:empty" - }, { "Type": "patchouli:text", - "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Size$(): 30$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Diorite, Gabbro, Norite", + "text": "$(thing)Rarity$(): 280$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 90$(br)$(thing)Size$(): 50$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Diorite, Gabbro, Norite", "title": "Chromite & Magnetite", "type": "patchouli:text", "anchor": "moon_magnetite" @@ -454,7 +454,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 0$(br)$(thing)Size$(): 30$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Basalt, Norite", + "text": "$(thing)Rarity$(): 260$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 70$(br)$(thing)Size$(): 30$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Andesite, Basalt, Phonolite", "title": "Cooperite & Bornite", "type": "patchouli:text", "anchor": "moon_sheldonite" @@ -499,6 +499,26 @@ "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Platinum, Nickel, Palladium$(br)$(thing)Formula$(): Pt₃NiSPd", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:multiblock", + "name": "Nickel", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni", + "type": "patchouli:multiblock" + }, { "Type": "patchouli:multiblock", "name": "Platinum", @@ -516,27 +536,7 @@ ] }, "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", + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Smelts into$(): Platinum$(br)$(thing)Formula$(): Pt", "type": "patchouli:multiblock" }, { @@ -546,7 +546,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 70$(br)$(thing)Size$(): 30$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Norite", + "text": "$(thing)Rarity$(): 230$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 10 — 80$(br)$(thing)Size$(): 30$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Gabbro", "title": "Desh & Ilmenite", "type": "patchouli:text", "anchor": "moon_desh" @@ -638,99 +638,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -10 — 80$(br)$(thing)Size$(): 36$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Basalt, Diorite, Gabbro, Norite", - "title": "Diopside", - "type": "patchouli:text", - "anchor": "moon_diopside" - }, - { - "Type": "patchouli:multiblock", - "name": "Diopside", - "multiblock": { - "mapping": { - "0": "#forge:ores/diopside" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Percentage$(): 40%$(br)$(thing)Source of$(): Magnesium, Calcium$(br)$(thing)Formula$(): MgCaSi₂O₅", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Trona", - "multiblock": { - "mapping": { - "0": "#forge:ores/trona" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Percentage$(): 22%$(br)$(thing)Source of$(): Sodium$(br)$(thing)Formula$(): Na₃C₂H(H₂O)₂O₆", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Cobalt", - "multiblock": { - "mapping": { - "0": "#forge:ores/cobalt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Percentage$(): 22%$(br)$(thing)Smelts into$(): Cobalt$(br)$(thing)Formula$(): Co", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Tantalite", - "multiblock": { - "mapping": { - "0": "#forge:ores/tantalite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Percentage$(): 13%$(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$(): 300$(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$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Basalt, Norite", + "text": "$(thing)Rarity$(): 260$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Pipe Vein$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Height$(): 60$(br)$(thing)Radius$(): 10$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Basalt, Phonolite", "title": "Emerald & Beryllium", "type": "patchouli:text", "anchor": "moon_beryllium" @@ -752,7 +660,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 50%$(br)$(thing)Used for$(): MV components, Item tag filters$(br)$(thing)Formula$(): Be₃Al₂Si₆O₁₈", + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Used for$(): MV components, Item tag filters$(br)$(thing)Formula$(): Be₃Al₂Si₆O₁₈", "type": "patchouli:multiblock" }, { @@ -772,7 +680,47 @@ ] }, "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)$()", + "text": "$(thing)Percentage$(): 31%$(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": "Rock Salt", + "multiblock": { + "mapping": { + "0": "#forge:ores/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 18%$(br)$(thing)Source of$(): Potassium, Chlorine$(br)$(thing)Formula$(): KCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Olivine", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 4%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂", "type": "patchouli:multiblock" }, { @@ -792,196 +740,12 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Thorium$(br)$(thing)Formula$(): Th", + "text": "$(thing)Percentage$(): 0%$(br)$(thing)Source of$(): Thorium$(br)$(thing)Formula$(): Th", "type": "patchouli:multiblock" }, { "Type": "patchouli:text", - "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -20 — 90$(br)$(thing)Size$(): 36$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Basalt, Diorite, Gabbro, Norite", - "title": "Enstatite & Chromite", - "type": "patchouli:text", - "anchor": "moon_enstatite" - }, - { - "Type": "patchouli:multiblock", - "name": "Enstatite", - "multiblock": { - "mapping": { - "0": "#forge:ores/enstatite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Percentage$(): 45%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): MgSiO₃", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Chromite", - "multiblock": { - "mapping": { - "0": "#forge:ores/chromite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Percentage$(): 30%$(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": "Ilmenite", - "multiblock": { - "mapping": { - "0": "#forge:ores/ilmenite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Iron, Titanium$(br)$(thing)Formula$(): FeTiO₃", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Fayalite", - "multiblock": { - "mapping": { - "0": "#forge:ores/fayalite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Percentage$(): 10%$(br)$(thing)Smelts into$(): Iron$(br)$(thing)Formula$(): Fe₂SiO₄", - "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$(): -40 — 90$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Basalt, Diorite, Gabbro, Norite", - "title": "Fayalite & Pyrite", - "type": "patchouli:text", - "anchor": "moon_fayalite" - }, - { - "Type": "patchouli:multiblock", - "name": "Fayalite", - "multiblock": { - "mapping": { - "0": "#forge:ores/fayalite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Percentage$(): 45%$(br)$(thing)Smelts into$(): Iron$(br)$(thing)Formula$(): Fe₂SiO₄", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Pyrite", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Percentage$(): 30%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeS₂", - "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": "Enstatite", - "multiblock": { - "mapping": { - "0": "#forge:ores/enstatite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Percentage$(): 10%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): MgSiO₃", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:empty", - "draw_filler": true, - "type": "patchouli:empty" - }, - { - "Type": "patchouli:text", - "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Diorite, Gabbro", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 5 — 85$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Rhyolite", "title": "Garnierite & Cobaltite", "type": "patchouli:text", "anchor": "moon_garnierite" @@ -1003,7 +767,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 30%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): NiO", + "text": "$(thing)Percentage$(): 23%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): NiO", "type": "patchouli:multiblock" }, { @@ -1023,47 +787,7 @@ ] }, "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", + "text": "$(thing)Percentage$(): 23%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni₉S₈", "type": "patchouli:multiblock" }, { @@ -1083,12 +807,52 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 10%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni", + "text": "$(thing)Percentage$(): 19%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cobaltite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 19%$(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$(): 14%$(br)$(thing)Smelts into$(): Cobalt$(br)$(thing)Formula$(): Co", "type": "patchouli:multiblock" }, { "Type": "patchouli:text", - "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 210$(br)$(thing)Size$(): 25$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Diorite, Gabbro, Norite", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Size$(): 35$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Diorite, Gabbro, Norite", "title": "Kyanite, Mica, & Bauxite", "type": "patchouli:text", "anchor": "moon_mica" @@ -1110,7 +874,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂SiO₅", + "text": "$(thing)Percentage$(): 33%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂SiO₅", "type": "patchouli:multiblock" }, { @@ -1130,7 +894,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Potassium, Aluminium, Fluorine$(br)$(thing)Formula$(): KAl₃Si₃F₂O₁₀", + "text": "$(thing)Percentage$(): 23%$(br)$(thing)Source of$(): Potassium, Aluminium, Fluorine$(br)$(thing)Formula$(): KAl₃Si₃F₂O₁₀", "type": "patchouli:multiblock" }, { @@ -1150,7 +914,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "text": "$(thing)Percentage$(): 23%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", "type": "patchouli:multiblock" }, { @@ -1170,21 +934,9 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Caesium, Aluminium$(br)$(thing)Formula$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "text": "$(thing)Percentage$(): 14%$(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$(): 120$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 20$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Basalt, Gabbro, Norite", - "title": "Olivine", - "type": "patchouli:text", - "anchor": "moon_olivine" - }, { "Type": "patchouli:multiblock", "name": "Olivine", @@ -1202,15 +954,22 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 65%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂", + "text": "$(thing)Percentage$(): 4%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 20 — 80$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Andesite, Anorthosite, Basalt, Gabbro, Norite", + "title": "Pyrolusite and Cobalt", + "type": "patchouli:text", + "anchor": "moon_pyrolusite" + }, { "Type": "patchouli:multiblock", - "name": "Diopside", + "name": "Pyrolusite", "multiblock": { "mapping": { - "0": "#forge:ores/diopside" + "0": "#forge:ores/pyrolusite" }, "pattern": [ [ @@ -1222,15 +981,15 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Magnesium, Calcium$(br)$(thing)Formula$(): MgCaSi₂O₅", + "text": "$(thing)Percentage$(): 38%$(br)$(thing)Source of$(): Manganese$(br)$(thing)Formula$(): MnO₂", "type": "patchouli:multiblock" }, { "Type": "patchouli:multiblock", - "name": "Enstatite", + "name": "Cobaltite", "multiblock": { "mapping": { - "0": "#forge:ores/enstatite" + "0": "#forge:ores/cobaltite" }, "pattern": [ [ @@ -1242,15 +1001,15 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 10%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): MgSiO₃", + "text": "$(thing)Percentage$(): 23%$(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": "Fayalite", + "name": "Cobalt", "multiblock": { "mapping": { - "0": "#forge:ores/fayalite" + "0": "#forge:ores/cobalt" }, "pattern": [ [ @@ -1262,7 +1021,27 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 10%$(br)$(thing)Smelts into$(): Iron$(br)$(thing)Formula$(): Fe₂SiO₄", + "text": "$(thing)Percentage$(): 23%$(br)$(thing)Smelts into$(): Cobalt$(br)$(thing)Formula$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tantalite", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 14%$(br)$(thing)Source of$(): Manganese, Tantalum$(br)$(thing)Formula$(): MnTa₂O₆", "type": "patchouli:multiblock" }, { @@ -1272,74 +1051,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Rarity$(): 310$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — -20$(br)$(thing)Size$(): 15$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Norite", - "title": "Plutonium & Tungstate", - "type": "patchouli:text", - "anchor": "moon_plutonium" - }, - { - "Type": "patchouli:multiblock", - "name": "Armalcolite", - "multiblock": { - "mapping": { - "0": "#forge:ores/armalcolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Percentage$(): 40%$(br)$(thing)Source of$(): Magnesium, Rutile, Titanium$(br)$(thing)Formula$(): TODO", - "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": "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:text", - "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 100$(br)$(thing)Size$(): 30$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Norite", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 20 — 100$(br)$(thing)Size$(): 30$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Andesite, Dacite, Phonolite", "title": "Redstone, Cinnabar, & Ruby", "type": "patchouli:text", "anchor": "moon_redstone" @@ -1361,7 +1073,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 45%$(br)$(thing)Melts into$(): Redstone$(br)$(thing)Formula$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "text": "$(thing)Percentage$(): 42%$(br)$(thing)Melts into$(): Redstone$(br)$(thing)Formula$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", "type": "patchouli:multiblock" }, { @@ -1381,7 +1093,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Chromium, Aluminium$(br)$(thing)Formula$(): CrAl₂O₃", + "text": "$(thing)Percentage$(): 33%$(br)$(thing)Source of$(): Chromium, Aluminium$(br)$(thing)Formula$(): CrAl₂O₃", "type": "patchouli:multiblock" }, { @@ -1401,16 +1113,61 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Mercury$(br)$(thing)Formula$(): HgS", + "text": "$(thing)Percentage$(): 19%$(br)$(thing)Source of$(): Mercury$(br)$(thing)Formula$(): HgS", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:multiblock", + "name": "Olivine", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 4%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", - "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 35$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Diorite, Norite", + "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 90$(br)$(thing)Size$(): 35$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Andesite, Dacite, Norite, Rhyolite", "title": "Saltpeter & Electrotine", "type": "patchouli:text", "anchor": "moon_saltpeter" }, + { + "Type": "patchouli:multiblock", + "name": "Electrotine", + "multiblock": { + "mapping": { + "0": "#forge:ores/electrotine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 37%$(br)$(thing)Source of$(): Gold, Silver, Redstone$(br)$(thing)Formula$(): (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)", + "type": "patchouli:multiblock" + }, { "Type": "patchouli:multiblock", "name": "Saltpeter", @@ -1428,7 +1185,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Potassium, Nitrogen$(br)$(thing)Formula$(): KNO₃", + "text": "$(thing)Percentage$(): 29%$(br)$(thing)Source of$(): Potassium, Nitrogen$(br)$(thing)Formula$(): KNO₃", "type": "patchouli:multiblock" }, { @@ -1448,27 +1205,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): Mg₃Si₄H₂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)", + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): Mg₃Si₄H₂O₁₂", "type": "patchouli:multiblock" }, { @@ -1488,7 +1225,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): Mg₃Si₄H₂O₁₂", + "text": "$(thing)Percentage$(): 12%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): Mg₃Si₄H₂O₁₂", "type": "patchouli:multiblock" }, { @@ -1498,7 +1235,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Rarity$(): 280$(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$(): 50$(br2)$(thing)Stone Types$(): Basalt, Norite", + "text": "$(thing)Rarity$(): 280$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 0 — 100$(br)$(thing)Size$(): 28$(br)$(thing)Height$(): 8$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Basalt, Norite", "title": "Sapphire & Almandine", "type": "patchouli:text", "anchor": "moon_sapphire" @@ -1584,13 +1321,28 @@ "type": "patchouli:multiblock" }, { - "Type": "patchouli:empty", - "draw_filler": true, - "type": "patchouli:empty" + "Type": "patchouli:multiblock", + "name": "Olivine", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 2%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" }, { "Type": "patchouli:text", - "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 0$(br)$(thing)Size$(): 20$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Diorite, Gabbro, Norite", + "text": "$(thing)Rarity$(): 200$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 70$(br)$(thing)Size$(): 20$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Gabbro, Phonolite, Rhyolite", "title": "Scheelite & Tungstate", "type": "patchouli:text", "anchor": "moon_scheelite" @@ -1657,7 +1409,7 @@ }, { "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$(): 30$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Norite", + "text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 20 — 75$(br)$(thing)Size$(): 30$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Dacite, Diorite, Norite, Rhyolite", "title": "Silver, Galena, & Lead", "type": "patchouli:text", "anchor": "moon_silver" @@ -1679,7 +1431,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 45%$(br)$(thing)Melts into$(): Silver$(br)$(thing)Formula$(): Ag", + "text": "$(thing)Percentage$(): 42%$(br)$(thing)Melts into$(): Silver$(br)$(thing)Formula$(): Ag", "type": "patchouli:multiblock" }, { @@ -1699,7 +1451,7 @@ ] }, "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)$()", + "text": "$(thing)Percentage$(): 28%$(br)$(thing)Smelts into$(): Lead$(br)$(thing)Formula$(): PbS$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", "type": "patchouli:multiblock" }, { @@ -1719,12 +1471,129 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 25%$(br)$(thing)Smelts into$(): Lead$(br)$(thing)Formula$(): Pb$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "text": "$(thing)Percentage$(): 23%$(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": "Olivine", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 4%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂", + "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$(): 50$(br2)$(thing)Stone Types$(): Basalt, Diorite, Gabbro, Norite", + "text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Size$(): 64$(br)$(thing)Height$(): 7$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Anorthosite, Basalt, Dacite, Diorite, Gabbro, Norite, Phonolite, Rhyolite", + "title": "Topaz & Chalcocite", + "type": "patchouli:text", + "anchor": "moon_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$(): 245$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 50$(br)$(thing)Size$(): 26$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Basalt, Dacite, Gabbro, Norite", "title": "Wulfenite & Molybdenite", "type": "patchouli:text", "anchor": "moon_molybdenum" @@ -1746,7 +1615,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 40%$(br)$(thing)Source of$(): Lead, Molybdenum$(br)$(thing)Formula$(): PbMoO₄", + "text": "$(thing)Percentage$(): 44%$(br)$(thing)Source of$(): Lead, Molybdenum$(br)$(thing)Formula$(): PbMoO₄", "type": "patchouli:multiblock" }, { @@ -1766,27 +1635,7 @@ ] }, "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", + "text": "$(thing)Percentage$(): 33%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): MoS₂", "type": "patchouli:multiblock" }, { @@ -1806,7 +1655,27 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): CaMoO₄", + "text": "$(thing)Percentage$(): 16%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Olivine", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂", "type": "patchouli:multiblock" }, { 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 index db95a5f55..2bfe5fa50 100644 --- 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 @@ -14,42 +14,42 @@ }, { "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)Anthracite: $(l:tfg_ores/nether_vein_index#nether_anthracite)100%$(/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)$()", + "text": "$(li)Almandine: $(l:tfg_ores/nether_vein_index#nether_sapphire)38%$(/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)Anthracite: $(l:tfg_ores/nether_vein_index#nether_anthracite)100%$(/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)Bentonite: $(l:tfg_ores/nether_vein_index#nether_olivine)35%$(/l)$()$(li)Beryllium: $(l:tfg_ores/nether_vein_index#nether_beryllium)33%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)Bornite: $(l:tfg_ores/nether_vein_index#nether_sheldonite)41%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()$(li)Calcite: $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Bornite: $(l:tfg_ores/nether_vein_index#nether_sheldonite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()$(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)$()", + "text": "$(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)10%$(/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)14%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/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)47%$(/l)$()$(li)Fuller's Earth: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Emerald: $(l:tfg_ores/nether_vein_index#nether_beryllium)50%$(/l)$()$(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)$()", + "text": "$(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)23%$(/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)Kyanite: $(l:tfg_ores/nether_vein_index#nether_mica)46%$(/l)$()$(li)Lapis: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Lazurite: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Kyanite: $(l:tfg_ores/nether_vein_index#nether_mica)35%$(/l)$()$(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)$()", + "text": "$(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)20%$(/l)$()$(li)Malachite: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)Mica: $(l:tfg_ores/nether_vein_index#nether_mica)33%$(/l)$()$(li)Molybdenite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)31%$(/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)30%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()$(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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(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)$()$(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)$()", + "text": "$(li)Nickel: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l), $(l:tfg_ores/nether_vein_index#nether_sheldonite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/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)Pentlandite: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/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)5%$(/l)$()$(li)Plutonium: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)Pollucite: $(l:tfg_ores/nether_vein_index#nether_mica)20%$(/l)$()$(li)Powellite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)10%$(/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)$()$(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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(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)$()$(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)$()", + "text": "$(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)Rock Salt: $(l:tfg_ores/nether_vein_index#nether_beryllium)18%$(/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)10%$(/l)$()$(li)Scheelite: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()$(li)Sheldonite: $(l:tfg_ores/nether_vein_index#nether_sheldonite)29%$(/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)$()$(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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Spessartine: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(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)Sylvite: $(l:tfg_ores/nether_vein_index#nether_sylvite)100%$(/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)$()", + "text": "$(li)Sylvite: $(l:tfg_ores/nether_vein_index#nether_sylvite)100%$(/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)0%$(/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)30%$(/l)$()$(li)Wulfenite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)42%$(/l)$()$(li)Yellow Garnet: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(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)$()$(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)$()", + "text": "$(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" } ] 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 index 0b9d27575..8224581d1 100644 --- 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 @@ -14,17 +14,17 @@ }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnet)Amethyst, Opal, & Garnet$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_anthracite)Anthracite$()$()$(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$()$()", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnet)Amethyst, Opal, & Garnet$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_anthracite)Anthracite$()$()$(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_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_gold)Gold & Hematite$()$()$(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$()$()", + "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_lubricant)Soapstone, Talc, & Trona$()$()$(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_sylvite)Sylvite$()$()$(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$()$()", + "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_sylvite)Sylvite$()$()$(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" }, { @@ -215,7 +215,7 @@ }, { "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", + "text": "$(thing)Rarity$(): 245$(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" @@ -280,73 +280,6 @@ "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", @@ -498,26 +431,6 @@ "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", @@ -535,7 +448,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Iron, Vanadium$(br)$(thing)Formula$(): (Fe₃O₄)V", + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Iron, Vanadium$(br)$(thing)Formula$(): (Fe₃O₄)V", "type": "patchouli:multiblock" }, { @@ -555,7 +468,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", "type": "patchouli:multiblock" }, { @@ -575,7 +488,27 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₃O₄", + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Chromite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(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" }, { @@ -595,7 +528,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "text": "$(thing)Percentage$(): 10%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", "type": "patchouli:multiblock" }, { @@ -622,7 +555,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₅FeS₄", + "text": "$(thing)Percentage$(): 41%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₅FeS₄", "type": "patchouli:multiblock" }, { @@ -642,7 +575,27 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Platinum, Nickel, Palladium$(br)$(thing)Formula$(): Pt₃NiSPd", + "text": "$(thing)Percentage$(): 29%$(br)$(thing)Source of$(): Platinum, Nickel, Palladium$(br)$(thing)Formula$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Nickel", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 23%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni", "type": "patchouli:multiblock" }, { @@ -662,27 +615,7 @@ ] }, "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", + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Smelts into$(): Platinum$(br)$(thing)Formula$(): Pt", "type": "patchouli:multiblock" }, { @@ -806,7 +739,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 50%$(br)$(thing)Used for$(): MV components, Item tag filters$(br)$(thing)Formula$(): Be₃Al₂Si₆O₁₈", + "text": "$(thing)Percentage$(): 47%$(br)$(thing)Used for$(): MV components, Item tag filters$(br)$(thing)Formula$(): Be₃Al₂Si₆O₁₈", "type": "patchouli:multiblock" }, { @@ -826,7 +759,27 @@ ] }, "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)$()", + "text": "$(thing)Percentage$(): 33%$(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": "Rock Salt", + "multiblock": { + "mapping": { + "0": "#forge:ores/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 18%$(br)$(thing)Source of$(): Potassium, Chlorine$(br)$(thing)Formula$(): KCl", "type": "patchouli:multiblock" }, { @@ -846,9 +799,14 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Thorium$(br)$(thing)Formula$(): Th", + "text": "$(thing)Percentage$(): 0%$(br)$(thing)Source of$(): Thorium$(br)$(thing)Formula$(): Th", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "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", @@ -965,7 +923,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 30%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): NiO", + "text": "$(thing)Percentage$(): 23%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): NiO", "type": "patchouli:multiblock" }, { @@ -985,47 +943,7 @@ ] }, "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", + "text": "$(thing)Percentage$(): 23%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni₉S₈", "type": "patchouli:multiblock" }, { @@ -1045,7 +963,47 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 10%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni", + "text": "$(thing)Percentage$(): 19%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cobaltite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 19%$(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$(): 14%$(br)$(thing)Smelts into$(): Cobalt$(br)$(thing)Formula$(): Co", "type": "patchouli:multiblock" }, { @@ -1430,7 +1388,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂SiO₅", + "text": "$(thing)Percentage$(): 46%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂SiO₅", "type": "patchouli:multiblock" }, { @@ -1450,27 +1408,7 @@ ] }, "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₃", + "text": "$(thing)Percentage$(): 33%$(br)$(thing)Source of$(): Potassium, Aluminium, Fluorine$(br)$(thing)Formula$(): KAl₃Si₃F₂O₁₀", "type": "patchouli:multiblock" }, { @@ -1490,14 +1428,9 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Caesium, Aluminium$(br)$(thing)Formula$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "text": "$(thing)Percentage$(): 20%$(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", @@ -1592,7 +1525,7 @@ }, { "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", + "text": "$(thing)Rarity$(): 225$(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" @@ -2781,7 +2714,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 40%$(br)$(thing)Source of$(): Lead, Molybdenum$(br)$(thing)Formula$(): PbMoO₄", + "text": "$(thing)Percentage$(): 42%$(br)$(thing)Source of$(): Lead, Molybdenum$(br)$(thing)Formula$(): PbMoO₄", "type": "patchouli:multiblock" }, { @@ -2801,15 +2734,15 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): MoS₂", + "text": "$(thing)Percentage$(): 31%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): MoS₂", "type": "patchouli:multiblock" }, { "Type": "patchouli:multiblock", - "name": "Molybdenum", + "name": "Nickel", "multiblock": { "mapping": { - "0": "#forge:ores/molybdenum" + "0": "#forge:ores/nickel" }, "pattern": [ [ @@ -2821,7 +2754,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): Mo", + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni", "type": "patchouli:multiblock" }, { @@ -2841,7 +2774,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): CaMoO₄", + "text": "$(thing)Percentage$(): 10%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): CaMoO₄", "type": "patchouli:multiblock" }, { 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 index a0b6b8e6f..245b85397 100644 --- 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 @@ -14,42 +14,42 @@ }, { "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)$()", + "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#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), $(l:tfg_ores/earth_vein_index#normal_quartz)18%$(/l)$()$(li)Базальтовый минеральный песок: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)35%$(/l)$()$(li)Барит: $(l:tfg_ores/earth_vein_index#normal_quartz)37%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/earth_vein_index#normal_monazite)62%$(/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_mica)25%$(/l)$()$(li)Борнит: $(l:tfg_ores/earth_vein_index#deep_sheldonite)53%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()$(li)Бура: $(l:tfg_ores/earth_vein_index#normal_salt)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)$()", + "text": "$(li)Ванадий магнетит: $(l:tfg_ores/earth_vein_index#normal_magnetite)22%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/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)47%$(/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)$()$(li)Гроссуляр: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/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)$()", + "text": "$(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_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)43%$(/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#deep_garnet_amethyst)5%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)5%$(/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)$()", + "text": "$(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)8%$(/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)35%$(/l)$()$(li)Монацит: $(l:tfg_ores/earth_vein_index#normal_monazite)31%$(/l)$()$(li)Мыльный камень: $(l:tfg_ores/earth_vein_index#normal_lubricant)30%$(/l)$()$(li)Неодим: $(l:tfg_ores/earth_vein_index#normal_monazite)6%$(/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)$()", "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)$()", + "text": "$(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#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)7%$(/l)$()$(li)Повеллит: $(l:tfg_ores/earth_vein_index#deep_molybdenum)17%$(/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)25%$(/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)$()", "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)$()", + "text": "$(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)8%$(/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)$()$(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)$()", "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)$()", + "text": "$(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)$()$(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)33%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)4%$(/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)$()", + "text": "$(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)38%$(/l)$()$(li)Электротин: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l)$()", "type": "patchouli:text" } ] 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 index c3a3ffcfb..76722d5eb 100644 --- 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 @@ -14,22 +14,22 @@ }, { "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)Графит и Алмаз$()$()", + "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#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)Графит и Алмаз$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_gold)Золото (Глубокое)$()$()", "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)Нефтеносный песок$()$()", + "text": "$(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)Нефтеносный песок$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)Опал и гранат$()$()", "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)Уголь$()$()", + "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_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)Уголь$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)Уранинит и Уранит$()$()", "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)Шелдонит и Борнит$()$()", + "text": "$(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" }, { @@ -198,7 +198,7 @@ }, { "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)Виды камней$(): Габбро, Гранит, Диорит", + "text": "$(thing)Редкость$(): 205$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 50$(br)$(thing)Размер$(): 35$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Габбро, Гранит, Диорит", "title": "Бастнезит и Монацит", "type": "patchouli:text", "anchor": "normal_monazite" @@ -220,7 +220,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Церий, Фтор$(br)$(thing)Формула$(): CeCFO₃", + "text": "$(thing)Процент руды$(): 62%$(br)$(thing)Хромит$(): Церий, Фтор$(br)$(thing)Формула$(): CeCFO₃", "type": "patchouli:multiblock" }, { @@ -240,7 +240,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Фосфор, Редкая земля$(br)$(thing)Формула$(): ?(PO₄)", + "text": "$(thing)Процент руды$(): 31%$(br)$(thing)Хромит$(): Фосфор, Редкая земля$(br)$(thing)Формула$(): ?(PO₄)", "type": "patchouli:multiblock" }, { @@ -260,7 +260,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Неодим$(br)$(thing)Формула$(): Nd", + "text": "$(thing)Процент руды$(): 6%$(br)$(thing)Хромит$(): Неодим$(br)$(thing)Формула$(): Nd", "type": "patchouli:multiblock" }, { @@ -355,73 +355,6 @@ "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)Виды камней$(): Аргиллит, Габбро, Гранит, Диорит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", @@ -580,7 +513,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Хромит$(): Свинец, Молибден$(br)$(thing)Формула$(): PbMoO₄", + "text": "$(thing)Процент руды$(): 47%$(br)$(thing)Хромит$(): Свинец, Молибден$(br)$(thing)Формула$(): PbMoO₄", "type": "patchouli:multiblock" }, { @@ -600,27 +533,7 @@ ] }, "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", + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): MoS₂", "type": "patchouli:multiblock" }, { @@ -640,14 +553,9 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): CaMoO₄", + "text": "$(thing)Процент руды$(): 17%$(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)Базальтом$(), а на дне океана легко обнаружить столбы, ведущие к нижнему слою!", @@ -1562,7 +1470,7 @@ }, { "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)Виды камней$(): Аспидный сланец, Гнейс, Кварцит, Сланец", + "text": "$(thing)Редкость$(): 190$(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" @@ -1584,27 +1492,7 @@ ] }, "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₂", + "text": "$(thing)Процент руды$(): 43%$(br)$(thing)Используется для$(): компоненты уровня LV$(br)$(thing)Формула$(): SiO₂", "type": "patchouli:multiblock" }, { @@ -1624,7 +1512,27 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Барий$(br)$(thing)Формула$(): BaSO₂", + "text": "$(thing)Процент руды$(): 37%$(br)$(thing)Хромит$(): Барий$(br)$(thing)Формула$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Асбест", + "multiblock": { + "mapping": { + "0": "#forge:ores/asbestos" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 18%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₂H₄O₉$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Asbestosis (Inhalation)$(/t)$()", "type": "patchouli:multiblock" }, { @@ -1813,7 +1721,7 @@ }, { "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)Виды камней$(): Аргиллит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", + "text": "$(thing)Редкость$(): 200$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Аргиллит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", "title": "Магнетит и Ванадий", "type": "patchouli:text", "anchor": "normal_magnetite" @@ -1905,7 +1813,7 @@ }, { "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)Виды камней$(): Андезит, Аргиллит, Базальт, Дацит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Риолит, Сланец", + "text": "$(thing)Редкость$(): 195$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Аргиллит, Базальт, Дацит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Риолит, Сланец", "title": "Марганец и Тантал", "type": "patchouli:text", "anchor": "normal_manganese" @@ -2566,7 +2474,7 @@ }, { "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)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Кварцит, Мрамор, Филлит, Шиферный сланец", + "text": "$(thing)Редкость$(): 210$(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_saltpeter" @@ -3507,7 +3415,7 @@ }, { "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)Виды камней$(): Аргиллит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", + "text": "$(thing)Редкость$(): 225$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 30$(br)$(thing)Размер$(): 20$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аргиллит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", "title": "Хромит и Магнетит", "type": "patchouli:text", "anchor": "deep_magnetite" @@ -3529,7 +3437,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 60%$(br)$(thing)Хромит$(): Хром$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Ядовит$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "text": "$(thing)Процент руды$(): 33%$(br)$(thing)Хромит$(): Хром$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Ядовит$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", "type": "patchouli:multiblock" }, { @@ -3549,7 +3457,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Железо, Ванадий$(br)$(thing)Формула$(): (Fe₃O₄)V", + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Железо, Ванадий$(br)$(thing)Формула$(): (Fe₃O₄)V", "type": "patchouli:multiblock" }, { @@ -3569,7 +3477,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", "type": "patchouli:multiblock" }, { @@ -3589,7 +3497,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₃O₄", + "text": "$(thing)Процент руды$(): 8%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₃O₄", "type": "patchouli:multiblock" }, { @@ -3609,7 +3517,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "text": "$(thing)Процент руды$(): 8%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", "type": "patchouli:multiblock" }, { @@ -3706,7 +3614,7 @@ }, { "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)Виды камней$(): Габбро, Гранит, Диорит", + "text": "$(thing)Редкость$(): 240$(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" @@ -3773,7 +3681,7 @@ }, { "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)Виды камней$(): Аспидный сланец, Гнейс, Кварцит, Мрамор, Филлит, Шиферный сланец", + "text": "$(thing)Редкость$(): 320$(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" @@ -3795,7 +3703,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Медь$(br)$(thing)Формула$(): Cu₅FeS₄", + "text": "$(thing)Процент руды$(): 53%$(br)$(thing)Хромит$(): Медь$(br)$(thing)Формула$(): Cu₅FeS₄", "type": "patchouli:multiblock" }, { @@ -3815,7 +3723,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Платина, Никель, Палладий$(br)$(thing)Формула$(): Pt₃NiSPd", + "text": "$(thing)Процент руды$(): 38%$(br)$(thing)Хромит$(): Платина, Никель, Палладий$(br)$(thing)Формула$(): Pt₃NiSPd", "type": "patchouli:multiblock" }, { @@ -3835,33 +3743,8 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Платина$(br)$(thing)Формула$(): Pt", + "text": "$(thing)Процент руды$(): 7%$(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/moon_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_ore_index.json index 1598c1859..172af2ce3 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_ore_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_ore_index.json @@ -1,6 +1,6 @@ { "__credits__": "This page was automatically generated by OresToFieldGuide.", - "name": "Lunar Ore Index", + "name": "The Moon Ore Index", "icon": "ae2:certus_quartz_crystal", "category": "tfc:tfg_ores", "read_by_default": true, @@ -8,33 +8,33 @@ "pages": [ { "Type": "patchouli:text", - "text": "This is the $(thing)Ore Index$() for $(thing)Lunar$(). 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": "Lunar Ore Index", + "text": "This is the $(thing)Ore Index$() for $(thing)The Moon$(). 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 Moon Ore Index", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Armalcolite: $(l:tfg_ores/moon_vein_index#moon_plutonium)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_bauxite)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)15%$(/l)$()$(li)Desh: $(l:tfg_ores/moon_vein_index#moon_desh)40%$(/l)$()$(li)Diopside: $(l:tfg_ores/moon_vein_index#moon_diopside)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_olivine)15%$(/l)$()$(li)Enstatite: $(l:tfg_ores/moon_vein_index#moon_enstatite)45%$(/l), $(l:tfg_ores/moon_vein_index#moon_fayalite)10%$(/l), $(l:tfg_ores/moon_vein_index#moon_olivine)10%$(/l)$()$(li)Fayalite: $(l:tfg_ores/moon_vein_index#moon_fayalite)45%$(/l), $(l:tfg_ores/moon_vein_index#moon_enstatite)10%$(/l), $(l:tfg_ores/moon_vein_index#moon_olivine)10%$(/l)$()$(li)Альмандин: $(l:tfg_ores/moon_vein_index#moon_sapphire)38%$(/l)$()$(li)Алюминий: $(l:tfg_ores/moon_vein_index#moon_bauxite)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)20%$(/l)$()$(li)Апатит: $(l:tfg_ores/moon_vein_index#moon_apatite)25%$(/l)$()$(li)Барит: $(l:tfg_ores/moon_vein_index#moon_quartz)15%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/moon_vein_index#moon_monazite)50%$(/l)$()$(li)Бериллий: $(l:tfg_ores/moon_vein_index#moon_beryllium)35%$(/l)$()$(li)Боксит: $(l:tfg_ores/moon_vein_index#moon_bauxite)29%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)25%$(/l)$()$(li)Борнит: $(l:tfg_ores/moon_vein_index#moon_sheldonite)35%$(/l)$()$(li)Ванадий магнетит: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()", + "text": "$(li)Armalcolite: $(l:tfg_ores/moon_vein_index#moon_bauxite)21%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)15%$(/l)$()$(li)Desh: $(l:tfg_ores/moon_vein_index#moon_desh)40%$(/l)$()$(li)Альмандин: $(l:tfg_ores/moon_vein_index#moon_sapphire)38%$(/l)$()$(li)Алюминий: $(l:tfg_ores/moon_vein_index#moon_desh)20%$(/l)$()$(li)Апатит: $(l:tfg_ores/moon_vein_index#moon_apatite)23%$(/l)$()$(li)Барит: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/moon_vein_index#moon_monazite)61%$(/l)$()$(li)Бериллий: $(l:tfg_ores/moon_vein_index#moon_beryllium)31%$(/l)$()$(li)Боксит: $(l:tfg_ores/moon_vein_index#moon_bauxite)36%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)Борнит: $(l:tfg_ores/moon_vein_index#moon_sheldonite)35%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)15%$(/l)$()$(li)Ванадий магнетит: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Вольфрамат: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/l)$()$(li)Вульфенит: $(l:tfg_ores/moon_vein_index#moon_molybdenum)44%$(/l)$()$(li)Галена: $(l:tfg_ores/moon_vein_index#moon_silver)28%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Вольфрамат: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/l), $(l:tfg_ores/moon_vein_index#moon_plutonium)35%$(/l)$()$(li)Вульфенит: $(l:tfg_ores/moon_vein_index#moon_molybdenum)40%$(/l)$()$(li)Галена: $(l:tfg_ores/moon_vein_index#moon_silver)30%$(/l)$()$(li)Гарниерит: $(l:tfg_ores/moon_vein_index#moon_garnierite)30%$(/l)$()$(li)Зелёный сапфир: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l)$()$(li)Изумруд: $(l:tfg_ores/moon_vein_index#moon_beryllium)50%$(/l)$()$(li)Ильменит: $(l:tfg_ores/moon_vein_index#moon_bauxite)33%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_enstatite)15%$(/l)$()$(li)Истинный кварц: $(l:tfg_ores/moon_vein_index#moon_quartz)50%$(/l)$()$(li)Кварцит: $(l:tfg_ores/moon_vein_index#moon_quartz)10%$(/l)$()$(li)Киноварь: $(l:tfg_ores/moon_vein_index#moon_redstone)20%$(/l)$()$(li)Кобальт: $(l:tfg_ores/moon_vein_index#moon_diopside)22%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)15%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/moon_vein_index#moon_garnierite)20%$(/l)$()$(li)Литий: $(l:tfg_ores/moon_vein_index#moon_scheelite)10%$(/l)$()$(li)Магнетит: $(l:tfg_ores/moon_vein_index#moon_magnetite)25%$(/l)$()", + "text": "$(li)Гарниерит: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l)$()$(li)Зелёный сапфир: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l)$()$(li)Изумруд: $(l:tfg_ores/moon_vein_index#moon_beryllium)45%$(/l)$()$(li)Ильменит: $(l:tfg_ores/moon_vein_index#moon_bauxite)42%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)25%$(/l)$()$(li)Истинный кварц: $(l:tfg_ores/moon_vein_index#moon_quartz)66%$(/l)$()$(li)Каменная соль: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/l)$()$(li)Кварцит: $(l:tfg_ores/moon_vein_index#moon_quartz)13%$(/l)$()$(li)Киноварь: $(l:tfg_ores/moon_vein_index#moon_redstone)19%$(/l)$()$(li)Кобальт: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)14%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Литий: $(l:tfg_ores/moon_vein_index#moon_scheelite)10%$(/l)$()$(li)Магнетит: $(l:tfg_ores/moon_vein_index#moon_magnetite)25%$(/l)$()$(li)Молибденит: $(l:tfg_ores/moon_vein_index#moon_molybdenum)33%$(/l)$()$(li)Монацит: $(l:tfg_ores/moon_vein_index#moon_monazite)30%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Молибден: $(l:tfg_ores/moon_vein_index#moon_molybdenum)15%$(/l)$()$(li)Молибденит: $(l:tfg_ores/moon_vein_index#moon_molybdenum)30%$(/l)$()$(li)Монацит: $(l:tfg_ores/moon_vein_index#moon_monazite)25%$(/l)$()$(li)Мыльный камень: $(l:tfg_ores/moon_vein_index#moon_saltpeter)25%$(/l)$()$(li)Незер-кварц: $(l:tfg_ores/moon_vein_index#moon_quartz)25%$(/l)$()$(li)Неодим: $(l:tfg_ores/moon_vein_index#moon_monazite)25%$(/l)$()$(li)Никель: $(l:tfg_ores/moon_vein_index#moon_garnierite)10%$(/l)$()$(li)Оливин: $(l:tfg_ores/moon_vein_index#moon_olivine)65%$(/l)$()$(li)Палладий: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)Пентландит: $(l:tfg_ores/moon_vein_index#moon_garnierite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_fayalite)15%$(/l)$()$(li)Пирит: $(l:tfg_ores/moon_vein_index#moon_fayalite)30%$(/l)$()$(li)Пироп: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)Пирохлор: $(l:tfg_ores/moon_vein_index#moon_apatite)40%$(/l)$()$(li)Платина: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()", + "text": "$(li)Мыльный камень: $(l:tfg_ores/moon_vein_index#moon_saltpeter)20%$(/l)$()$(li)Неодим: $(l:tfg_ores/moon_vein_index#moon_monazite)6%$(/l)$()$(li)Никель: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Оливин: $(l:tfg_ores/moon_vein_index#moon_apatite)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_beryllium)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_molybdenum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_redstone)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_silver)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_sapphire)2%$(/l), $(l:tfg_ores/moon_vein_index#moon_monazite)1%$(/l)$()$(li)Пентландит: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l)$()$(li)Пиролюзит: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)38%$(/l)$()$(li)Пироп: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)Пирохлор: $(l:tfg_ores/moon_vein_index#moon_apatite)38%$(/l)$()$(li)Платина: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)Повеллит: $(l:tfg_ores/moon_vein_index#moon_molybdenum)16%$(/l)$()$(li)Поллуцит: $(l:tfg_ores/moon_vein_index#moon_mica)14%$(/l)$()$(li)Редстоун: $(l:tfg_ores/moon_vein_index#moon_redstone)42%$(/l)$()$(li)Рубин: $(l:tfg_ores/moon_vein_index#moon_redstone)33%$(/l)$()$(li)Самородная Золото: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Плутоний: $(l:tfg_ores/moon_vein_index#moon_plutonium)25%$(/l)$()$(li)Повеллит: $(l:tfg_ores/moon_vein_index#moon_molybdenum)15%$(/l)$()$(li)Поллуцит: $(l:tfg_ores/moon_vein_index#moon_mica)15%$(/l)$()$(li)Редстоун: $(l:tfg_ores/moon_vein_index#moon_redstone)45%$(/l)$()$(li)Рубин: $(l:tfg_ores/moon_vein_index#moon_redstone)35%$(/l)$()$(li)Самородная Золото: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Самородная Серебро: $(l:tfg_ores/moon_vein_index#moon_silver)45%$(/l)$()$(li)Сапфир: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()$(li)Свинец: $(l:tfg_ores/moon_vein_index#moon_silver)25%$(/l)$()$(li)Селитра: $(l:tfg_ores/moon_vein_index#moon_saltpeter)35%$(/l)$()$(li)Слюда: $(l:tfg_ores/moon_vein_index#moon_mica)25%$(/l)$()$(li)Тальк: $(l:tfg_ores/moon_vein_index#moon_saltpeter)15%$(/l)$()$(li)Танталит: $(l:tfg_ores/moon_vein_index#moon_diopside)13%$(/l)$()$(li)Торий: $(l:tfg_ores/moon_vein_index#moon_beryllium)15%$(/l)$()", + "text": "$(li)Самородная Серебро: $(l:tfg_ores/moon_vein_index#moon_silver)42%$(/l)$()$(li)Сапфир: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()$(li)Свинец: $(l:tfg_ores/moon_vein_index#moon_silver)23%$(/l)$()$(li)Селитра: $(l:tfg_ores/moon_vein_index#moon_saltpeter)29%$(/l)$()$(li)Синий топаз: $(l:tfg_ores/moon_vein_index#moon_topaz)35%$(/l)$()$(li)Слюда: $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)Тальк: $(l:tfg_ores/moon_vein_index#moon_saltpeter)12%$(/l)$()$(li)Танталит: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)14%$(/l)$()$(li)Топаз: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)Торий: $(l:tfg_ores/moon_vein_index#moon_beryllium)0%$(/l)$()$(li)Трикальцийфосфат: $(l:tfg_ores/moon_vein_index#moon_apatite)33%$(/l)$()$(li)Халькозин: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)Хромит: $(l:tfg_ores/moon_vein_index#moon_magnetite)40%$(/l)$()$(li)Ционит: $(l:tfg_ores/moon_vein_index#moon_mica)33%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Трикальцийфосфат: $(l:tfg_ores/moon_vein_index#moon_apatite)35%$(/l)$()$(li)Трона: $(l:tfg_ores/moon_vein_index#moon_diopside)22%$(/l)$()$(li)Хромит: $(l:tfg_ores/moon_vein_index#moon_magnetite)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_enstatite)30%$(/l)$()$(li)Ционит: $(l:tfg_ores/moon_vein_index#moon_mica)35%$(/l)$()$(li)Шеелит: $(l:tfg_ores/moon_vein_index#moon_scheelite)40%$(/l)$()$(li)Шелдонит: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()$(li)Электротин: $(l:tfg_ores/moon_vein_index#moon_saltpeter)25%$(/l)$()", + "text": "$(li)Шеелит: $(l:tfg_ores/moon_vein_index#moon_scheelite)40%$(/l)$()$(li)Шелдонит: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()$(li)Электротин: $(l:tfg_ores/moon_vein_index#moon_saltpeter)37%$(/l)$()", "type": "patchouli:text" } ] diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_vein_index.json index 545c8a071..df58f34e7 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_vein_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_vein_index.json @@ -1,6 +1,6 @@ { "__credits__": "This page was automatically generated by OresToFieldGuide.", - "name": "Lunar Vein Index", + "name": "The Moon Vein Index", "icon": "gtceu:moon_stone_certus_quartz_ore", "category": "tfc:tfg_ores", "read_by_default": true, @@ -8,18 +8,18 @@ "pages": [ { "Type": "patchouli:text", - "text": "This is the $(thing)Vein Index$() for $(thing)Lunar$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns on, and more.", - "title": "Lunar Vein Index", + "text": "This is the $(thing)Vein Index$() for $(thing)The Moon$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns on, and more.", + "title": "The Moon Vein Index", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_desh)Desh & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_diopside)Diopside$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_enstatite)Enstatite & Chromite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_fayalite)Fayalite & Pyrite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_plutonium)Plutonium & Tungstate$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_apatite)Апатит и Пирохлор$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_monazite)Бастнезит и Монацит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_bauxite)Боксит и Ильменит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_molybdenum)Вульфенит & Молибденит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_garnierite)Гарниерит и Кобальтит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_beryllium)Изумруд и Бериллий$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_quartz)Истинный кварц$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_olivine)Оливин$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)Редстоун, Киноварь и Рубин$()$()", + "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_desh)Desh & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_pyrolusite)Pyrolusite and Cobalt$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_apatite)Апатит и Пирохлор$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_monazite)Бастнезит и Монацит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_bauxite)Боксит и Ильменит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_molybdenum)Вульфенит & Молибденит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_garnierite)Гарниерит и Кобальтит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_beryllium)Изумруд и Бериллий$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_quartz)Истинный кварц$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)Редстоун, Киноварь и Рубин$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sapphire)Сапфир и Альмандин$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_saltpeter)Селитра и Электротин$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_silver)Серебро, Галена и Свинец$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_topaz)Топаз и Халькозин$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_sapphire)Сапфир и Альмандин$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_saltpeter)Селитра и Электротин$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_silver)Серебро, Галена и Свинец$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_magnetite)Хромит и Магнетит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_mica)Ционит, Слюда и Боксит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_scheelite)Шеелит и Вольфрамат$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sheldonite)Шелдонит и Борнит$()$()", + "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_magnetite)Хромит и Магнетит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_mica)Ционит, Слюда и Боксит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_scheelite)Шеелит и Вольфрамат$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sheldonite)Шелдонит и Борнит$()$()", "type": "patchouli:text" }, { @@ -29,7 +29,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 70$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Норит", + "text": "$(thing)Редкость$(): 230$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 10 — 80$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Андезит, Базальт, Габбро, Дацит", "title": "Desh & Ilmenite", "type": "patchouli:text", "anchor": "moon_desh" @@ -121,17 +121,17 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -10 — 80$(br)$(thing)Размер$(): 36$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Габбро, Диорит, Норит", - "title": "Diopside", + "text": "$(thing)Редкость$(): 210$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 20 — 80$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Андезит, Анортозит, Базальт, Габбро, Норит", + "title": "Pyrolusite and Cobalt", "type": "patchouli:text", - "anchor": "moon_diopside" + "anchor": "moon_pyrolusite" }, { "Type": "patchouli:multiblock", - "name": "Diopside", + "name": "Пиролюзит", "multiblock": { "mapping": { - "0": "#forge:ores/diopside" + "0": "#forge:ores/pyrolusite" }, "pattern": [ [ @@ -143,15 +143,15 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Source of$(): Magnesium, Calcium$(br)$(thing)Формула$(): MgCaSi₂O₅", + "text": "$(thing)Процент руды$(): 38%$(br)$(thing)Хромит$(): Марганец$(br)$(thing)Формула$(): MnO₂", "type": "patchouli:multiblock" }, { "Type": "patchouli:multiblock", - "name": "Трона", + "name": "Кобальтит", "multiblock": { "mapping": { - "0": "#forge:ores/trona" + "0": "#forge:ores/cobaltite" }, "pattern": [ [ @@ -163,7 +163,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 22%$(br)$(thing)Хромит$(): Натрий$(br)$(thing)Формула$(): Na₃C₂H(H₂O)₂O₆", + "text": "$(thing)Процент руды$(): 23%$(br)$(thing)Хромит$(): Кобальт, Мышьяк$(br)$(thing)Формула$(): CoAsS$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", "type": "patchouli:multiblock" }, { @@ -183,7 +183,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 22%$(br)$(thing)Плавится в$(): Кобальт$(br)$(thing)Формула$(): Co", + "text": "$(thing)Процент руды$(): 23%$(br)$(thing)Плавится в$(): Кобальт$(br)$(thing)Формула$(): Co", "type": "patchouli:multiblock" }, { @@ -203,7 +203,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 13%$(br)$(thing)Хромит$(): Марганец, Тантал$(br)$(thing)Формула$(): MnTa₂O₆", + "text": "$(thing)Процент руды$(): 14%$(br)$(thing)Хромит$(): Марганец, Тантал$(br)$(thing)Формула$(): MnTa₂O₆", "type": "patchouli:multiblock" }, { @@ -213,258 +213,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -20 — 90$(br)$(thing)Размер$(): 36$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Габбро, Диорит, Норит", - "title": "Enstatite & Chromite", - "type": "patchouli:text", - "anchor": "moon_enstatite" - }, - { - "Type": "patchouli:multiblock", - "name": "Enstatite", - "multiblock": { - "mapping": { - "0": "#forge:ores/enstatite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Формула$(): MgSiO₃", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Хромит", - "multiblock": { - "mapping": { - "0": "#forge:ores/chromite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Процент руды$(): 30%$(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/ilmenite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Железо, Титан$(br)$(thing)Формула$(): FeTiO₃", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Fayalite", - "multiblock": { - "mapping": { - "0": "#forge:ores/fayalite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Smelts into$(): Iron$(br)$(thing)Формула$(): Fe₂SiO₄", - "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-уровень$(): -40 — 90$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Габбро, Диорит, Норит", - "title": "Fayalite & Pyrite", - "type": "patchouli:text", - "anchor": "moon_fayalite" - }, - { - "Type": "patchouli:multiblock", - "name": "Fayalite", - "multiblock": { - "mapping": { - "0": "#forge:ores/fayalite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Smelts into$(): Iron$(br)$(thing)Формула$(): Fe₂SiO₄", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Пирит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeS₂", - "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": "Enstatite", - "multiblock": { - "mapping": { - "0": "#forge:ores/enstatite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Формула$(): MgSiO₃", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:empty", - "draw_filler": true, - "type": "patchouli:empty" - }, - { - "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 310$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — -20$(br)$(thing)Размер$(): 15$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Норит", - "title": "Plutonium & Tungstate", - "type": "patchouli:text", - "anchor": "moon_plutonium" - }, - { - "Type": "patchouli:multiblock", - "name": "Armalcolite", - "multiblock": { - "mapping": { - "0": "#forge:ores/armalcolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Source of$(): Magnesium, Rutile, Titanium$(br)$(thing)Формула$(): TODO", - "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/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:text", - "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 25$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Диорит, Норит", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 100$(br)$(thing)Размер$(): 25$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Диорит, Норит", "title": "Апатит и Пирохлор", "type": "patchouli:text", "anchor": "moon_apatite" @@ -486,7 +235,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Хромит$(): Ниобий$(br)$(thing)Формула$(): Ca₂Nb₂O₇", + "text": "$(thing)Процент руды$(): 38%$(br)$(thing)Хромит$(): Ниобий$(br)$(thing)Формула$(): Ca₂Nb₂O₇", "type": "patchouli:multiblock" }, { @@ -506,7 +255,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Кальций, Фосфор$(br)$(thing)Формула$(): Ca₃(PO₄)₂", + "text": "$(thing)Процент руды$(): 33%$(br)$(thing)Хромит$(): Кальций, Фосфор$(br)$(thing)Формула$(): Ca₃(PO₄)₂", "type": "patchouli:multiblock" }, { @@ -526,12 +275,37 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Кальций, Фосфор$(br)$(thing)Формула$(): Ca₅(PO₄)₃Cl", + "text": "$(thing)Процент руды$(): 23%$(br)$(thing)Хромит$(): Кальций, Фосфор$(br)$(thing)Формула$(): Ca₅(PO₄)₃Cl", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:multiblock", + "name": "Оливин", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 4%$(br)$(thing)Хромит$(): Магний, Железо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 50$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Габбро, Диорит", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 50$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Андезит, Дацит, Риолит, Фонолит", "title": "Бастнезит и Монацит", "type": "patchouli:text", "anchor": "moon_monazite" @@ -553,7 +327,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Церий, Фтор$(br)$(thing)Формула$(): CeCFO₃", + "text": "$(thing)Процент руды$(): 61%$(br)$(thing)Хромит$(): Церий, Фтор$(br)$(thing)Формула$(): CeCFO₃", "type": "patchouli:multiblock" }, { @@ -573,7 +347,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Фосфор, Редкая земля$(br)$(thing)Формула$(): ?(PO₄)", + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Фосфор, Редкая земля$(br)$(thing)Формула$(): ?(PO₄)", "type": "patchouli:multiblock" }, { @@ -593,12 +367,37 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Неодим$(br)$(thing)Формула$(): Nd", + "text": "$(thing)Процент руды$(): 6%$(br)$(thing)Хромит$(): Неодим$(br)$(thing)Формула$(): Nd", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:multiblock", + "name": "Оливин", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 1%$(br)$(thing)Хромит$(): Магний, Железо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 120$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 70$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Норит", + "text": "$(thing)Редкость$(): 200$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 80$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Диорит, Норит, Риолит, Фонолит", "title": "Боксит и Ильменит", "type": "patchouli:text", "anchor": "moon_bauxite" @@ -620,7 +419,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 33%$(br)$(thing)Хромит$(): Железо, Титан$(br)$(thing)Формула$(): FeTiO₃", + "text": "$(thing)Процент руды$(): 42%$(br)$(thing)Хромит$(): Железо, Титан$(br)$(thing)Формула$(): FeTiO₃", "type": "patchouli:multiblock" }, { @@ -640,27 +439,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 29%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Алюминий", - "multiblock": { - "mapping": { - "0": "#forge:ores/aluminium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al", + "text": "$(thing)Процент руды$(): 36%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", "type": "patchouli:multiblock" }, { @@ -680,17 +459,12 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 16%$(br)$(thing)Source of$(): Magnesium, Rutile, Titanium$(br)$(thing)Формула$(): TODO", + "text": "$(thing)Процент руды$(): 21%$(br)$(thing)Source of$(): Magnesium, Rutile, Titanium$(br)$(thing)Формула$(): TODO", "type": "patchouli:multiblock" }, - { - "Type": "patchouli:empty", - "draw_filler": true, - "type": "patchouli:empty" - }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 245$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 10$(br)$(thing)Размер$(): 26$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Базальт, Габбро, Диорит, Норит", + "text": "$(thing)Редкость$(): 245$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 50$(br)$(thing)Размер$(): 26$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Базальт, Габбро, Дацит, Норит", "title": "Вульфенит & Молибденит", "type": "patchouli:text", "anchor": "moon_molybdenum" @@ -712,7 +486,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Хромит$(): Свинец, Молибден$(br)$(thing)Формула$(): PbMoO₄", + "text": "$(thing)Процент руды$(): 44%$(br)$(thing)Хромит$(): Свинец, Молибден$(br)$(thing)Формула$(): PbMoO₄", "type": "patchouli:multiblock" }, { @@ -732,27 +506,7 @@ ] }, "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", + "text": "$(thing)Процент руды$(): 33%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): MoS₂", "type": "patchouli:multiblock" }, { @@ -772,7 +526,27 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): CaMoO₄", + "text": "$(thing)Процент руды$(): 16%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Оливин", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Хромит$(): Магний, Железо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", "type": "patchouli:multiblock" }, { @@ -782,7 +556,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Габбро, Диорит", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 5 — 85$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Габбро, Диорит, Риолит", "title": "Гарниерит и Кобальтит", "type": "patchouli:text", "anchor": "moon_garnierite" @@ -804,7 +578,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): NiO", + "text": "$(thing)Процент руды$(): 23%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): NiO", "type": "patchouli:multiblock" }, { @@ -824,47 +598,7 @@ ] }, "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", + "text": "$(thing)Процент руды$(): 23%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni₉S₈", "type": "patchouli:multiblock" }, { @@ -884,12 +618,52 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni", + "text": "$(thing)Процент руды$(): 19%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальтит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 19%$(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)Процент руды$(): 14%$(br)$(thing)Плавится в$(): Кобальт$(br)$(thing)Формула$(): Co", "type": "patchouli:multiblock" }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 300$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): трубчатая жила$(br)$(thing)Y-уровень$(): -32 — 50$(br)$(thing)Высота$(): 60$(br)$(thing)Радиус$(): 10$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Норит", + "text": "$(thing)Редкость$(): 260$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): трубчатая жила$(br)$(thing)Y-уровень$(): 0 — 120$(br)$(thing)Высота$(): 60$(br)$(thing)Радиус$(): 10$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Фонолит", "title": "Изумруд и Бериллий", "type": "patchouli:text", "anchor": "moon_beryllium" @@ -911,7 +685,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Используется для$(): компоненты уровня MV, Предметные фильтры (Тэг)$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Используется для$(): компоненты уровня MV, Предметные фильтры (Тэг)$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", "type": "patchouli:multiblock" }, { @@ -931,7 +705,47 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Используется для$(): Эндер-жемчуг$(br)$(thing)Формула$(): Be$(br)$(thing)Ядовит$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "text": "$(thing)Процент руды$(): 31%$(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/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 18%$(br)$(thing)Хромит$(): Калий, Хлор$(br)$(thing)Формула$(): KCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Оливин", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 4%$(br)$(thing)Хромит$(): Магний, Железо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", "type": "patchouli:multiblock" }, { @@ -951,12 +765,12 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Торий$(br)$(thing)Формула$(): Th", + "text": "$(thing)Процент руды$(): 0%$(br)$(thing)Хромит$(): Торий$(br)$(thing)Формула$(): Th", "type": "patchouli:multiblock" }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 100$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 80$(br2)$(thing)Виды камней$(): Андезит, Анортозит, Базальт, Габбро, Дацит, Диорит, Норит, Риолит, Фонолит", + "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 10 — 100$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 80$(br2)$(thing)Виды камней$(): Андезит, Анортозит, Базальт, Габбро, Дацит, Диорит, Норит, Риолит, Фонолит", "title": "Истинный кварц", "type": "patchouli:text", "anchor": "moon_quartz" @@ -978,27 +792,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Используется для$(): рецепты Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Незер-кварц", - "multiblock": { - "mapping": { - "0": "#forge:ores/nether_quartz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Используется для$(): рецепты Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", + "text": "$(thing)Процент руды$(): 66%$(br)$(thing)Используется для$(): рецепты Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", "type": "patchouli:multiblock" }, { @@ -1018,7 +812,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Барий$(br)$(thing)Формула$(): BaSO₂", + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Барий$(br)$(thing)Формула$(): BaSO₂", "type": "patchouli:multiblock" }, { @@ -1038,109 +832,12 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Используется для$(): компоненты уровня LV$(br)$(thing)Формула$(): SiO₂", + "text": "$(thing)Процент руды$(): 13%$(br)$(thing)Используется для$(): компоненты уровня LV$(br)$(thing)Формула$(): SiO₂", "type": "patchouli:multiblock" }, - { - "Type": "patchouli:empty", - "draw_filler": true, - "type": "patchouli:empty" - }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 120$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 20$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Базальт, Габбро, Норит", - "title": "Оливин", - "type": "patchouli:text", - "anchor": "moon_olivine" - }, - { - "Type": "patchouli:multiblock", - "name": "Оливин", - "multiblock": { - "mapping": { - "0": "#forge:ores/olivine" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Процент руды$(): 65%$(br)$(thing)Хромит$(): Магний, Железо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Diopside", - "multiblock": { - "mapping": { - "0": "#forge:ores/diopside" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Source of$(): Magnesium, Calcium$(br)$(thing)Формула$(): MgCaSi₂O₅", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Enstatite", - "multiblock": { - "mapping": { - "0": "#forge:ores/enstatite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Формула$(): MgSiO₃", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Fayalite", - "multiblock": { - "mapping": { - "0": "#forge:ores/fayalite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Smelts into$(): Iron$(br)$(thing)Формула$(): Fe₂SiO₄", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:empty", - "draw_filler": true, - "type": "patchouli:empty" - }, - { - "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 100$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Норит", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 20 — 100$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Андезит, Дацит, Фонолит", "title": "Редстоун, Киноварь и Рубин", "type": "patchouli:text", "anchor": "moon_redstone" @@ -1162,7 +859,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Плавится в$(): Редстоун$(br)$(thing)Формула$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "text": "$(thing)Процент руды$(): 42%$(br)$(thing)Плавится в$(): Редстоун$(br)$(thing)Формула$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", "type": "patchouli:multiblock" }, { @@ -1182,7 +879,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Хром, Алюминий$(br)$(thing)Формула$(): CrAl₂O₃", + "text": "$(thing)Процент руды$(): 33%$(br)$(thing)Хромит$(): Хром, Алюминий$(br)$(thing)Формула$(): CrAl₂O₃", "type": "patchouli:multiblock" }, { @@ -1202,12 +899,37 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Ртуть$(br)$(thing)Формула$(): HgS", + "text": "$(thing)Процент руды$(): 19%$(br)$(thing)Хромит$(): Ртуть$(br)$(thing)Формула$(): HgS", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:multiblock", + "name": "Оливин", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 4%$(br)$(thing)Хромит$(): Магний, Железо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 280$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): -64 — 26$(br)$(thing)Размер$(): 28$(br)$(thing)Высота$(): 8$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Базальт, Норит", + "text": "$(thing)Редкость$(): 280$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): 0 — 100$(br)$(thing)Размер$(): 28$(br)$(thing)Высота$(): 8$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Базальт, Норит", "title": "Сапфир и Альмандин", "type": "patchouli:text", "anchor": "moon_sapphire" @@ -1293,17 +1015,52 @@ "type": "patchouli:multiblock" }, { - "Type": "patchouli:empty", - "draw_filler": true, - "type": "patchouli:empty" + "Type": "patchouli:multiblock", + "name": "Оливин", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 2%$(br)$(thing)Хромит$(): Магний, Железо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 35$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Диорит, Норит", + "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 90$(br)$(thing)Размер$(): 35$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Андезит, Дацит, Норит, Риолит", "title": "Селитра и Электротин", "type": "patchouli:text", "anchor": "moon_saltpeter" }, + { + "Type": "patchouli:multiblock", + "name": "Электротин", + "multiblock": { + "mapping": { + "0": "#forge:ores/electrotine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 37%$(br)$(thing)Хромит$(): Золото, Серебро, Редстоун$(br)$(thing)Формула$(): (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)", + "type": "patchouli:multiblock" + }, { "Type": "patchouli:multiblock", "name": "Селитра", @@ -1321,7 +1078,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Калий, Азот$(br)$(thing)Формула$(): KNO₃", + "text": "$(thing)Процент руды$(): 29%$(br)$(thing)Хромит$(): Калий, Азот$(br)$(thing)Формула$(): KNO₃", "type": "patchouli:multiblock" }, { @@ -1341,27 +1098,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₄H₂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)", + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", "type": "patchouli:multiblock" }, { @@ -1381,7 +1118,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "text": "$(thing)Процент руды$(): 12%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", "type": "patchouli:multiblock" }, { @@ -1391,7 +1128,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 210$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Норит", + "text": "$(thing)Редкость$(): 210$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 20 — 75$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Дацит, Диорит, Норит, Риолит", "title": "Серебро, Галена и Свинец", "type": "patchouli:text", "anchor": "moon_silver" @@ -1413,7 +1150,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Плавится в$(): Серебро$(br)$(thing)Формула$(): Ag", + "text": "$(thing)Процент руды$(): 42%$(br)$(thing)Плавится в$(): Серебро$(br)$(thing)Формула$(): Ag", "type": "patchouli:multiblock" }, { @@ -1433,7 +1170,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Свинец$(br)$(thing)Формула$(): PbS$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "text": "$(thing)Процент руды$(): 28%$(br)$(thing)Плавится в$(): Свинец$(br)$(thing)Формула$(): PbS$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", "type": "patchouli:multiblock" }, { @@ -1453,12 +1190,129 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Свинец$(br)$(thing)Формула$(): Pb$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "text": "$(thing)Процент руды$(): 23%$(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/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 4%$(br)$(thing)Хромит$(): Магний, Железо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 30$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Габбро, Диорит, Норит", + "text": "$(thing)Редкость$(): 210$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): 0 — 120$(br)$(thing)Размер$(): 64$(br)$(thing)Высота$(): 7$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Анортозит, Базальт, Габбро, Дацит, Диорит, Норит, Риолит, Фонолит", + "title": "Топаз и Халькозин", + "type": "patchouli:text", + "anchor": "moon_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)Редкость$(): 280$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 90$(br)$(thing)Размер$(): 50$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Габбро, Диорит, Норит", "title": "Хромит и Магнетит", "type": "patchouli:text", "anchor": "moon_magnetite" @@ -1565,7 +1419,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 210$(br)$(thing)Размер$(): 25$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Габбро, Диорит, Норит", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 120$(br)$(thing)Размер$(): 35$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Габбро, Диорит, Норит", "title": "Ционит, Слюда и Боксит", "type": "patchouli:text", "anchor": "moon_mica" @@ -1587,7 +1441,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂SiO₅", + "text": "$(thing)Процент руды$(): 33%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂SiO₅", "type": "patchouli:multiblock" }, { @@ -1607,7 +1461,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Калий, Алюминий, Фтор$(br)$(thing)Формула$(): KAl₃Si₃F₂O₁₀", + "text": "$(thing)Процент руды$(): 23%$(br)$(thing)Хромит$(): Калий, Алюминий, Фтор$(br)$(thing)Формула$(): KAl₃Si₃F₂O₁₀", "type": "patchouli:multiblock" }, { @@ -1627,7 +1481,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "text": "$(thing)Процент руды$(): 23%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", "type": "patchouli:multiblock" }, { @@ -1647,17 +1501,32 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Цезий, Алюминий$(br)$(thing)Формула$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "text": "$(thing)Процент руды$(): 14%$(br)$(thing)Хромит$(): Цезий, Алюминий$(br)$(thing)Формула$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", "type": "patchouli:multiblock" }, { - "Type": "patchouli:empty", - "draw_filler": true, - "type": "patchouli:empty" + "Type": "patchouli:multiblock", + "name": "Оливин", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 4%$(br)$(thing)Хромит$(): Магний, Железо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 0$(br)$(thing)Размер$(): 20$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Габбро, Диорит, Норит", + "text": "$(thing)Редкость$(): 200$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 70$(br)$(thing)Размер$(): 20$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Габбро, Риолит, Фонолит", "title": "Шеелит и Вольфрамат", "type": "patchouli:text", "anchor": "moon_scheelite" @@ -1724,7 +1593,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 0$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Норит", + "text": "$(thing)Редкость$(): 260$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 70$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Андезит, Базальт, Фонолит", "title": "Шелдонит и Борнит", "type": "patchouli:text", "anchor": "moon_sheldonite" @@ -1769,6 +1638,26 @@ "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Платина, Никель, Палладий$(br)$(thing)Формула$(): Pt₃NiSPd", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:multiblock", + "name": "Никель", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni", + "type": "patchouli:multiblock" + }, { "Type": "patchouli:multiblock", "name": "Платина", @@ -1786,27 +1675,7 @@ ] }, "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", + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Платина$(br)$(thing)Формула$(): Pt", "type": "patchouli:multiblock" }, { 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 index 8e7dab160..afe052659 100644 --- 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 @@ -14,42 +14,42 @@ }, { "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_anthracite)100%$(/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)$()", + "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_garnet)38%$(/l)$()$(li)Антрацит: $(l:tfg_ores/nether_vein_index#nether_anthracite)100%$(/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)33%$(/l)$()$(li)Борнит: $(l:tfg_ores/nether_vein_index#nether_sheldonite)41%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()$(li)Ванадий магнетит: $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Борнит: $(l:tfg_ores/nether_vein_index#nether_sheldonite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()$(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)$()", + "text": "$(li)Вольфрамат: $(l:tfg_ores/nether_vein_index#nether_scheelite)35%$(/l)$()$(li)Вульфенит: $(l:tfg_ores/nether_vein_index#nether_molybdenum)42%$(/l)$()$(li)Галена: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Гарниерит: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/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)$()$(li)Жёлтый гранат: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(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_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)$()", + "text": "$(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)47%$(/l)$()$(li)Кальцит: $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()$(li)Каменная соль: $(l:tfg_ores/nether_vein_index#nether_beryllium)18%$(/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)14%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l)$()$(li)Красный гранат: $(l:tfg_ores/nether_vein_index#nether_garnet)9%$(/l)$()$(li)Лазурит: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()$(li)Лазурит 2: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Лазурит: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()$(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)$()", + "text": "$(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)20%$(/l)$()$(li)Малахит: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)Молибденит: $(l:tfg_ores/nether_vein_index#nether_molybdenum)31%$(/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)19%$(/l), $(l:tfg_ores/nether_vein_index#nether_sheldonite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(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)$()$(li)Редстоун: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()", + "text": "$(li)Пентландит: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/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)5%$(/l)$()$(li)Плутоний: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)Повеллит: $(l:tfg_ores/nether_vein_index#nether_molybdenum)10%$(/l)$()$(li)Поллуцит: $(l:tfg_ores/nether_vein_index#nether_mica)20%$(/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)$()$(li)Самородная Золото: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(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_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_sylvite)100%$(/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)$()", + "text": "$(li)Сапфир: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/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_sylvite)100%$(/l)$()$(li)Синий топаз: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)Слюда: $(l:tfg_ores/nether_vein_index#nether_mica)33%$(/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)$()$(li)Тальк: $(l:tfg_ores/nether_vein_index#nether_lubricant)20%$(/l)$()$(li)Танталит: $(l:tfg_ores/nether_vein_index#nether_manganese)12%$(/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_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)$()", + "text": "$(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)0%$(/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)10%$(/l)$()$(li)Ционит: $(l:tfg_ores/nether_vein_index#nether_mica)46%$(/l)$()$(li)Шеелит: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()$(li)Шелдонит: $(l:tfg_ores/nether_vein_index#nether_sheldonite)29%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Хромит: $(l:tfg_ores/nether_vein_index#nether_magnetite)60%$(/l)$()$(li)Ционит: $(l:tfg_ores/nether_vein_index#nether_mica)35%$(/l)$()$(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)$()", + "text": "$(li)Электротин: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l)$()", "type": "patchouli:text" } ] 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 index f5fca839c..64499715f 100644 --- 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 @@ -14,17 +14,17 @@ }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnet)Аметист, Опал и гранат$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_anthracite)Антрацит$()$()$(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)Изумруд и Бериллий$()$()", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnet)Аметист, Опал и гранат$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_anthracite)Антрацит$()$()$(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_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_cassiterite)Касситерит$()$()$(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_sylvite)Сильвин$()$()", + "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_sylvite)Сильвин$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sphalerite)Сфалерит & Пирит$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_sphalerite)Сфалерит & Пирит$()$()$(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_mica)Ционит, Слюда и Боксит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)Шеелит и Вольфрамат$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sheldonite)Шелдонит и Борнит$()$()", + "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_mica)Ционит, Слюда и Боксит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)Шеелит и Вольфрамат$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sheldonite)Шелдонит и Борнит$()$()", "type": "patchouli:text" }, { @@ -215,7 +215,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 185$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 24 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "text": "$(thing)Редкость$(): 245$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 24 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", "title": "Бастнезит и Монацит", "type": "patchouli:text", "anchor": "nether_monazite" @@ -372,73 +372,6 @@ "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)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", @@ -463,7 +396,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Хромит$(): Свинец, Молибден$(br)$(thing)Формула$(): PbMoO₄", + "text": "$(thing)Процент руды$(): 42%$(br)$(thing)Хромит$(): Свинец, Молибден$(br)$(thing)Формула$(): PbMoO₄", "type": "patchouli:multiblock" }, { @@ -483,15 +416,15 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): MoS₂", + "text": "$(thing)Процент руды$(): 31%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): MoS₂", "type": "patchouli:multiblock" }, { "Type": "patchouli:multiblock", - "name": "Молибден", + "name": "Никель", "multiblock": { "mapping": { - "0": "#forge:ores/molybdenum" + "0": "#forge:ores/nickel" }, "pattern": [ [ @@ -503,7 +436,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): Mo", + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni", "type": "patchouli:multiblock" }, { @@ -523,7 +456,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): CaMoO₄", + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): CaMoO₄", "type": "patchouli:multiblock" }, { @@ -555,7 +488,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): NiO", + "text": "$(thing)Процент руды$(): 23%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): NiO", "type": "patchouli:multiblock" }, { @@ -575,47 +508,7 @@ ] }, "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", + "text": "$(thing)Процент руды$(): 23%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni₉S₈", "type": "patchouli:multiblock" }, { @@ -635,7 +528,47 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni", + "text": "$(thing)Процент руды$(): 19%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальтит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 19%$(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)Процент руды$(): 14%$(br)$(thing)Плавится в$(): Кобальт$(br)$(thing)Формула$(): Co", "type": "patchouli:multiblock" }, { @@ -1112,7 +1045,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Используется для$(): компоненты уровня MV, Предметные фильтры (Тэг)$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", + "text": "$(thing)Процент руды$(): 47%$(br)$(thing)Используется для$(): компоненты уровня MV, Предметные фильтры (Тэг)$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", "type": "patchouli:multiblock" }, { @@ -1132,7 +1065,27 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Используется для$(): Эндер-жемчуг$(br)$(thing)Формула$(): Be$(br)$(thing)Ядовит$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "text": "$(thing)Процент руды$(): 33%$(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/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 18%$(br)$(thing)Хромит$(): Калий, Хлор$(br)$(thing)Формула$(): KCl", "type": "patchouli:multiblock" }, { @@ -1152,9 +1105,14 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Торий$(br)$(thing)Формула$(): Th", + "text": "$(thing)Процент руды$(): 0%$(br)$(thing)Хромит$(): Торий$(br)$(thing)Формула$(): Th", "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)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", @@ -1301,7 +1259,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 195$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "text": "$(thing)Редкость$(): 225$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", "title": "Марганец и Тантал", "type": "patchouli:text", "anchor": "nether_manganese" @@ -2498,26 +2456,6 @@ "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": "Ванадий магнетит", @@ -2535,7 +2473,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Железо, Ванадий$(br)$(thing)Формула$(): (Fe₃O₄)V", + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Железо, Ванадий$(br)$(thing)Формула$(): (Fe₃O₄)V", "type": "patchouli:multiblock" }, { @@ -2555,7 +2493,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", "type": "patchouli:multiblock" }, { @@ -2575,7 +2513,27 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₃O₄", + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Хромит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Хромит$(): Хром$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Ядовит$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", "type": "patchouli:multiblock" }, { @@ -2595,7 +2553,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", "type": "patchouli:multiblock" }, { @@ -2622,7 +2580,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂SiO₅", + "text": "$(thing)Процент руды$(): 46%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂SiO₅", "type": "patchouli:multiblock" }, { @@ -2642,27 +2600,7 @@ ] }, "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₃", + "text": "$(thing)Процент руды$(): 33%$(br)$(thing)Хромит$(): Калий, Алюминий, Фтор$(br)$(thing)Формула$(): KAl₃Si₃F₂O₁₀", "type": "patchouli:multiblock" }, { @@ -2682,14 +2620,9 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Цезий, Алюминий$(br)$(thing)Формула$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "text": "$(thing)Процент руды$(): 20%$(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)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", @@ -2781,7 +2714,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Медь$(br)$(thing)Формула$(): Cu₅FeS₄", + "text": "$(thing)Процент руды$(): 41%$(br)$(thing)Хромит$(): Медь$(br)$(thing)Формула$(): Cu₅FeS₄", "type": "patchouli:multiblock" }, { @@ -2801,7 +2734,27 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Платина, Никель, Палладий$(br)$(thing)Формула$(): Pt₃NiSPd", + "text": "$(thing)Процент руды$(): 29%$(br)$(thing)Хромит$(): Платина, Никель, Палладий$(br)$(thing)Формула$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Никель", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 23%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni", "type": "patchouli:multiblock" }, { @@ -2821,27 +2774,7 @@ ] }, "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", + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Платина$(br)$(thing)Формула$(): Pt", "type": "patchouli:multiblock" }, { 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 index 5e01d0adb..a1608adba 100644 --- 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 @@ -14,42 +14,42 @@ }, { "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)$()", + "text": "$(li)Азбест: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_quartz)18%$(/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#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)37%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/earth_vein_index#normal_monazite)62%$(/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_mica)25%$(/l)$()$(li)Борніт: $(l:tfg_ores/earth_vein_index#deep_sheldonite)53%$(/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#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)$()", + "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)25%$(/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)47%$(/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_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)$()", + "text": "$(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_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)43%$(/l)$()$(li)Кіаніт: $(l:tfg_ores/earth_vein_index#normal_mica)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)$()", + "text": "$(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)8%$(/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)35%$(/l)$()$(li)Монацит: $(l:tfg_ores/earth_vein_index#normal_monazite)31%$(/l)$()$(li)Нафтові піски: $(l:tfg_ores/earth_vein_index#normal_oilsands)100%$(/l)$()$(li)Неодим: $(l:tfg_ores/earth_vein_index#normal_monazite)6%$(/l)$()$(li)Нікель: $(l:tfg_ores/earth_vein_index#normal_garnierite)10%$(/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)$()", + "text": "$(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#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)7%$(/l)$()$(li)Повеліт: $(l:tfg_ores/earth_vein_index#deep_molybdenum)17%$(/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)$()", "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)$()", + "text": "$(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)25%$(/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)8%$(/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)$()$(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)$()", "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)$()", + "text": "$(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#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)$()", "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)$()", + "text": "$(li)Хроміт: $(l:tfg_ores/earth_vein_index#deep_magnetite)33%$(/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)38%$(/l)$()", "type": "patchouli:text" } ] 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 index 63d3def06..3e28ebb46 100644 --- 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 @@ -14,22 +14,22 @@ }, { "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)Гранат і Каситеритові піски$()$()", + "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_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)Гранат і Каситеритові піски$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Графіт і Діамант$()$()", "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)Опал і Гранат$()$()", + "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_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)Опал і Гранат$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)Редстоун, Кіновар і Рубін$()$()", "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)Тетраедрит (Поверхня)$()$()", + "text": "$(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)Тетраедрит (Поверхня)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)Топаз і Халькоцит$()$()", "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)Шелдоніт і Борніт$()$()", + "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#deep_scheelite)Шеєліт та Вольфрам$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sheldonite)Шелдоніт і Борніт$()$()", "type": "patchouli:text" }, { @@ -198,7 +198,7 @@ }, { "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)Типи каменю$(): Габро, Граніт, Діорит", + "text": "$(thing)Рідкість$(): 205$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 50$(br)$(thing)Розмір$(): 35$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Габро, Граніт, Діорит", "title": "Бастнезит і Монацит", "type": "patchouli:text", "anchor": "normal_monazite" @@ -220,7 +220,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Церію, Фтору$(br)$(thing)Формула$(): CeCFO₃", + "text": "$(thing)Відсоток$(): 62%$(br)$(thing)Джерело$(): Церію, Фтору$(br)$(thing)Формула$(): CeCFO₃", "type": "patchouli:multiblock" }, { @@ -240,7 +240,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Фосфору, Рідкоземельні$(br)$(thing)Формула$(): ?(PO₄)", + "text": "$(thing)Відсоток$(): 31%$(br)$(thing)Джерело$(): Фосфору, Рідкоземельні$(br)$(thing)Формула$(): ?(PO₄)", "type": "patchouli:multiblock" }, { @@ -260,7 +260,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Неодим$(br)$(thing)Формула$(): Nd", + "text": "$(thing)Відсоток$(): 6%$(br)$(thing)Джерело$(): Неодим$(br)$(thing)Формула$(): Nd", "type": "patchouli:multiblock" }, { @@ -489,73 +489,6 @@ "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)Типи каменю$(): Аргиліт, Вапняк, Глинистий сланець, Доломіт, Конгломерат, Крейда, Кременистий сланець", @@ -607,7 +540,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Джерело$(): Свинець, Молібденум$(br)$(thing)Формула$(): PbMoO₄", + "text": "$(thing)Відсоток$(): 47%$(br)$(thing)Джерело$(): Свинець, Молібденум$(br)$(thing)Формула$(): PbMoO₄", "type": "patchouli:multiblock" }, { @@ -627,27 +560,7 @@ ] }, "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", + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): MoS₂", "type": "patchouli:multiblock" }, { @@ -667,14 +580,9 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): CaMoO₄", + "text": "$(thing)Відсоток$(): 17%$(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)Базальту$(), і дамби з Габро в океанах теж можуть бути корисними!", @@ -1522,7 +1430,7 @@ }, { "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)Типи каменю$(): Аспідний сланець, Глинистий сланець, Гнейс, Кварцит", + "text": "$(thing)Рідкість$(): 190$(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" @@ -1544,27 +1452,7 @@ ] }, "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₂", + "text": "$(thing)Відсоток$(): 43%$(br)$(thing)Використовується для$(): LV компонентів$(br)$(thing)Формула$(): SiO₂", "type": "patchouli:multiblock" }, { @@ -1584,7 +1472,27 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Барію$(br)$(thing)Формула$(): BaSO₂", + "text": "$(thing)Відсоток$(): 37%$(br)$(thing)Джерело$(): Барію$(br)$(thing)Формула$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Азбест", + "multiblock": { + "mapping": { + "0": "#forge:ores/asbestos" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 18%$(br)$(thing)Джерело$(): Магнію, Рак легенів$(br)$(thing)Формула$(): Mg₃Si₂H₄O₉$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Asbestosis (Inhalation)$(/t)$()", "type": "patchouli:multiblock" }, { @@ -1773,7 +1681,7 @@ }, { "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)Типи каменю$(): Аргиліт, Вапняк, Глинистий сланець, Доломіт, Конгломерат, Крейда, Кременистий сланець", + "text": "$(thing)Рідкість$(): 200$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Глинистий сланець, Доломіт, Конгломерат, Крейда, Кременистий сланець", "title": "Магнетит і Ванадій", "type": "patchouli:text", "anchor": "normal_magnetite" @@ -1865,7 +1773,7 @@ }, { "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)Типи каменю$(): Андезит, Аргиліт, Базальт, Вапняк, Глинистий сланець, Дацит, Доломіт, Конгломерат, Крейда, Кременистий сланець, Ріоліт", + "text": "$(thing)Рідкість$(): 195$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Аргиліт, Базальт, Вапняк, Глинистий сланець, Дацит, Доломіт, Конгломерат, Крейда, Кременистий сланець, Ріоліт", "title": "Марганець і Тантал", "type": "patchouli:text", "anchor": "normal_manganese" @@ -2419,7 +2327,7 @@ }, { "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)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Кварцит, Мармур, Філіт, Шиферний сланець", + "text": "$(thing)Рідкість$(): 210$(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_saltpeter" @@ -3599,7 +3507,7 @@ }, { "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)Типи каменю$(): Аргиліт, Вапняк, Глинистий сланець, Доломіт, Конгломерат, Крейда, Кременистий сланець", + "text": "$(thing)Рідкість$(): 225$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Розмір$(): 20$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Глинистий сланець, Доломіт, Конгломерат, Крейда, Кременистий сланець", "title": "Хроміт і Магнетит", "type": "patchouli:text", "anchor": "deep_magnetite" @@ -3621,7 +3529,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 60%$(br)$(thing)Джерело$(): Хрому$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "text": "$(thing)Відсоток$(): 33%$(br)$(thing)Джерело$(): Хрому$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", "type": "patchouli:multiblock" }, { @@ -3641,7 +3549,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Залізо, Ванадію$(br)$(thing)Формула$(): (Fe₃O₄)V", + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Залізо, Ванадію$(br)$(thing)Формула$(): (Fe₃O₄)V", "type": "patchouli:multiblock" }, { @@ -3661,7 +3569,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", "type": "patchouli:multiblock" }, { @@ -3681,7 +3589,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₃O₄", + "text": "$(thing)Відсоток$(): 8%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₃O₄", "type": "patchouli:multiblock" }, { @@ -3701,12 +3609,12 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "text": "$(thing)Відсоток$(): 8%$(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)Типи каменю$(): Габро, Граніт, Діорит", + "text": "$(thing)Рідкість$(): 240$(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" @@ -3773,7 +3681,7 @@ }, { "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)Типи каменю$(): Аспідний сланець, Гнейс, Кварцит, Мармур, Філіт, Шиферний сланець", + "text": "$(thing)Рідкість$(): 320$(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" @@ -3795,7 +3703,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Мідь$(br)$(thing)Формула$(): Cu₅FeS₄", + "text": "$(thing)Відсоток$(): 53%$(br)$(thing)Джерело$(): Мідь$(br)$(thing)Формула$(): Cu₅FeS₄", "type": "patchouli:multiblock" }, { @@ -3815,7 +3723,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Платини, Нікелю, Паладію$(br)$(thing)Формула$(): Pt₃NiSPd", + "text": "$(thing)Відсоток$(): 38%$(br)$(thing)Джерело$(): Платини, Нікелю, Паладію$(br)$(thing)Формула$(): Pt₃NiSPd", "type": "patchouli:multiblock" }, { @@ -3835,33 +3743,8 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Платини$(br)$(thing)Формула$(): Pt", + "text": "$(thing)Відсоток$(): 7%$(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/moon_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_ore_index.json index ace7c046b..98c6e94b3 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_ore_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_ore_index.json @@ -1,6 +1,6 @@ { "__credits__": "This page was automatically generated by OresToFieldGuide.", - "name": "Lunar Ore Index", + "name": "The Moon Ore Index", "icon": "ae2:certus_quartz_crystal", "category": "tfc:tfg_ores", "read_by_default": true, @@ -8,33 +8,33 @@ "pages": [ { "Type": "patchouli:text", - "text": "This is the $(thing)Ore Index$() for $(thing)Lunar$(). 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": "Lunar Ore Index", + "text": "This is the $(thing)Ore Index$() for $(thing)The Moon$(). 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 Moon Ore Index", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Armalcolite: $(l:tfg_ores/moon_vein_index#moon_plutonium)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_bauxite)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)15%$(/l)$()$(li)Desh: $(l:tfg_ores/moon_vein_index#moon_desh)40%$(/l)$()$(li)Diopside: $(l:tfg_ores/moon_vein_index#moon_diopside)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_olivine)15%$(/l)$()$(li)Enstatite: $(l:tfg_ores/moon_vein_index#moon_enstatite)45%$(/l), $(l:tfg_ores/moon_vein_index#moon_fayalite)10%$(/l), $(l:tfg_ores/moon_vein_index#moon_olivine)10%$(/l)$()$(li)Fayalite: $(l:tfg_ores/moon_vein_index#moon_fayalite)45%$(/l), $(l:tfg_ores/moon_vein_index#moon_enstatite)10%$(/l), $(l:tfg_ores/moon_vein_index#moon_olivine)10%$(/l)$()$(li)Алмандін: $(l:tfg_ores/moon_vein_index#moon_sapphire)38%$(/l)$()$(li)Алюмінію: $(l:tfg_ores/moon_vein_index#moon_bauxite)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)20%$(/l)$()$(li)Апатит: $(l:tfg_ores/moon_vein_index#moon_apatite)25%$(/l)$()$(li)Барит: $(l:tfg_ores/moon_vein_index#moon_quartz)15%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/moon_vein_index#moon_monazite)50%$(/l)$()$(li)Берилій: $(l:tfg_ores/moon_vein_index#moon_beryllium)35%$(/l)$()$(li)Боксит: $(l:tfg_ores/moon_vein_index#moon_bauxite)29%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)25%$(/l)$()$(li)Борніт: $(l:tfg_ores/moon_vein_index#moon_sheldonite)35%$(/l)$()$(li)Ванадієвий магнетит: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()", + "text": "$(li)Armalcolite: $(l:tfg_ores/moon_vein_index#moon_bauxite)21%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)15%$(/l)$()$(li)Desh: $(l:tfg_ores/moon_vein_index#moon_desh)40%$(/l)$()$(li)Алмандін: $(l:tfg_ores/moon_vein_index#moon_sapphire)38%$(/l)$()$(li)Алюмінію: $(l:tfg_ores/moon_vein_index#moon_desh)20%$(/l)$()$(li)Апатит: $(l:tfg_ores/moon_vein_index#moon_apatite)23%$(/l)$()$(li)Барит: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/moon_vein_index#moon_monazite)61%$(/l)$()$(li)Берилій: $(l:tfg_ores/moon_vein_index#moon_beryllium)31%$(/l)$()$(li)Блакитний топаз: $(l:tfg_ores/moon_vein_index#moon_topaz)35%$(/l)$()$(li)Боксит: $(l:tfg_ores/moon_vein_index#moon_bauxite)36%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)Борніт: $(l:tfg_ores/moon_vein_index#moon_sheldonite)35%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)15%$(/l)$()$(li)Ванадієвий магнетит: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Вольфрам: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/l)$()$(li)Вульфеніт: $(l:tfg_ores/moon_vein_index#moon_molybdenum)44%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Вольфрам: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/l), $(l:tfg_ores/moon_vein_index#moon_plutonium)35%$(/l)$()$(li)Вульфеніт: $(l:tfg_ores/moon_vein_index#moon_molybdenum)40%$(/l)$()$(li)Галена: $(l:tfg_ores/moon_vein_index#moon_silver)30%$(/l)$()$(li)Гарнієрит: $(l:tfg_ores/moon_vein_index#moon_garnierite)30%$(/l)$()$(li)Електротин: $(l:tfg_ores/moon_vein_index#moon_saltpeter)25%$(/l)$()$(li)Зелений сапфір: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l)$()$(li)Ільменіт: $(l:tfg_ores/moon_vein_index#moon_bauxite)33%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_enstatite)15%$(/l)$()$(li)Кварц Нижнього Світу: $(l:tfg_ores/moon_vein_index#moon_quartz)25%$(/l)$()$(li)Кварцит: $(l:tfg_ores/moon_vein_index#moon_quartz)10%$(/l)$()$(li)Кіаніт: $(l:tfg_ores/moon_vein_index#moon_mica)35%$(/l)$()$(li)Кіновар: $(l:tfg_ores/moon_vein_index#moon_redstone)20%$(/l)$()$(li)Кобальт: $(l:tfg_ores/moon_vein_index#moon_diopside)22%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)15%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/moon_vein_index#moon_garnierite)20%$(/l)$()$(li)Літій: $(l:tfg_ores/moon_vein_index#moon_scheelite)10%$(/l)$()", + "text": "$(li)Галена: $(l:tfg_ores/moon_vein_index#moon_silver)28%$(/l)$()$(li)Гарнієрит: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l)$()$(li)Електротин: $(l:tfg_ores/moon_vein_index#moon_saltpeter)37%$(/l)$()$(li)Зелений сапфір: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l)$()$(li)Ільменіт: $(l:tfg_ores/moon_vein_index#moon_bauxite)42%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)25%$(/l)$()$(li)Кам’яна сіль: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/l)$()$(li)Кварцит: $(l:tfg_ores/moon_vein_index#moon_quartz)13%$(/l)$()$(li)Кіаніт: $(l:tfg_ores/moon_vein_index#moon_mica)33%$(/l)$()$(li)Кіновар: $(l:tfg_ores/moon_vein_index#moon_redstone)19%$(/l)$()$(li)Кобальт: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)14%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Літій: $(l:tfg_ores/moon_vein_index#moon_scheelite)10%$(/l)$()$(li)Магнетит: $(l:tfg_ores/moon_vein_index#moon_magnetite)25%$(/l)$()$(li)Молібденіт: $(l:tfg_ores/moon_vein_index#moon_molybdenum)33%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Магнетит: $(l:tfg_ores/moon_vein_index#moon_magnetite)25%$(/l)$()$(li)Молібденіт: $(l:tfg_ores/moon_vein_index#moon_molybdenum)30%$(/l)$()$(li)Молібденум: $(l:tfg_ores/moon_vein_index#moon_molybdenum)15%$(/l)$()$(li)Монацит: $(l:tfg_ores/moon_vein_index#moon_monazite)25%$(/l)$()$(li)Неодим: $(l:tfg_ores/moon_vein_index#moon_monazite)25%$(/l)$()$(li)Нікель: $(l:tfg_ores/moon_vein_index#moon_garnierite)10%$(/l)$()$(li)Нітрат калію: $(l:tfg_ores/moon_vein_index#moon_saltpeter)35%$(/l)$()$(li)Оливін: $(l:tfg_ores/moon_vein_index#moon_olivine)65%$(/l)$()$(li)Паладій: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)Пентландит: $(l:tfg_ores/moon_vein_index#moon_garnierite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_fayalite)15%$(/l)$()$(li)Пірит: $(l:tfg_ores/moon_vein_index#moon_fayalite)30%$(/l)$()$(li)Піроп: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)Пірохлор: $(l:tfg_ores/moon_vein_index#moon_apatite)40%$(/l)$()$(li)Платина: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()", + "text": "$(li)Монацит: $(l:tfg_ores/moon_vein_index#moon_monazite)30%$(/l)$()$(li)Неодим: $(l:tfg_ores/moon_vein_index#moon_monazite)6%$(/l)$()$(li)Нікель: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Нітрат калію: $(l:tfg_ores/moon_vein_index#moon_saltpeter)29%$(/l)$()$(li)Оливін: $(l:tfg_ores/moon_vein_index#moon_apatite)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_beryllium)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_molybdenum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_redstone)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_silver)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_sapphire)2%$(/l), $(l:tfg_ores/moon_vein_index#moon_monazite)1%$(/l)$()$(li)Пентландит: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l)$()$(li)Піролюзит: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)38%$(/l)$()$(li)Піроп: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)Пірохлор: $(l:tfg_ores/moon_vein_index#moon_apatite)38%$(/l)$()$(li)Платина: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)Повеліт: $(l:tfg_ores/moon_vein_index#moon_molybdenum)16%$(/l)$()$(li)Поклади Істинного Кварцу: $(l:tfg_ores/moon_vein_index#moon_quartz)66%$(/l)$()$(li)Полюцит: $(l:tfg_ores/moon_vein_index#moon_mica)14%$(/l)$()$(li)Редстоун: $(l:tfg_ores/moon_vein_index#moon_redstone)42%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Плутоній: $(l:tfg_ores/moon_vein_index#moon_plutonium)25%$(/l)$()$(li)Повеліт: $(l:tfg_ores/moon_vein_index#moon_molybdenum)15%$(/l)$()$(li)Поклади Істинного Кварцу: $(l:tfg_ores/moon_vein_index#moon_quartz)50%$(/l)$()$(li)Полюцит: $(l:tfg_ores/moon_vein_index#moon_mica)15%$(/l)$()$(li)Редстоун: $(l:tfg_ores/moon_vein_index#moon_redstone)45%$(/l)$()$(li)Рубін: $(l:tfg_ores/moon_vein_index#moon_redstone)35%$(/l)$()$(li)Самородна Золото: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Самородна Срібла: $(l:tfg_ores/moon_vein_index#moon_silver)45%$(/l)$()$(li)Сапфір: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()$(li)Свинець: $(l:tfg_ores/moon_vein_index#moon_silver)25%$(/l)$()$(li)Слюда: $(l:tfg_ores/moon_vein_index#moon_mica)25%$(/l)$()$(li)Смарагд: $(l:tfg_ores/moon_vein_index#moon_beryllium)50%$(/l)$()$(li)Соапостон: $(l:tfg_ores/moon_vein_index#moon_saltpeter)25%$(/l)$()$(li)Тальк: $(l:tfg_ores/moon_vein_index#moon_saltpeter)15%$(/l)$()", + "text": "$(li)Рубін: $(l:tfg_ores/moon_vein_index#moon_redstone)33%$(/l)$()$(li)Самородна Золото: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Самородна Срібла: $(l:tfg_ores/moon_vein_index#moon_silver)42%$(/l)$()$(li)Сапфір: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()$(li)Свинець: $(l:tfg_ores/moon_vein_index#moon_silver)23%$(/l)$()$(li)Слюда: $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)Смарагд: $(l:tfg_ores/moon_vein_index#moon_beryllium)45%$(/l)$()$(li)Соапостон: $(l:tfg_ores/moon_vein_index#moon_saltpeter)20%$(/l)$()$(li)Тальк: $(l:tfg_ores/moon_vein_index#moon_saltpeter)12%$(/l)$()$(li)Танталіт: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)14%$(/l)$()$(li)Топаз: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)Торій: $(l:tfg_ores/moon_vein_index#moon_beryllium)0%$(/l)$()$(li)Трикальційфосфат: $(l:tfg_ores/moon_vein_index#moon_apatite)33%$(/l)$()$(li)Халькоцит: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Танталіт: $(l:tfg_ores/moon_vein_index#moon_diopside)13%$(/l)$()$(li)Торій: $(l:tfg_ores/moon_vein_index#moon_beryllium)15%$(/l)$()$(li)Трикальційфосфат: $(l:tfg_ores/moon_vein_index#moon_apatite)35%$(/l)$()$(li)Трона: $(l:tfg_ores/moon_vein_index#moon_diopside)22%$(/l)$()$(li)Хроміт: $(l:tfg_ores/moon_vein_index#moon_magnetite)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_enstatite)30%$(/l)$()$(li)Шеєліт: $(l:tfg_ores/moon_vein_index#moon_scheelite)40%$(/l)$()$(li)Шелдонітн: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()", + "text": "$(li)Хроміт: $(l:tfg_ores/moon_vein_index#moon_magnetite)40%$(/l)$()$(li)Шеєліт: $(l:tfg_ores/moon_vein_index#moon_scheelite)40%$(/l)$()$(li)Шелдонітн: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()", "type": "patchouli:text" } ] diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_vein_index.json index bf55a3b77..3e1476f57 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_vein_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_vein_index.json @@ -1,6 +1,6 @@ { "__credits__": "This page was automatically generated by OresToFieldGuide.", - "name": "Lunar Vein Index", + "name": "The Moon Vein Index", "icon": "gtceu:moon_stone_certus_quartz_ore", "category": "tfc:tfg_ores", "read_by_default": true, @@ -8,18 +8,18 @@ "pages": [ { "Type": "patchouli:text", - "text": "This is the $(thing)Vein Index$() for $(thing)Lunar$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns on, and more.", - "title": "Lunar Vein Index", + "text": "This is the $(thing)Vein Index$() for $(thing)The Moon$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns on, and more.", + "title": "The Moon Vein Index", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_desh)Desh & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_diopside)Diopside$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_enstatite)Enstatite & Chromite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_fayalite)Fayalite & Pyrite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_plutonium)Plutonium & Tungstate$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_apatite)Апатит і Пірохлор$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_monazite)Бастнезит і Монацит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_bauxite)Боксит і Ільменіт$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_molybdenum)Вульфеніт і Молібденіт$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_garnierite)Гарнієрит і Кобальтит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_mica)Кіаніт, Слюда та Боксити$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_olivine)Олівін$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_quartz)Поклади Істинного Кварцу$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)Редстоун, Кіновар і Рубін$()$()", + "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_desh)Desh & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_pyrolusite)Pyrolusite and Cobalt$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_apatite)Апатит і Пірохлор$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_monazite)Бастнезит і Монацит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_bauxite)Боксит і Ільменіт$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_molybdenum)Вульфеніт і Молібденіт$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_garnierite)Гарнієрит і Кобальтит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_mica)Кіаніт, Слюда та Боксити$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_quartz)Поклади Істинного Кварцу$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)Редстоун, Кіновар і Рубін$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sapphire)Сапфір і Альмадін$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_saltpeter)Селітра та Електротин$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_beryllium)Смарагд і Берилій$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_silver)Срібло, Гален і Свинець$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_sapphire)Сапфір і Альмадін$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_saltpeter)Селітра та Електротин$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_beryllium)Смарагд і Берилій$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_silver)Срібло, Гален і Свинець$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_magnetite)Хроміт і Магнетит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_scheelite)Шеєліт та Вольфрам$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sheldonite)Шелдоніт і Борніт$()$()", + "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_topaz)Топаз і Халькоцит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_magnetite)Хроміт і Магнетит$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_scheelite)Шеєліт та Вольфрам$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sheldonite)Шелдоніт і Борніт$()$()", "type": "patchouli:text" }, { @@ -29,7 +29,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 70$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Норит", + "text": "$(thing)Рідкість$(): 230$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 10 — 80$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Габро, Дацит", "title": "Desh & Ilmenite", "type": "patchouli:text", "anchor": "moon_desh" @@ -121,17 +121,17 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -10 — 80$(br)$(thing)Розмір$(): 36$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Габро, Діорит, Норит", - "title": "Diopside", + "text": "$(thing)Рідкість$(): 210$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 20 — 80$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Андезит, Анортозит, Базальт, Габро, Норит", + "title": "Pyrolusite and Cobalt", "type": "patchouli:text", - "anchor": "moon_diopside" + "anchor": "moon_pyrolusite" }, { "Type": "patchouli:multiblock", - "name": "Diopside", + "name": "Піролюзит", "multiblock": { "mapping": { - "0": "#forge:ores/diopside" + "0": "#forge:ores/pyrolusite" }, "pattern": [ [ @@ -143,15 +143,15 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Source of$(): Magnesium, Calcium$(br)$(thing)Формула$(): MgCaSi₂O₅", + "text": "$(thing)Відсоток$(): 38%$(br)$(thing)Джерело$(): Магнезії$(br)$(thing)Формула$(): MnO₂", "type": "patchouli:multiblock" }, { "Type": "patchouli:multiblock", - "name": "Трона", + "name": "Кобальтит", "multiblock": { "mapping": { - "0": "#forge:ores/trona" + "0": "#forge:ores/cobaltite" }, "pattern": [ [ @@ -163,7 +163,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 22%$(br)$(thing)Джерело$(): Натрію$(br)$(thing)Формула$(): Na₃C₂H(H₂O)₂O₆", + "text": "$(thing)Відсоток$(): 23%$(br)$(thing)Джерело$(): Кобальту, Миш'яку$(br)$(thing)Формула$(): CoAsS$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", "type": "patchouli:multiblock" }, { @@ -183,7 +183,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 22%$(br)$(thing)Розплавляється в$(): Кобальту$(br)$(thing)Формула$(): Co", + "text": "$(thing)Відсоток$(): 23%$(br)$(thing)Розплавляється в$(): Кобальту$(br)$(thing)Формула$(): Co", "type": "patchouli:multiblock" }, { @@ -203,7 +203,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 13%$(br)$(thing)Джерело$(): Магнезії, Танталу$(br)$(thing)Формула$(): MnTa₂O₆", + "text": "$(thing)Відсоток$(): 14%$(br)$(thing)Джерело$(): Магнезії, Танталу$(br)$(thing)Формула$(): MnTa₂O₆", "type": "patchouli:multiblock" }, { @@ -213,258 +213,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -20 — 90$(br)$(thing)Розмір$(): 36$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Габро, Діорит, Норит", - "title": "Enstatite & Chromite", - "type": "patchouli:text", - "anchor": "moon_enstatite" - }, - { - "Type": "patchouli:multiblock", - "name": "Enstatite", - "multiblock": { - "mapping": { - "0": "#forge:ores/enstatite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Формула$(): MgSiO₃", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Хроміт", - "multiblock": { - "mapping": { - "0": "#forge:ores/chromite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Відсоток$(): 30%$(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/ilmenite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Залізо, Титану$(br)$(thing)Формула$(): FeTiO₃", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Fayalite", - "multiblock": { - "mapping": { - "0": "#forge:ores/fayalite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Smelts into$(): Iron$(br)$(thing)Формула$(): Fe₂SiO₄", - "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$(): -40 — 90$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Габро, Діорит, Норит", - "title": "Fayalite & Pyrite", - "type": "patchouli:text", - "anchor": "moon_fayalite" - }, - { - "Type": "patchouli:multiblock", - "name": "Fayalite", - "multiblock": { - "mapping": { - "0": "#forge:ores/fayalite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Smelts into$(): Iron$(br)$(thing)Формула$(): Fe₂SiO₄", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Пірит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeS₂", - "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": "Enstatite", - "multiblock": { - "mapping": { - "0": "#forge:ores/enstatite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Формула$(): MgSiO₃", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:empty", - "draw_filler": true, - "type": "patchouli:empty" - }, - { - "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 310$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — -20$(br)$(thing)Розмір$(): 15$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Норит", - "title": "Plutonium & Tungstate", - "type": "patchouli:text", - "anchor": "moon_plutonium" - }, - { - "Type": "patchouli:multiblock", - "name": "Armalcolite", - "multiblock": { - "mapping": { - "0": "#forge:ores/armalcolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Source of$(): Magnesium, Rutile, Titanium$(br)$(thing)Формула$(): TODO", - "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/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:text", - "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 25$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Діорит, Норит", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 100$(br)$(thing)Розмір$(): 25$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Діорит, Норит", "title": "Апатит і Пірохлор", "type": "patchouli:text", "anchor": "moon_apatite" @@ -486,7 +235,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Джерело$(): Ніобій$(br)$(thing)Формула$(): Ca₂Nb₂O₇", + "text": "$(thing)Відсоток$(): 38%$(br)$(thing)Джерело$(): Ніобій$(br)$(thing)Формула$(): Ca₂Nb₂O₇", "type": "patchouli:multiblock" }, { @@ -506,7 +255,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Кальцію, Фосфору$(br)$(thing)Формула$(): Ca₃(PO₄)₂", + "text": "$(thing)Відсоток$(): 33%$(br)$(thing)Джерело$(): Кальцію, Фосфору$(br)$(thing)Формула$(): Ca₃(PO₄)₂", "type": "patchouli:multiblock" }, { @@ -526,12 +275,37 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Кальцію, Фосфору, Лісовий ПТСР$(br)$(thing)Формула$(): Ca₅(PO₄)₃Cl", + "text": "$(thing)Відсоток$(): 23%$(br)$(thing)Джерело$(): Кальцію, Фосфору, Лісовий ПТСР$(br)$(thing)Формула$(): Ca₅(PO₄)₃Cl", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:multiblock", + "name": "Оливін", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 4%$(br)$(thing)Джерело$(): Магнію, Залізо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 50$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Габро, Діорит", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 50$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Андезит, Дацит, Ріоліт, Фоноліт", "title": "Бастнезит і Монацит", "type": "patchouli:text", "anchor": "moon_monazite" @@ -553,7 +327,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Церію, Фтору$(br)$(thing)Формула$(): CeCFO₃", + "text": "$(thing)Відсоток$(): 61%$(br)$(thing)Джерело$(): Церію, Фтору$(br)$(thing)Формула$(): CeCFO₃", "type": "patchouli:multiblock" }, { @@ -573,7 +347,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Фосфору, Рідкоземельні$(br)$(thing)Формула$(): ?(PO₄)", + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Фосфору, Рідкоземельні$(br)$(thing)Формула$(): ?(PO₄)", "type": "patchouli:multiblock" }, { @@ -593,12 +367,37 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Неодим$(br)$(thing)Формула$(): Nd", + "text": "$(thing)Відсоток$(): 6%$(br)$(thing)Джерело$(): Неодим$(br)$(thing)Формула$(): Nd", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:multiblock", + "name": "Оливін", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 1%$(br)$(thing)Джерело$(): Магнію, Залізо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 120$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 70$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Норит", + "text": "$(thing)Рідкість$(): 200$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 80$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Діорит, Норит, Ріоліт, Фоноліт", "title": "Боксит і Ільменіт", "type": "patchouli:text", "anchor": "moon_bauxite" @@ -620,7 +419,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 33%$(br)$(thing)Джерело$(): Залізо, Титану$(br)$(thing)Формула$(): FeTiO₃", + "text": "$(thing)Відсоток$(): 42%$(br)$(thing)Джерело$(): Залізо, Титану$(br)$(thing)Формула$(): FeTiO₃", "type": "patchouli:multiblock" }, { @@ -640,27 +439,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 29%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Алюмінію", - "multiblock": { - "mapping": { - "0": "#forge:ores/aluminium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al", + "text": "$(thing)Відсоток$(): 36%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", "type": "patchouli:multiblock" }, { @@ -680,17 +459,12 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 16%$(br)$(thing)Source of$(): Magnesium, Rutile, Titanium$(br)$(thing)Формула$(): TODO", + "text": "$(thing)Відсоток$(): 21%$(br)$(thing)Source of$(): Magnesium, Rutile, Titanium$(br)$(thing)Формула$(): TODO", "type": "patchouli:multiblock" }, - { - "Type": "patchouli:empty", - "draw_filler": true, - "type": "patchouli:empty" - }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 245$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 10$(br)$(thing)Розмір$(): 26$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Базальт, Габро, Діорит, Норит", + "text": "$(thing)Рідкість$(): 245$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 50$(br)$(thing)Розмір$(): 26$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Базальт, Габро, Дацит, Норит", "title": "Вульфеніт і Молібденіт", "type": "patchouli:text", "anchor": "moon_molybdenum" @@ -712,7 +486,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Джерело$(): Свинець, Молібденум$(br)$(thing)Формула$(): PbMoO₄", + "text": "$(thing)Відсоток$(): 44%$(br)$(thing)Джерело$(): Свинець, Молібденум$(br)$(thing)Формула$(): PbMoO₄", "type": "patchouli:multiblock" }, { @@ -732,27 +506,7 @@ ] }, "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", + "text": "$(thing)Відсоток$(): 33%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): MoS₂", "type": "patchouli:multiblock" }, { @@ -772,7 +526,27 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): CaMoO₄", + "text": "$(thing)Відсоток$(): 16%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Оливін", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Джерело$(): Магнію, Залізо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", "type": "patchouli:multiblock" }, { @@ -782,7 +556,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Габро, Діорит", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 5 — 85$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Габро, Діорит, Ріоліт", "title": "Гарнієрит і Кобальтит", "type": "patchouli:text", "anchor": "moon_garnierite" @@ -804,7 +578,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): NiO", + "text": "$(thing)Відсоток$(): 23%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): NiO", "type": "patchouli:multiblock" }, { @@ -824,47 +598,7 @@ ] }, "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", + "text": "$(thing)Відсоток$(): 23%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni₉S₈", "type": "patchouli:multiblock" }, { @@ -884,12 +618,52 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni", + "text": "$(thing)Відсоток$(): 19%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальтит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 19%$(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)Відсоток$(): 14%$(br)$(thing)Розплавляється в$(): Кобальту$(br)$(thing)Формула$(): Co", "type": "patchouli:multiblock" }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 210$(br)$(thing)Розмір$(): 25$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Габро, Діорит, Норит", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Розмір$(): 35$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Габро, Діорит, Норит", "title": "Кіаніт, Слюда та Боксити", "type": "patchouli:text", "anchor": "moon_mica" @@ -911,7 +685,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂SiO₅", + "text": "$(thing)Відсоток$(): 33%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂SiO₅", "type": "patchouli:multiblock" }, { @@ -931,7 +705,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Калію, Алюмінію, Фтору$(br)$(thing)Формула$(): KAl₃Si₃F₂O₁₀", + "text": "$(thing)Відсоток$(): 23%$(br)$(thing)Джерело$(): Калію, Алюмінію, Фтору$(br)$(thing)Формула$(): KAl₃Si₃F₂O₁₀", "type": "patchouli:multiblock" }, { @@ -951,7 +725,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "text": "$(thing)Відсоток$(): 23%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", "type": "patchouli:multiblock" }, { @@ -971,21 +745,9 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Цезій, Алюмінію$(br)$(thing)Формула$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "text": "$(thing)Відсоток$(): 14%$(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)Рідкість$(): 120$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 20$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Базальт, Габро, Норит", - "title": "Олівін", - "type": "patchouli:text", - "anchor": "moon_olivine" - }, { "Type": "patchouli:multiblock", "name": "Оливін", @@ -1003,77 +765,12 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 65%$(br)$(thing)Джерело$(): Магнію, Залізо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "text": "$(thing)Відсоток$(): 4%$(br)$(thing)Джерело$(): Магнію, Залізо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", "type": "patchouli:multiblock" }, - { - "Type": "patchouli:multiblock", - "name": "Diopside", - "multiblock": { - "mapping": { - "0": "#forge:ores/diopside" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Source of$(): Magnesium, Calcium$(br)$(thing)Формула$(): MgCaSi₂O₅", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Enstatite", - "multiblock": { - "mapping": { - "0": "#forge:ores/enstatite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Формула$(): MgSiO₃", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Fayalite", - "multiblock": { - "mapping": { - "0": "#forge:ores/fayalite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Smelts into$(): Iron$(br)$(thing)Формула$(): Fe₂SiO₄", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:empty", - "draw_filler": true, - "type": "patchouli:empty" - }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 100$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 80$(br2)$(thing)Типи каменю$(): Андезит, Анортозит, Базальт, Габро, Дацит, Діорит, Норит, Ріоліт, Фоноліт", + "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 10 — 100$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 80$(br2)$(thing)Типи каменю$(): Андезит, Анортозит, Базальт, Габро, Дацит, Діорит, Норит, Ріоліт, Фоноліт", "title": "Поклади Істинного Кварцу", "type": "patchouli:text", "anchor": "moon_quartz" @@ -1095,27 +792,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Використовується для$(): Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Кварц Нижнього Світу", - "multiblock": { - "mapping": { - "0": "#forge:ores/nether_quartz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Використовується для$(): Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", + "text": "$(thing)Відсоток$(): 66%$(br)$(thing)Використовується для$(): Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", "type": "patchouli:multiblock" }, { @@ -1135,7 +812,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Барію$(br)$(thing)Формула$(): BaSO₂", + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Барію$(br)$(thing)Формула$(): BaSO₂", "type": "patchouli:multiblock" }, { @@ -1155,17 +832,12 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Використовується для$(): LV компонентів$(br)$(thing)Формула$(): SiO₂", + "text": "$(thing)Відсоток$(): 13%$(br)$(thing)Використовується для$(): LV компонентів$(br)$(thing)Формула$(): SiO₂", "type": "patchouli:multiblock" }, - { - "Type": "patchouli:empty", - "draw_filler": true, - "type": "patchouli:empty" - }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 100$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Норит", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 20 — 100$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Андезит, Дацит, Фоноліт", "title": "Редстоун, Кіновар і Рубін", "type": "patchouli:text", "anchor": "moon_redstone" @@ -1187,7 +859,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Розплавляється в$(): Редстоун$(br)$(thing)Формула$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "text": "$(thing)Відсоток$(): 42%$(br)$(thing)Розплавляється в$(): Редстоун$(br)$(thing)Формула$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", "type": "patchouli:multiblock" }, { @@ -1207,7 +879,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Хрому, Алюмінію$(br)$(thing)Формула$(): CrAl₂O₃", + "text": "$(thing)Відсоток$(): 33%$(br)$(thing)Джерело$(): Хрому, Алюмінію$(br)$(thing)Формула$(): CrAl₂O₃", "type": "patchouli:multiblock" }, { @@ -1227,12 +899,37 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Ртуті$(br)$(thing)Формула$(): HgS", + "text": "$(thing)Відсоток$(): 19%$(br)$(thing)Джерело$(): Ртуті$(br)$(thing)Формула$(): HgS", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:multiblock", + "name": "Оливін", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 4%$(br)$(thing)Джерело$(): Магнію, Залізо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 280$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): -64 — 26$(br)$(thing)Розмір$(): 28$(br)$(thing)Висота$(): 8$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Базальт, Норит", + "text": "$(thing)Рідкість$(): 280$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): 0 — 100$(br)$(thing)Розмір$(): 28$(br)$(thing)Висота$(): 8$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Базальт, Норит", "title": "Сапфір і Альмадін", "type": "patchouli:text", "anchor": "moon_sapphire" @@ -1318,17 +1015,52 @@ "type": "patchouli:multiblock" }, { - "Type": "patchouli:empty", - "draw_filler": true, - "type": "patchouli:empty" + "Type": "patchouli:multiblock", + "name": "Оливін", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 2%$(br)$(thing)Джерело$(): Магнію, Залізо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 35$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Діорит, Норит", + "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 90$(br)$(thing)Розмір$(): 35$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Андезит, Дацит, Норит, Ріоліт", "title": "Селітра та Електротин", "type": "patchouli:text", "anchor": "moon_saltpeter" }, + { + "Type": "patchouli:multiblock", + "name": "Електротин", + "multiblock": { + "mapping": { + "0": "#forge:ores/electrotine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 37%$(br)$(thing)Джерело$(): Золотa, Срібла, Редстоуна$(br)$(thing)Формула$(): (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)", + "type": "patchouli:multiblock" + }, { "Type": "patchouli:multiblock", "name": "Нітрат калію", @@ -1346,7 +1078,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Калію, Азот$(br)$(thing)Формула$(): KNO₃", + "text": "$(thing)Відсоток$(): 29%$(br)$(thing)Джерело$(): Калію, Азот$(br)$(thing)Формула$(): KNO₃", "type": "patchouli:multiblock" }, { @@ -1366,27 +1098,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): Mg₃Si₄H₂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)", + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", "type": "patchouli:multiblock" }, { @@ -1406,7 +1118,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "text": "$(thing)Відсоток$(): 12%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", "type": "patchouli:multiblock" }, { @@ -1416,7 +1128,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 300$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Трубна вена$(br)$(thing)Y$(): -32 — 50$(br)$(thing)Висота$(): 60$(br)$(thing)Радіус$(): 10$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Норит", + "text": "$(thing)Рідкість$(): 260$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Трубна вена$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Висота$(): 60$(br)$(thing)Радіус$(): 10$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Фоноліт", "title": "Смарагд і Берилій", "type": "patchouli:text", "anchor": "moon_beryllium" @@ -1438,7 +1150,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Використовується для$(): MV компонентів, Фільтр тегів предметів$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Використовується для$(): MV компонентів, Фільтр тегів предметів$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", "type": "patchouli:multiblock" }, { @@ -1458,7 +1170,47 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Використовується для$(): Перли Енда$(br)$(thing)Формула$(): Be$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "text": "$(thing)Відсоток$(): 31%$(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/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 18%$(br)$(thing)Джерело$(): Калію, Хлору$(br)$(thing)Формула$(): KCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Оливін", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 4%$(br)$(thing)Джерело$(): Магнію, Залізо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", "type": "patchouli:multiblock" }, { @@ -1478,12 +1230,12 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Торій$(br)$(thing)Формула$(): Th", + "text": "$(thing)Відсоток$(): 0%$(br)$(thing)Джерело$(): Торій$(br)$(thing)Формула$(): Th", "type": "patchouli:multiblock" }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 210$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Норит", + "text": "$(thing)Рідкість$(): 210$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 20 — 75$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Дацит, Діорит, Норит, Ріоліт", "title": "Срібло, Гален і Свинець", "type": "patchouli:text", "anchor": "moon_silver" @@ -1505,7 +1257,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Розплавляється в$(): Срібла$(br)$(thing)Формула$(): Ag", + "text": "$(thing)Відсоток$(): 42%$(br)$(thing)Розплавляється в$(): Срібла$(br)$(thing)Формула$(): Ag", "type": "patchouli:multiblock" }, { @@ -1525,7 +1277,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Свинцю$(br)$(thing)Формула$(): PbS$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "text": "$(thing)Відсоток$(): 28%$(br)$(thing)Розплавляється в$(): Свинцю$(br)$(thing)Формула$(): PbS$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", "type": "patchouli:multiblock" }, { @@ -1545,12 +1297,129 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Свинцю$(br)$(thing)Формула$(): Pb$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "text": "$(thing)Відсоток$(): 23%$(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/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 4%$(br)$(thing)Джерело$(): Магнію, Залізо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Габро, Діорит, Норит", + "text": "$(thing)Рідкість$(): 210$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Розмір$(): 64$(br)$(thing)Висота$(): 7$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Анортозит, Базальт, Габро, Дацит, Діорит, Норит, Ріоліт, Фоноліт", + "title": "Топаз і Халькоцит", + "type": "patchouli:text", + "anchor": "moon_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)Рідкість$(): 280$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 90$(br)$(thing)Розмір$(): 50$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Габро, Діорит, Норит", "title": "Хроміт і Магнетит", "type": "patchouli:text", "anchor": "moon_magnetite" @@ -1657,7 +1526,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 0$(br)$(thing)Розмір$(): 20$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Габро, Діорит, Норит", + "text": "$(thing)Рідкість$(): 200$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 70$(br)$(thing)Розмір$(): 20$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Габро, Ріоліт, Фоноліт", "title": "Шеєліт та Вольфрам", "type": "patchouli:text", "anchor": "moon_scheelite" @@ -1724,7 +1593,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 0$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Норит", + "text": "$(thing)Рідкість$(): 260$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 70$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Фоноліт", "title": "Шелдоніт і Борніт", "type": "patchouli:text", "anchor": "moon_sheldonite" @@ -1769,6 +1638,26 @@ "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Платини, Нікелю, Паладію$(br)$(thing)Формула$(): Pt₃NiSPd", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:multiblock", + "name": "Нікель", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni", + "type": "patchouli:multiblock" + }, { "Type": "patchouli:multiblock", "name": "Платина", @@ -1786,27 +1675,7 @@ ] }, "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", + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Платини$(br)$(thing)Формула$(): Pt", "type": "patchouli:multiblock" }, { 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 index 2798ac2c0..8d6d00d1f 100644 --- 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 @@ -14,42 +14,42 @@ }, { "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_anthracite)100%$(/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)$()", + "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_garnet)38%$(/l)$()$(li)Антрацит: $(l:tfg_ores/nether_vein_index#nether_anthracite)100%$(/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)33%$(/l)$()$(li)Блакитний топаз: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)Борніт: $(l:tfg_ores/nether_vein_index#nether_sheldonite)41%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()$(li)Ванадієвий магнетит: $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Борніт: $(l:tfg_ores/nether_vein_index#nether_sheldonite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()$(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)$()", + "text": "$(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)42%$(/l)$()$(li)Галена: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Гарнієрит: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/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_graphite)40%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Гроссуляр: $(l:tfg_ores/nether_vein_index#nether_manganese)37%$(/l)$()$(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)$()", + "text": "$(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_lapis)15%$(/l)$()$(li)Кам’яна сіль: $(l:tfg_ores/nether_vein_index#nether_beryllium)18%$(/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)46%$(/l)$()$(li)Кіновар: $(l:tfg_ores/nether_vein_index#nether_redstone)20%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Кіаніт: $(l:tfg_ores/nether_vein_index#nether_mica)35%$(/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_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)$()", + "text": "$(li)Кобальт: $(l:tfg_ores/nether_vein_index#nether_garnierite)14%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/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)20%$(/l)$()$(li)Малахіт: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)Молібденіт: $(l:tfg_ores/nether_vein_index#nether_molybdenum)31%$(/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)19%$(/l), $(l:tfg_ores/nether_vein_index#nether_sheldonite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Нітрат калію: $(l:tfg_ores/nether_vein_index#nether_saltpeter)35%$(/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_garnierite)10%$(/l)$()$(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)$()", + "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_garnierite)23%$(/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)5%$(/l)$()$(li)Плутоній: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)Повеліт: $(l:tfg_ores/nether_vein_index#nether_molybdenum)10%$(/l)$()$(li)Полюцит: $(l:tfg_ores/nether_vein_index#nether_mica)20%$(/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)$()$(li)Самородна Золото: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(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)$()$(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_sylvite)100%$(/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)$()", + "text": "$(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)10%$(/l)$()$(li)Свинець: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Сильвін: $(l:tfg_ores/nether_vein_index#nether_sylvite)100%$(/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)33%$(/l)$()$(li)Смарагд: $(l:tfg_ores/nether_vein_index#nether_beryllium)47%$(/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)$()$(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_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)$()$(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)$()", + "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)0%$(/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)10%$(/l)$()$(li)Червоний гранат: $(l:tfg_ores/nether_vein_index#nether_garnet)9%$(/l)$()$(li)Шеєліт: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Халькоцит: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Хроміт: $(l:tfg_ores/nether_vein_index#nether_magnetite)60%$(/l)$()$(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)$()", + "text": "$(li)Шелдонітн: $(l:tfg_ores/nether_vein_index#nether_sheldonite)29%$(/l)$()", "type": "patchouli:text" } ] 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 index 069b78452..686cdb2ed 100644 --- 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 @@ -14,17 +14,17 @@ }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnet)Аметист, Опал і Гранат$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_anthracite)Антрацит$()$()$(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)Каситерит$()$()", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnet)Аметист, Опал і Гранат$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_anthracite)Антрацит$()$()$(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_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_quartz)Кварц Нижнього Світу$()$()$(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_sylvite)Сильвін$()$()$(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)Соапостон, Тальк і Трона$()$()", + "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_sylvite)Сильвін$()$()$(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)Срібло, Гален і Свинець$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(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)Тетраедрит$()$()$(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)Шелдоніт і Борніт$()$()", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_sphalerite)Сфалерит і Пірит$()$()$(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" }, { @@ -215,7 +215,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 185$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "text": "$(thing)Рідкість$(): 245$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", "title": "Бастнезит і Монацит", "type": "patchouli:text", "anchor": "nether_monazite" @@ -372,73 +372,6 @@ "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)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", @@ -463,7 +396,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Джерело$(): Свинець, Молібденум$(br)$(thing)Формула$(): PbMoO₄", + "text": "$(thing)Відсоток$(): 42%$(br)$(thing)Джерело$(): Свинець, Молібденум$(br)$(thing)Формула$(): PbMoO₄", "type": "patchouli:multiblock" }, { @@ -483,15 +416,15 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): MoS₂", + "text": "$(thing)Відсоток$(): 31%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): MoS₂", "type": "patchouli:multiblock" }, { "Type": "patchouli:multiblock", - "name": "Молібденум", + "name": "Нікель", "multiblock": { "mapping": { - "0": "#forge:ores/molybdenum" + "0": "#forge:ores/nickel" }, "pattern": [ [ @@ -503,7 +436,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): Mo", + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni", "type": "patchouli:multiblock" }, { @@ -523,7 +456,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): CaMoO₄", + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): CaMoO₄", "type": "patchouli:multiblock" }, { @@ -555,7 +488,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): NiO", + "text": "$(thing)Відсоток$(): 23%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): NiO", "type": "patchouli:multiblock" }, { @@ -575,47 +508,7 @@ ] }, "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", + "text": "$(thing)Відсоток$(): 23%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni₉S₈", "type": "patchouli:multiblock" }, { @@ -635,7 +528,47 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni", + "text": "$(thing)Відсоток$(): 19%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальтит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 19%$(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)Відсоток$(): 14%$(br)$(thing)Розплавляється в$(): Кобальту$(br)$(thing)Формула$(): Co", "type": "patchouli:multiblock" }, { @@ -1231,7 +1164,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂SiO₅", + "text": "$(thing)Відсоток$(): 46%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂SiO₅", "type": "patchouli:multiblock" }, { @@ -1251,27 +1184,7 @@ ] }, "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₃", + "text": "$(thing)Відсоток$(): 33%$(br)$(thing)Джерело$(): Калію, Алюмінію, Фтору$(br)$(thing)Формула$(): KAl₃Si₃F₂O₁₀", "type": "patchouli:multiblock" }, { @@ -1291,17 +1204,12 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Цезій, Алюмінію$(br)$(thing)Формула$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "text": "$(thing)Відсоток$(): 20%$(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)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "text": "$(thing)Рідкість$(): 225$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", "title": "Марганець і Тантал", "type": "patchouli:text", "anchor": "nether_manganese" @@ -1996,7 +1904,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Використовується для$(): MV компонентів, Фільтр тегів предметів$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", + "text": "$(thing)Відсоток$(): 47%$(br)$(thing)Використовується для$(): MV компонентів, Фільтр тегів предметів$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", "type": "patchouli:multiblock" }, { @@ -2016,7 +1924,27 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Використовується для$(): Перли Енда$(br)$(thing)Формула$(): Be$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "text": "$(thing)Відсоток$(): 33%$(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/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 18%$(br)$(thing)Джерело$(): Калію, Хлору$(br)$(thing)Формула$(): KCl", "type": "patchouli:multiblock" }, { @@ -2036,9 +1964,14 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Торій$(br)$(thing)Формула$(): Th", + "text": "$(thing)Відсоток$(): 0%$(br)$(thing)Джерело$(): Торій$(br)$(thing)Формула$(): Th", "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)Типи каменю$(): Мігматит, Піроксеніти, Травертин", @@ -2590,26 +2523,6 @@ "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": "Ванадієвий магнетит", @@ -2627,7 +2540,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Залізо, Ванадію$(br)$(thing)Формула$(): (Fe₃O₄)V", + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Залізо, Ванадію$(br)$(thing)Формула$(): (Fe₃O₄)V", "type": "patchouli:multiblock" }, { @@ -2647,7 +2560,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", "type": "patchouli:multiblock" }, { @@ -2667,7 +2580,27 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₃O₄", + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Хроміт", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Джерело$(): Хрому$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", "type": "patchouli:multiblock" }, { @@ -2687,7 +2620,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", "type": "patchouli:multiblock" }, { @@ -2781,7 +2714,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Мідь$(br)$(thing)Формула$(): Cu₅FeS₄", + "text": "$(thing)Відсоток$(): 41%$(br)$(thing)Джерело$(): Мідь$(br)$(thing)Формула$(): Cu₅FeS₄", "type": "patchouli:multiblock" }, { @@ -2801,7 +2734,27 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Платини, Нікелю, Паладію$(br)$(thing)Формула$(): Pt₃NiSPd", + "text": "$(thing)Відсоток$(): 29%$(br)$(thing)Джерело$(): Платини, Нікелю, Паладію$(br)$(thing)Формула$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Нікель", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 23%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni", "type": "patchouli:multiblock" }, { @@ -2821,27 +2774,7 @@ ] }, "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", + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Платини$(br)$(thing)Формула$(): Pt", "type": "patchouli:multiblock" }, { 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 b1342e537..509014563 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 @@ -2,8 +2,8 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 34, - "rarity": 205, + "size": 20, + "rarity": 225, "density": 0.3, "min_y": -64, "max_y": 30, @@ -24,7 +24,7 @@ }, { "block": "gtceu:shale_chromite_ore", - "weight": 60 + "weight": 20 }, { "block": "gtceu:raw_chromite_block", @@ -55,7 +55,7 @@ }, { "block": "gtceu:claystone_chromite_ore", - "weight": 60 + "weight": 20 }, { "block": "gtceu:raw_chromite_block", @@ -86,7 +86,7 @@ }, { "block": "gtceu:limestone_chromite_ore", - "weight": 60 + "weight": 20 }, { "block": "gtceu:raw_chromite_block", @@ -117,7 +117,7 @@ }, { "block": "gtceu:conglomerate_chromite_ore", - "weight": 60 + "weight": 20 }, { "block": "gtceu:raw_chromite_block", @@ -148,7 +148,7 @@ }, { "block": "gtceu:dolomite_chromite_ore", - "weight": 60 + "weight": 20 }, { "block": "gtceu:raw_chromite_block", @@ -179,7 +179,7 @@ }, { "block": "gtceu:chert_chromite_ore", - "weight": 60 + "weight": 20 }, { "block": "gtceu:raw_chromite_block", @@ -210,7 +210,7 @@ }, { "block": "gtceu:chalk_chromite_ore", - "weight": 60 + "weight": 20 }, { "block": "gtceu:raw_chromite_block", @@ -243,7 +243,7 @@ }, { "block": "firmalife:ore/small_chromite", - "weight": 60 + "weight": 20 }, { "block": "tfc:ore/small_native_gold", 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 ab0c0b22d..dd06853dd 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 @@ -30,10 +30,6 @@ "block": "gtceu:raw_molybdenite_block", "weight": 1 }, - { - "block": "gtceu:rhyolite_molybdenum_ore", - "weight": 15 - }, { "block": "gtceu:rhyolite_powellite_ore", "weight": 15 @@ -62,10 +58,6 @@ "block": "gtceu:raw_molybdenite_block", "weight": 1 }, - { - "block": "gtceu:basalt_molybdenum_ore", - "weight": 15 - }, { "block": "gtceu:basalt_powellite_ore", "weight": 15 @@ -93,10 +85,6 @@ "block": "gtceu:raw_molybdenite_block", "weight": 1 }, - { - "block": "gtceu:andesite_molybdenum_ore", - "weight": 15 - }, { "block": "gtceu:andesite_powellite_ore", "weight": 15 @@ -124,10 +112,6 @@ "block": "gtceu:raw_molybdenite_block", "weight": 1 }, - { - "block": "gtceu:dacite_molybdenum_ore", - "weight": 15 - }, { "block": "gtceu:dacite_powellite_ore", "weight": 15 @@ -155,10 +139,6 @@ "block": "gtceu:raw_molybdenite_block", "weight": 1 }, - { - "block": "gtceu:granite_molybdenum_ore", - "weight": 15 - }, { "block": "gtceu:granite_powellite_ore", "weight": 15 @@ -186,10 +166,6 @@ "block": "gtceu:raw_molybdenite_block", "weight": 1 }, - { - "block": "gtceu:diorite_molybdenum_ore", - "weight": 15 - }, { "block": "gtceu:diorite_powellite_ore", "weight": 15 @@ -217,10 +193,6 @@ "block": "gtceu:raw_molybdenite_block", "weight": 1 }, - { - "block": "gtceu:gabbro_molybdenum_ore", - "weight": 15 - }, { "block": "gtceu:gabbro_powellite_ore", "weight": 15 @@ -242,10 +214,6 @@ "block": "gtceu:molybdenite_indicator", "weight": 30 }, - { - "block": "gtceu:molybdenum_indicator", - "weight": 15 - }, { "block": "gtceu:powellite_indicator", "weight": 15 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 177deef3f..cf597164c 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 @@ -3,7 +3,7 @@ "type": "tfc:cluster_vein", "config": { "size": 20, - "rarity": 220, + "rarity": 240, "density": 0.35, "min_y": -64, "max_y": 0, 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 86b5b4fd1..db2401c54 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 @@ -3,7 +3,7 @@ "type": "tfc:cluster_vein", "config": { "size": 30, - "rarity": 300, + "rarity": 320, "density": 0.3, "min_y": -64, "max_y": 0, @@ -32,15 +32,11 @@ }, { "block": "gtceu:quartzite_platinum_ore", - "weight": 25 + "weight": 5 }, { "block": "gtceu:raw_platinum_block", "weight": 1 - }, - { - "block": "gtceu:quartzite_palladium_ore", - "weight": 15 } ] }, @@ -67,15 +63,11 @@ }, { "block": "gtceu:slate_platinum_ore", - "weight": 25 + "weight": 5 }, { "block": "gtceu:raw_platinum_block", "weight": 1 - }, - { - "block": "gtceu:slate_palladium_ore", - "weight": 15 } ] }, @@ -102,15 +94,11 @@ }, { "block": "gtceu:phyllite_platinum_ore", - "weight": 25 + "weight": 5 }, { "block": "gtceu:raw_platinum_block", "weight": 1 - }, - { - "block": "gtceu:phyllite_palladium_ore", - "weight": 15 } ] }, @@ -137,15 +125,11 @@ }, { "block": "gtceu:schist_platinum_ore", - "weight": 25 + "weight": 5 }, { "block": "gtceu:raw_platinum_block", "weight": 1 - }, - { - "block": "gtceu:schist_palladium_ore", - "weight": 15 } ] }, @@ -172,15 +156,11 @@ }, { "block": "gtceu:gneiss_platinum_ore", - "weight": 25 + "weight": 5 }, { "block": "gtceu:raw_platinum_block", "weight": 1 - }, - { - "block": "gtceu:gneiss_palladium_ore", - "weight": 15 } ] }, @@ -207,15 +187,11 @@ }, { "block": "gtceu:marble_platinum_ore", - "weight": 25 + "weight": 5 }, { "block": "gtceu:raw_platinum_block", "weight": 1 - }, - { - "block": "gtceu:marble_palladium_ore", - "weight": 15 } ] } @@ -236,11 +212,7 @@ }, { "block": "gtceu:platinum_indicator", - "weight": 25 - }, - { - "block": "gtceu:palladium_indicator", - "weight": 15 + "weight": 5 } ] } 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 deleted file mode 100644 index 002dcb3f7..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bauxite.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "__credits__": "This vein 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_magnetite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_magnetite.json index 78e3a0a70..49289d94d 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 @@ -2,9 +2,9 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 40, + "size": 30, "rarity": 200, - "density": 0.4, + "density": 0.3, "min_y": -32, "max_y": 75, "random_name": "normal_magnetite", 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 7cf8b5eec..396c0301b 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 @@ -2,7 +2,7 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 40, + "size": 30, "rarity": 195, "density": 0.3, "min_y": -32, 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 9dc75d202..54c8c9242 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 @@ -2,8 +2,8 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 40, - "rarity": 185, + "size": 35, + "rarity": 205, "density": 0.25, "min_y": -32, "max_y": 50, @@ -24,7 +24,7 @@ }, { "block": "gtceu:granite_neodymium_ore", - "weight": 25 + "weight": 5 } ] }, @@ -43,7 +43,7 @@ }, { "block": "gtceu:diorite_neodymium_ore", - "weight": 25 + "weight": 5 } ] }, @@ -62,7 +62,7 @@ }, { "block": "gtceu:gabbro_neodymium_ore", - "weight": 25 + "weight": 5 } ] } @@ -83,7 +83,7 @@ }, { "block": "gtceu:neodymium_indicator", - "weight": 25 + "weight": 5 } ] } 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 b45d00c8c..68ed5302f 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 @@ -3,7 +3,7 @@ "type": "tfc:cluster_vein", "config": { "size": 40, - "rarity": 150, + "rarity": 190, "density": 0.3, "min_y": -32, "max_y": 100, @@ -16,19 +16,19 @@ "with": [ { "block": "gtceu:shale_quartzite_ore", - "weight": 65 + "weight": 35 }, { "block": "gtceu:raw_quartzite_block", "weight": 1 }, { - "block": "gtceu:shale_certus_quartz_ore", + "block": "gtceu:shale_barite_ore", "weight": 30 }, { - "block": "gtceu:shale_barite_ore", - "weight": 25 + "block": "gtceu:shale_asbestos_ore", + "weight": 15 } ] }, @@ -39,19 +39,19 @@ "with": [ { "block": "gtceu:quartzite_quartzite_ore", - "weight": 65 + "weight": 35 }, { "block": "gtceu:raw_quartzite_block", "weight": 1 }, { - "block": "gtceu:quartzite_certus_quartz_ore", + "block": "gtceu:quartzite_barite_ore", "weight": 30 }, { - "block": "gtceu:quartzite_barite_ore", - "weight": 25 + "block": "gtceu:quartzite_asbestos_ore", + "weight": 15 } ] }, @@ -62,19 +62,19 @@ "with": [ { "block": "gtceu:schist_quartzite_ore", - "weight": 65 + "weight": 35 }, { "block": "gtceu:raw_quartzite_block", "weight": 1 }, { - "block": "gtceu:schist_certus_quartz_ore", + "block": "gtceu:schist_barite_ore", "weight": 30 }, { - "block": "gtceu:schist_barite_ore", - "weight": 25 + "block": "gtceu:schist_asbestos_ore", + "weight": 15 } ] }, @@ -85,19 +85,19 @@ "with": [ { "block": "gtceu:gneiss_quartzite_ore", - "weight": 65 + "weight": 35 }, { "block": "gtceu:raw_quartzite_block", "weight": 1 }, { - "block": "gtceu:gneiss_certus_quartz_ore", + "block": "gtceu:gneiss_barite_ore", "weight": 30 }, { - "block": "gtceu:gneiss_barite_ore", - "weight": 25 + "block": "gtceu:gneiss_asbestos_ore", + "weight": 15 } ] } @@ -110,15 +110,15 @@ "blocks": [ { "block": "gtceu:quartzite_bud_indicator", - "weight": 65 - }, - { - "block": "gtceu:certus_quartz_bud_indicator", - "weight": 30 + "weight": 35 }, { "block": "gtceu:barite_indicator", - "weight": 25 + "weight": 30 + }, + { + "block": "gtceu:asbestos_indicator", + "weight": 15 } ] } 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 4422bdf31..79575f012 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 @@ -2,7 +2,7 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 50, + "size": 40, "rarity": 210, "density": 0.3, "min_y": -32, diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_apatite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_apatite.json index 96f8de591..85b8b012a 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_apatite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_apatite.json @@ -5,8 +5,8 @@ "size": 25, "rarity": 250, "density": 0.25, - "min_y": -32, - "max_y": 60, + "min_y": 0, + "max_y": 100, "random_name": "moon_apatite", "blocks": [ { @@ -29,6 +29,10 @@ { "block": "gtceu:raw_pyrochlore_block", "weight": 1 + }, + { + "block": "gtceu:diorite_olivine_ore", + "weight": 5 } ] }, @@ -52,6 +56,10 @@ { "block": "gtceu:raw_pyrochlore_block", "weight": 1 + }, + { + "block": "gtceu:moon_stone_olivine_ore", + "weight": 5 } ] }, @@ -75,6 +83,10 @@ { "block": "gtceu:raw_pyrochlore_block", "weight": 1 + }, + { + "block": "gtceu:moon_deepslate_olivine_ore", + "weight": 5 } ] } @@ -96,6 +108,10 @@ { "block": "gtceu:pyrochlore_indicator", "weight": 40 + }, + { + "block": "gtceu:olivine_bud_indicator", + "weight": 5 } ] } diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_bauxite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_bauxite.json index 6a765c620..70f845aa6 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_bauxite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_bauxite.json @@ -2,11 +2,11 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 30, - "rarity": 120, + "size": 40, + "rarity": 200, "density": 0.3, - "min_y": -32, - "max_y": 70, + "min_y": 0, + "max_y": 80, "random_name": "moon_bauxite", "blocks": [ { @@ -23,10 +23,6 @@ "block": "gtceu:basalt_ilmenite_ore", "weight": 40 }, - { - "block": "gtceu:basalt_aluminium_ore", - "weight": 25 - }, { "block": "gtceu:basalt_armalcolite_ore", "weight": 20 @@ -46,10 +42,6 @@ "block": "gtceu:moon_stone_ilmenite_ore", "weight": 40 }, - { - "block": "gtceu:moon_stone_aluminium_ore", - "weight": 25 - }, { "block": "gtceu:moon_stone_armalcolite_ore", "weight": 20 @@ -70,11 +62,64 @@ "weight": 40 }, { - "block": "gtceu:moon_deepslate_aluminium_ore", - "weight": 25 + "block": "gtceu:moon_deepslate_armalcolite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "ad_astra:glacio_stone" + ], + "with": [ + { + "block": "gtceu:glacio_stone_bauxite_ore", + "weight": 35 }, { - "block": "gtceu:moon_deepslate_armalcolite_ore", + "block": "gtceu:glacio_stone_ilmenite_ore", + "weight": 40 + }, + { + "block": "gtceu:glacio_stone_armalcolite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_bauxite_ore", + "weight": 35 + }, + { + "block": "gtceu:diorite_ilmenite_ore", + "weight": 40 + }, + { + "block": "gtceu:diorite_armalcolite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_bauxite_ore", + "weight": 35 + }, + { + "block": "gtceu:rhyolite_ilmenite_ore", + "weight": 40 + }, + { + "block": "gtceu:rhyolite_armalcolite_ore", "weight": 20 } ] @@ -94,10 +139,6 @@ "block": "gtceu:ilmenite_indicator", "weight": 40 }, - { - "block": "gtceu:aluminium_indicator", - "weight": 25 - }, { "block": "gtceu:armalcolite_bud_indicator", "weight": 20 diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_beryllium.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_beryllium.json index 74df125ea..cceeacfc2 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_beryllium.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_beryllium.json @@ -9,10 +9,10 @@ "min_slant": 0, "max_slant": 4, "sign": 0, - "rarity": 300, + "rarity": 260, "density": 0.35, - "min_y": -32, - "max_y": 50, + "min_y": 0, + "max_y": 120, "random_name": "moon_beryllium", "blocks": [ { @@ -39,7 +39,15 @@ }, { "block": "gtceu:basalt_thorium_ore", - "weight": 15 + "weight": 1 + }, + { + "block": "gtceu:basalt_olivine_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_rock_salt_ore", + "weight": 20 } ] }, @@ -66,17 +74,25 @@ }, { "block": "gtceu:moon_stone_thorium_ore", - "weight": 15 + "weight": 1 + }, + { + "block": "gtceu:moon_stone_olivine_ore", + "weight": 5 + }, + { + "block": "gtceu:moon_stone_rock_salt_ore", + "weight": 20 } ] }, { "replace": [ - "ad_astra:moon_deepslate" + "ad_astra:glacio_stone" ], "with": [ { - "block": "gtceu:moon_deepslate_beryllium_ore", + "block": "gtceu:glacio_stone_beryllium_ore", "weight": 35 }, { @@ -84,7 +100,7 @@ "weight": 1 }, { - "block": "gtceu:moon_deepslate_emerald_ore", + "block": "gtceu:glacio_stone_emerald_ore", "weight": 50 }, { @@ -92,8 +108,16 @@ "weight": 2 }, { - "block": "gtceu:moon_deepslate_thorium_ore", - "weight": 15 + "block": "gtceu:glacio_stone_thorium_ore", + "weight": 1 + }, + { + "block": "gtceu:glacio_stone_olivine_ore", + "weight": 5 + }, + { + "block": "gtceu:glacio_stone_rock_salt_ore", + "weight": 20 } ] } @@ -114,7 +138,15 @@ }, { "block": "gtceu:thorium_indicator", - "weight": 15 + "weight": 1 + }, + { + "block": "gtceu:olivine_bud_indicator", + "weight": 5 + }, + { + "block": "gtceu:rock_salt_indicator", + "weight": 20 } ] } diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_desh.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_desh.json index 7ac3e1b57..e09bb3ed1 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_desh.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_desh.json @@ -3,19 +3,19 @@ "type": "tfc:cluster_vein", "config": { "size": 30, - "rarity": 180, + "rarity": 230, "density": 0.3, - "min_y": -32, - "max_y": 70, + "min_y": 10, + "max_y": 80, "random_name": "moon_desh", "blocks": [ { "replace": [ - "ad_astra:moon_stone" + "tfc:rock/raw/andesite" ], "with": [ { - "block": "gtceu:moon_stone_desh_ore", + "block": "gtceu:andesite_desh_ore", "weight": 40 }, { @@ -23,7 +23,7 @@ "weight": 2 }, { - "block": "gtceu:moon_stone_ilmenite_ore", + "block": "gtceu:andesite_ilmenite_ore", "weight": 25 }, { @@ -31,22 +31,22 @@ "weight": 1 }, { - "block": "gtceu:moon_stone_aluminium_ore", + "block": "gtceu:andesite_aluminium_ore", "weight": 20 }, { - "block": "gtceu:moon_stone_armalcolite_ore", + "block": "gtceu:andesite_armalcolite_ore", "weight": 15 } ] }, { "replace": [ - "ad_astra:moon_deepslate" + "tfc:rock/raw/dacite" ], "with": [ { - "block": "gtceu:moon_deepslate_desh_ore", + "block": "gtceu:dacite_desh_ore", "weight": 40 }, { @@ -54,7 +54,7 @@ "weight": 2 }, { - "block": "gtceu:moon_deepslate_ilmenite_ore", + "block": "gtceu:dacite_ilmenite_ore", "weight": 25 }, { @@ -62,11 +62,74 @@ "weight": 1 }, { - "block": "gtceu:moon_deepslate_aluminium_ore", + "block": "gtceu:dacite_aluminium_ore", "weight": 20 }, { - "block": "gtceu:moon_deepslate_armalcolite_ore", + "block": "gtceu:dacite_armalcolite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_desh_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_desh_block", + "weight": 2 + }, + { + "block": "gtceu:gabbro_ilmenite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_aluminium_ore", + "weight": 20 + }, + { + "block": "gtceu:gabbro_armalcolite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_desh_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_desh_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_ilmenite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_aluminium_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_armalcolite_ore", "weight": 15 } ] diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_enstatite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_enstatite.json deleted file mode 100644 index 20b31c89f..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_enstatite.json +++ /dev/null @@ -1,194 +0,0 @@ -{ - "__credits__": "This vein was automatically generated by OresToFieldGuide.", - "type": "tfc:cluster_vein", - "config": { - "size": 36, - "rarity": 250, - "density": 0.25, - "min_y": -20, - "max_y": 90, - "random_name": "moon_enstatite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_enstatite_ore", - "weight": 45 - }, - { - "block": "gtceu:raw_enstatite_block", - "weight": 2 - }, - { - "block": "gtceu:diorite_chromite_ore", - "weight": 30 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - }, - { - "block": "gtceu:diorite_ilmenite_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_fayalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_enstatite_ore", - "weight": 45 - }, - { - "block": "gtceu:raw_enstatite_block", - "weight": 2 - }, - { - "block": "gtceu:basalt_chromite_ore", - "weight": 30 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - }, - { - "block": "gtceu:basalt_ilmenite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_fayalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_enstatite_ore", - "weight": 45 - }, - { - "block": "gtceu:raw_enstatite_block", - "weight": 2 - }, - { - "block": "gtceu:gabbro_chromite_ore", - "weight": 30 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - }, - { - "block": "gtceu:gabbro_ilmenite_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_fayalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "ad_astra:moon_stone" - ], - "with": [ - { - "block": "gtceu:moon_stone_enstatite_ore", - "weight": 45 - }, - { - "block": "gtceu:raw_enstatite_block", - "weight": 2 - }, - { - "block": "gtceu:moon_stone_chromite_ore", - "weight": 30 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - }, - { - "block": "gtceu:moon_stone_ilmenite_ore", - "weight": 15 - }, - { - "block": "gtceu:moon_stone_fayalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "ad_astra:moon_deepslate" - ], - "with": [ - { - "block": "gtceu:moon_deepslate_enstatite_ore", - "weight": 45 - }, - { - "block": "gtceu:raw_enstatite_block", - "weight": 2 - }, - { - "block": "gtceu:moon_deepslate_chromite_ore", - "weight": 30 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - }, - { - "block": "gtceu:moon_deepslate_ilmenite_ore", - "weight": 15 - }, - { - "block": "gtceu:moon_deepslate_fayalite_ore", - "weight": 10 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:enstatite_bud_indicator", - "weight": 45 - }, - { - "block": "firmalife:ore/small_chromite", - "weight": 30 - }, - { - "block": "gtceu:ilmenite_indicator", - "weight": 15 - }, - { - "block": "gtceu:fayalite_bud_indicator", - "weight": 10 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_fayalite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_fayalite.json deleted file mode 100644 index b0c6469b6..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_fayalite.json +++ /dev/null @@ -1,174 +0,0 @@ -{ - "__credits__": "This vein was automatically generated by OresToFieldGuide.", - "type": "tfc:cluster_vein", - "config": { - "size": 40, - "rarity": 250, - "density": 0.3, - "min_y": -40, - "max_y": 90, - "random_name": "moon_fayalite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_enstatite_ore", - "weight": 10 - }, - { - "block": "gtceu:diorite_pyrite_ore", - "weight": 30 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - }, - { - "block": "gtceu:diorite_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_fayalite_ore", - "weight": 45 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_enstatite_ore", - "weight": 10 - }, - { - "block": "gtceu:basalt_pyrite_ore", - "weight": 30 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - }, - { - "block": "gtceu:basalt_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_fayalite_ore", - "weight": 45 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_enstatite_ore", - "weight": 10 - }, - { - "block": "gtceu:gabbro_pyrite_ore", - "weight": 30 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - }, - { - "block": "gtceu:gabbro_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_fayalite_ore", - "weight": 45 - } - ] - }, - { - "replace": [ - "ad_astra:moon_stone" - ], - "with": [ - { - "block": "gtceu:moon_stone_enstatite_ore", - "weight": 10 - }, - { - "block": "gtceu:moon_stone_pyrite_ore", - "weight": 30 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - }, - { - "block": "gtceu:moon_stone_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:moon_stone_fayalite_ore", - "weight": 45 - } - ] - }, - { - "replace": [ - "ad_astra:moon_deepslate" - ], - "with": [ - { - "block": "gtceu:moon_deepslate_enstatite_ore", - "weight": 10 - }, - { - "block": "gtceu:moon_deepslate_pyrite_ore", - "weight": 30 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - }, - { - "block": "gtceu:moon_deepslate_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:moon_deepslate_fayalite_ore", - "weight": 45 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:enstatite_bud_indicator", - "weight": 10 - }, - { - "block": "gtceu:pyrite_indicator", - "weight": 30 - }, - { - "block": "gtceu:pentlandite_indicator", - "weight": 15 - }, - { - "block": "gtceu:fayalite_bud_indicator", - "weight": 45 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_garnierite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_garnierite.json index 7b5de583e..c84384548 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_garnierite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_garnierite.json @@ -5,8 +5,8 @@ "size": 40, "rarity": 250, "density": 0.4, - "min_y": -32, - "max_y": 60, + "min_y": 5, + "max_y": 85, "random_name": "moon_garnierite", "blocks": [ { @@ -16,7 +16,7 @@ "with": [ { "block": "gtceu:gabbro_garnierite_ore", - "weight": 30 + "weight": 25 }, { "block": "gtceu:raw_garnierite_block", @@ -24,7 +24,7 @@ }, { "block": "gtceu:gabbro_nickel_ore", - "weight": 10 + "weight": 20 }, { "block": "gtceu:gabbro_cobaltite_ore", @@ -51,7 +51,7 @@ "with": [ { "block": "gtceu:diorite_garnierite_ore", - "weight": 30 + "weight": 25 }, { "block": "gtceu:raw_garnierite_block", @@ -59,7 +59,7 @@ }, { "block": "gtceu:diorite_nickel_ore", - "weight": 10 + "weight": 20 }, { "block": "gtceu:diorite_cobaltite_ore", @@ -78,6 +78,41 @@ "weight": 15 } ] + }, + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_garnierite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_garnierite_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_nickel_ore", + "weight": 20 + }, + { + "block": "gtceu:rhyolite_cobaltite_ore", + "weight": 20 + }, + { + "block": "gtceu:rhyolite_pentlandite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_cobalt_ore", + "weight": 15 + } + ] } ], "indicator": { @@ -88,11 +123,11 @@ "blocks": [ { "block": "tfc:ore/small_garnierite", - "weight": 30 + "weight": 25 }, { "block": "tfc:ore/small_garnierite", - "weight": 10 + "weight": 20 }, { "block": "gtceu:cobaltite_indicator", diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_magnetite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_magnetite.json index 402192036..ff095ba99 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_magnetite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_magnetite.json @@ -2,11 +2,11 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 30, - "rarity": 180, + "size": 50, + "rarity": 280, "density": 0.3, - "min_y": -64, - "max_y": 30, + "min_y": 0, + "max_y": 90, "random_name": "moon_magnetite", "blocks": [ { @@ -28,7 +28,7 @@ }, { "block": "gtceu:raw_chromite_block", - "weight": 1 + "weight": 2 }, { "block": "gtceu:diorite_gold_ore", @@ -59,7 +59,7 @@ }, { "block": "gtceu:raw_chromite_block", - "weight": 1 + "weight": 2 }, { "block": "gtceu:gabbro_gold_ore", @@ -90,7 +90,7 @@ }, { "block": "gtceu:raw_chromite_block", - "weight": 1 + "weight": 2 }, { "block": "gtceu:moon_stone_gold_ore", @@ -121,7 +121,7 @@ }, { "block": "gtceu:raw_chromite_block", - "weight": 1 + "weight": 2 }, { "block": "gtceu:moon_deepslate_gold_ore", diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_mica.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_mica.json index 5af1c5b5b..93e8e6043 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_mica.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_mica.json @@ -2,11 +2,11 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 25, + "size": 35, "rarity": 250, "density": 0.25, "min_y": 0, - "max_y": 210, + "max_y": 120, "random_name": "moon_mica", "blocks": [ { @@ -33,6 +33,10 @@ { "block": "gtceu:diorite_pollucite_ore", "weight": 15 + }, + { + "block": "gtceu:diorite_olivine_ore", + "weight": 5 } ] }, @@ -60,6 +64,10 @@ { "block": "gtceu:gabbro_pollucite_ore", "weight": 15 + }, + { + "block": "gtceu:gabbro_olivine_ore", + "weight": 5 } ] }, @@ -87,6 +95,10 @@ { "block": "gtceu:moon_stone_pollucite_ore", "weight": 15 + }, + { + "block": "gtceu:moon_stone_olivine_ore", + "weight": 5 } ] }, @@ -114,6 +126,10 @@ { "block": "gtceu:moon_deepslate_pollucite_ore", "weight": 15 + }, + { + "block": "gtceu:moon_deepslate_olivine_ore", + "weight": 5 } ] } @@ -139,6 +155,10 @@ { "block": "gtceu:pollucite_indicator", "weight": 15 + }, + { + "block": "gtceu:olivine_bud_indicator", + "weight": 5 } ] } diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_molybdenum.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_molybdenum.json index c8b734472..1e037b3bc 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_molybdenum.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_molybdenum.json @@ -5,8 +5,8 @@ "size": 26, "rarity": 245, "density": 0.45, - "min_y": -64, - "max_y": 10, + "min_y": 0, + "max_y": 50, "random_name": "moon_molybdenum", "blocks": [ { @@ -32,22 +32,22 @@ "weight": 1 }, { - "block": "gtceu:basalt_molybdenum_ore", + "block": "gtceu:basalt_powellite_ore", "weight": 15 }, { - "block": "gtceu:basalt_powellite_ore", - "weight": 15 + "block": "gtceu:basalt_olivine_ore", + "weight": 5 } ] }, { "replace": [ - "tfc:rock/raw/diorite" + "tfc:rock/raw/dacite" ], "with": [ { - "block": "gtceu:diorite_wulfenite_ore", + "block": "gtceu:dacite_wulfenite_ore", "weight": 40 }, { @@ -55,7 +55,7 @@ "weight": 1 }, { - "block": "gtceu:diorite_molybdenite_ore", + "block": "gtceu:dacite_molybdenite_ore", "weight": 30 }, { @@ -63,12 +63,12 @@ "weight": 1 }, { - "block": "gtceu:diorite_molybdenum_ore", + "block": "gtceu:dacite_powellite_ore", "weight": 15 }, { - "block": "gtceu:diorite_powellite_ore", - "weight": 15 + "block": "gtceu:dacite_olivine_ore", + "weight": 5 } ] }, @@ -94,12 +94,12 @@ "weight": 1 }, { - "block": "gtceu:gabbro_molybdenum_ore", + "block": "gtceu:gabbro_powellite_ore", "weight": 15 }, { - "block": "gtceu:gabbro_powellite_ore", - "weight": 15 + "block": "gtceu:gabbro_olivine_ore", + "weight": 5 } ] }, @@ -125,12 +125,12 @@ "weight": 1 }, { - "block": "gtceu:moon_deepslate_molybdenum_ore", + "block": "gtceu:moon_deepslate_powellite_ore", "weight": 15 }, { - "block": "gtceu:moon_deepslate_powellite_ore", - "weight": 15 + "block": "gtceu:moon_deepslate_olivine_ore", + "weight": 5 } ] } @@ -150,12 +150,12 @@ "weight": 30 }, { - "block": "gtceu:molybdenum_indicator", + "block": "gtceu:powellite_indicator", "weight": 15 }, { - "block": "gtceu:powellite_indicator", - "weight": 15 + "block": "gtceu:olivine_bud_indicator", + "weight": 5 } ] } diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_monazite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_monazite.json index 1fcbbcebb..032fdd407 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_monazite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_monazite.json @@ -5,17 +5,17 @@ "size": 40, "rarity": 250, "density": 0.25, - "min_y": -32, + "min_y": 0, "max_y": 50, "random_name": "moon_monazite", "blocks": [ { "replace": [ - "tfc:rock/raw/diorite" + "ad_astra:glacio_stone" ], "with": [ { - "block": "gtceu:diorite_bastnasite_ore", + "block": "gtceu:glacio_stone_bastnasite_ore", "weight": 50 }, { @@ -23,22 +23,26 @@ "weight": 1 }, { - "block": "gtceu:diorite_monazite_ore", + "block": "gtceu:glacio_stone_monazite_ore", "weight": 25 }, { - "block": "gtceu:diorite_neodymium_ore", - "weight": 25 + "block": "gtceu:glacio_stone_neodymium_ore", + "weight": 5 + }, + { + "block": "gtceu:glacio_stone_olivine_ore", + "weight": 1 } ] }, { "replace": [ - "tfc:rock/raw/gabbro" + "tfc:rock/raw/andesite" ], "with": [ { - "block": "gtceu:gabbro_bastnasite_ore", + "block": "gtceu:andesite_bastnasite_ore", "weight": 50 }, { @@ -46,12 +50,70 @@ "weight": 1 }, { - "block": "gtceu:gabbro_monazite_ore", + "block": "gtceu:andesite_monazite_ore", "weight": 25 }, { - "block": "gtceu:gabbro_neodymium_ore", + "block": "gtceu:andesite_neodymium_ore", + "weight": 5 + }, + { + "block": "gtceu:andesite_olivine_ore", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_bastnasite_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_monazite_ore", "weight": 25 + }, + { + "block": "gtceu:dacite_neodymium_ore", + "weight": 5 + }, + { + "block": "gtceu:dacite_olivine_ore", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_bastnasite_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:rhyolite_neodymium_ore", + "weight": 5 + }, + { + "block": "gtceu:rhyolite_olivine_ore", + "weight": 1 } ] } @@ -72,7 +134,11 @@ }, { "block": "gtceu:neodymium_indicator", - "weight": 25 + "weight": 5 + }, + { + "block": "gtceu:olivine_bud_indicator", + "weight": 1 } ] } diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_olivine.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_olivine.json deleted file mode 100644 index f5f438aac..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_olivine.json +++ /dev/null @@ -1,132 +0,0 @@ -{ - "__credits__": "This vein was automatically generated by OresToFieldGuide.", - "type": "tfc:cluster_vein", - "config": { - "size": 40, - "rarity": 120, - "density": 0.4, - "min_y": -64, - "max_y": 20, - "random_name": "moon_olivine", - "blocks": [ - { - "replace": [ - "ad_astra:moon_deepslate" - ], - "with": [ - { - "block": "gtceu:moon_deepslate_diopside_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_diopside_block", - "weight": 1 - }, - { - "block": "gtceu:moon_deepslate_enstatite_ore", - "weight": 10 - }, - { - "block": "gtceu:moon_deepslate_olivine_ore", - "weight": 65 - }, - { - "block": "gtceu:raw_olivine_block", - "weight": 2 - }, - { - "block": "gtceu:moon_deepslate_fayalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_diopside_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_diopside_block", - "weight": 1 - }, - { - "block": "gtceu:basalt_enstatite_ore", - "weight": 10 - }, - { - "block": "gtceu:basalt_olivine_ore", - "weight": 65 - }, - { - "block": "gtceu:raw_olivine_block", - "weight": 2 - }, - { - "block": "gtceu:basalt_fayalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_diopside_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_diopside_block", - "weight": 1 - }, - { - "block": "gtceu:gabbro_enstatite_ore", - "weight": 10 - }, - { - "block": "gtceu:gabbro_olivine_ore", - "weight": 65 - }, - { - "block": "gtceu:raw_olivine_block", - "weight": 2 - }, - { - "block": "gtceu:gabbro_fayalite_ore", - "weight": 10 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:diopside_bud_indicator", - "weight": 15 - }, - { - "block": "gtceu:enstatite_bud_indicator", - "weight": 10 - }, - { - "block": "gtceu:olivine_bud_indicator", - "weight": 65 - }, - { - "block": "gtceu:fayalite_bud_indicator", - "weight": 10 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_plutonium.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_plutonium.json deleted file mode 100644 index 9dd3bf407..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_plutonium.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "__credits__": "This vein was automatically generated by OresToFieldGuide.", - "type": "tfc:cluster_vein", - "config": { - "size": 15, - "rarity": 310, - "density": 0.3, - "min_y": -64, - "max_y": -20, - "random_name": "moon_plutonium", - "blocks": [ - { - "replace": [ - "ad_astra:moon_deepslate" - ], - "with": [ - { - "block": "gtceu:moon_deepslate_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:moon_deepslate_armalcolite_ore", - "weight": 40 - }, - { - "block": "gtceu:raw_armalcolite_block", - "weight": 1 - }, - { - "block": "gtceu:moon_deepslate_plutonium_ore", - "weight": 25 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:tungstate_indicator", - "weight": 35 - }, - { - "block": "gtceu:armalcolite_bud_indicator", - "weight": 40 - }, - { - "block": "gtceu:plutonium_indicator", - "weight": 25 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_diopside.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_pyrolusite.json similarity index 67% rename from kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_diopside.json rename to kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_pyrolusite.json index 79a3549cf..6d53962ff 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_diopside.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_pyrolusite.json @@ -2,36 +2,36 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 36, - "rarity": 250, + "size": 40, + "rarity": 210, "density": 0.25, - "min_y": -10, + "min_y": 20, "max_y": 80, - "random_name": "moon_diopside", + "random_name": "moon_pyrolusite", "blocks": [ { "replace": [ - "tfc:rock/raw/diorite" + "tfc:rock/raw/andesite" ], "with": [ { - "block": "gtceu:diorite_diopside_ore", - "weight": 45 + "block": "gtceu:andesite_pyrolusite_ore", + "weight": 40 }, { - "block": "gtceu:raw_diopside_block", + "block": "gtceu:raw_pyrolusite_block", "weight": 2 }, { - "block": "gtceu:diorite_trona_ore", + "block": "gtceu:andesite_cobaltite_ore", "weight": 25 }, { - "block": "gtceu:diorite_cobalt_ore", + "block": "gtceu:andesite_cobalt_ore", "weight": 25 }, { - "block": "gtceu:diorite_tantalite_ore", + "block": "gtceu:andesite_tantalite_ore", "weight": 15 } ] @@ -43,15 +43,15 @@ ], "with": [ { - "block": "gtceu:basalt_diopside_ore", - "weight": 45 + "block": "gtceu:basalt_pyrolusite_ore", + "weight": 40 }, { - "block": "gtceu:raw_diopside_block", + "block": "gtceu:raw_pyrolusite_block", "weight": 2 }, { - "block": "gtceu:basalt_trona_ore", + "block": "gtceu:basalt_cobaltite_ore", "weight": 25 }, { @@ -70,15 +70,15 @@ ], "with": [ { - "block": "gtceu:gabbro_diopside_ore", - "weight": 45 + "block": "gtceu:gabbro_pyrolusite_ore", + "weight": 40 }, { - "block": "gtceu:raw_diopside_block", + "block": "gtceu:raw_pyrolusite_block", "weight": 2 }, { - "block": "gtceu:gabbro_trona_ore", + "block": "gtceu:gabbro_cobaltite_ore", "weight": 25 }, { @@ -97,15 +97,15 @@ ], "with": [ { - "block": "gtceu:moon_stone_diopside_ore", - "weight": 45 + "block": "gtceu:moon_stone_pyrolusite_ore", + "weight": 40 }, { - "block": "gtceu:raw_diopside_block", + "block": "gtceu:raw_pyrolusite_block", "weight": 2 }, { - "block": "gtceu:moon_stone_trona_ore", + "block": "gtceu:moon_stone_cobaltite_ore", "weight": 25 }, { @@ -124,15 +124,15 @@ ], "with": [ { - "block": "gtceu:moon_deepslate_diopside_ore", - "weight": 45 + "block": "gtceu:moon_deepslate_pyrolusite_ore", + "weight": 40 }, { - "block": "gtceu:raw_diopside_block", + "block": "gtceu:raw_pyrolusite_block", "weight": 2 }, { - "block": "gtceu:moon_deepslate_trona_ore", + "block": "gtceu:moon_deepslate_cobaltite_ore", "weight": 25 }, { @@ -153,11 +153,11 @@ "underground_count": 200, "blocks": [ { - "block": "gtceu:diopside_bud_indicator", - "weight": 45 + "block": "gtceu:pyrolusite_indicator", + "weight": 40 }, { - "block": "gtceu:trona_indicator", + "block": "gtceu:cobaltite_indicator", "weight": 25 }, { diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_quartz.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_quartz.json index 669d125fc..8c9eeaf2a 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_quartz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_quartz.json @@ -5,7 +5,7 @@ "size": 40, "rarity": 180, "density": 0.3, - "min_y": -32, + "min_y": 10, "max_y": 100, "random_name": "moon_quartz", "blocks": [ @@ -30,14 +30,6 @@ { "block": "gtceu:basalt_barite_ore", "weight": 15 - }, - { - "block": "gtceu:basalt_nether_quartz_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 1 } ] }, @@ -61,14 +53,6 @@ { "block": "gtceu:moon_deepslate_barite_ore", "weight": 15 - }, - { - "block": "gtceu:moon_deepslate_nether_quartz_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 1 } ] }, @@ -92,14 +76,6 @@ { "block": "gtceu:gabbro_barite_ore", "weight": 15 - }, - { - "block": "gtceu:gabbro_nether_quartz_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 1 } ] }, @@ -123,14 +99,6 @@ { "block": "gtceu:moon_stone_barite_ore", "weight": 15 - }, - { - "block": "gtceu:moon_stone_nether_quartz_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 1 } ] }, @@ -154,14 +122,6 @@ { "block": "gtceu:diorite_barite_ore", "weight": 15 - }, - { - "block": "gtceu:diorite_nether_quartz_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 1 } ] }, @@ -185,14 +145,6 @@ { "block": "gtceu:glacio_stone_barite_ore", "weight": 15 - }, - { - "block": "gtceu:glacio_stone_nether_quartz_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 1 } ] }, @@ -216,14 +168,6 @@ { "block": "gtceu:dacite_barite_ore", "weight": 15 - }, - { - "block": "gtceu:dacite_nether_quartz_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 1 } ] }, @@ -247,14 +191,6 @@ { "block": "gtceu:rhyolite_barite_ore", "weight": 15 - }, - { - "block": "gtceu:rhyolite_nether_quartz_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 1 } ] }, @@ -278,14 +214,6 @@ { "block": "gtceu:andesite_barite_ore", "weight": 15 - }, - { - "block": "gtceu:andesite_nether_quartz_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 1 } ] } @@ -307,10 +235,6 @@ { "block": "gtceu:barite_indicator", "weight": 15 - }, - { - "block": "gtceu:nether_quartz_bud_indicator", - "weight": 25 } ] } diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_redstone.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_redstone.json index f0c36a4ce..a0c1fcc55 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_redstone.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_redstone.json @@ -5,17 +5,17 @@ "size": 30, "rarity": 250, "density": 0.4, - "min_y": -32, + "min_y": 20, "max_y": 100, "random_name": "moon_redstone", "blocks": [ { "replace": [ - "ad_astra:moon_stone" + "tfc:rock/raw/dacite" ], "with": [ { - "block": "gtceu:moon_stone_redstone_ore", + "block": "gtceu:dacite_redstone_ore", "weight": 45 }, { @@ -23,22 +23,26 @@ "weight": 1 }, { - "block": "gtceu:moon_stone_ruby_ore", + "block": "gtceu:dacite_ruby_ore", "weight": 35 }, { - "block": "gtceu:moon_stone_cinnabar_ore", + "block": "gtceu:dacite_cinnabar_ore", "weight": 20 + }, + { + "block": "gtceu:dacite_olivine_ore", + "weight": 5 } ] }, { "replace": [ - "ad_astra:moon_deepslate" + "ad_astra:glacio_stone" ], "with": [ { - "block": "gtceu:moon_deepslate_redstone_ore", + "block": "gtceu:glacio_stone_redstone_ore", "weight": 45 }, { @@ -46,12 +50,43 @@ "weight": 1 }, { - "block": "gtceu:moon_deepslate_ruby_ore", + "block": "gtceu:glacio_stone_ruby_ore", "weight": 35 }, { - "block": "gtceu:moon_deepslate_cinnabar_ore", + "block": "gtceu:glacio_stone_cinnabar_ore", "weight": 20 + }, + { + "block": "gtceu:glacio_stone_olivine_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_redstone_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_redstone_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_ruby_ore", + "weight": 35 + }, + { + "block": "gtceu:andesite_cinnabar_ore", + "weight": 20 + }, + { + "block": "gtceu:andesite_olivine_ore", + "weight": 5 } ] } @@ -73,6 +108,10 @@ { "block": "gtceu:cinnabar_bud_indicator", "weight": 20 + }, + { + "block": "gtceu:olivine_bud_indicator", + "weight": 5 } ] } diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_saltpeter.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_saltpeter.json index 1c59acbfe..8268ef5d1 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_saltpeter.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_saltpeter.json @@ -5,17 +5,17 @@ "size": 35, "rarity": 180, "density": 0.3, - "min_y": -32, - "max_y": 60, + "min_y": 0, + "max_y": 90, "random_name": "moon_saltpeter", "blocks": [ { "replace": [ - "tfc:rock/raw/diorite" + "tfc:rock/raw/rhyolite" ], "with": [ { - "block": "gtceu:diorite_saltpeter_ore", + "block": "gtceu:rhyolite_saltpeter_ore", "weight": 35 }, { @@ -23,26 +23,26 @@ "weight": 1 }, { - "block": "gtceu:diorite_soapstone_ore", + "block": "gtceu:rhyolite_soapstone_ore", "weight": 25 }, { - "block": "gtceu:diorite_electrotine_ore", - "weight": 25 + "block": "gtceu:rhyolite_electrotine_ore", + "weight": 45 }, { - "block": "gtceu:diorite_talc_ore", + "block": "gtceu:rhyolite_talc_ore", "weight": 15 } ] }, { "replace": [ - "ad_astra:moon_stone" + "tfc:rock/raw/andesite" ], "with": [ { - "block": "gtceu:moon_stone_saltpeter_ore", + "block": "gtceu:andesite_saltpeter_ore", "weight": 35 }, { @@ -50,15 +50,15 @@ "weight": 1 }, { - "block": "gtceu:moon_stone_soapstone_ore", + "block": "gtceu:andesite_soapstone_ore", "weight": 25 }, { - "block": "gtceu:moon_stone_electrotine_ore", - "weight": 25 + "block": "gtceu:andesite_electrotine_ore", + "weight": 45 }, { - "block": "gtceu:moon_stone_talc_ore", + "block": "gtceu:andesite_talc_ore", "weight": 15 } ] @@ -82,13 +82,40 @@ }, { "block": "gtceu:moon_deepslate_electrotine_ore", - "weight": 25 + "weight": 45 }, { "block": "gtceu:moon_deepslate_talc_ore", "weight": 15 } ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_saltpeter_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_soapstone_ore", + "weight": 25 + }, + { + "block": "gtceu:dacite_electrotine_ore", + "weight": 45 + }, + { + "block": "gtceu:dacite_talc_ore", + "weight": 15 + } + ] } ], "indicator": { @@ -107,7 +134,7 @@ }, { "block": "gtceu:electrotine_indicator", - "weight": 25 + "weight": 45 }, { "block": "gtceu:talc_indicator", diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sapphire.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sapphire.json index 7077d8f13..137fc6888 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sapphire.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sapphire.json @@ -6,8 +6,8 @@ "size": 28, "rarity": 280, "density": 0.35, - "min_y": -64, - "max_y": 26, + "min_y": 0, + "max_y": 100, "random_name": "moon_sapphire", "blocks": [ { @@ -35,6 +35,10 @@ { "block": "gtceu:basalt_green_sapphire_ore", "weight": 15 + }, + { + "block": "gtceu:basalt_olivine_ore", + "weight": 2 } ] }, @@ -62,6 +66,10 @@ { "block": "gtceu:moon_deepslate_green_sapphire_ore", "weight": 15 + }, + { + "block": "gtceu:moon_deepslate_olivine_ore", + "weight": 2 } ] } @@ -87,6 +95,10 @@ { "block": "gtceu:green_sapphire_bud_indicator", "weight": 15 + }, + { + "block": "gtceu:olivine_bud_indicator", + "weight": 2 } ] } diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_scheelite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_scheelite.json index d1f40ad75..ce788bc01 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_scheelite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_scheelite.json @@ -3,19 +3,19 @@ "type": "tfc:cluster_vein", "config": { "size": 20, - "rarity": 250, + "rarity": 200, "density": 0.35, - "min_y": -64, - "max_y": 0, + "min_y": 0, + "max_y": 70, "random_name": "moon_scheelite", "blocks": [ { "replace": [ - "tfc:rock/raw/diorite" + "tfc:rock/raw/rhyolite" ], "with": [ { - "block": "gtceu:diorite_scheelite_ore", + "block": "gtceu:rhyolite_scheelite_ore", "weight": 40 }, { @@ -23,7 +23,7 @@ "weight": 1 }, { - "block": "gtceu:diorite_tungstate_ore", + "block": "gtceu:rhyolite_tungstate_ore", "weight": 50 }, { @@ -31,7 +31,34 @@ "weight": 2 }, { - "block": "gtceu:diorite_lithium_ore", + "block": "gtceu:rhyolite_lithium_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "ad_astra:glacio_stone" + ], + "with": [ + { + "block": "gtceu:glacio_stone_scheelite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 1 + }, + { + "block": "gtceu:glacio_stone_tungstate_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 2 + }, + { + "block": "gtceu:glacio_stone_lithium_ore", "weight": 10 } ] @@ -62,60 +89,6 @@ "weight": 10 } ] - }, - { - "replace": [ - "ad_astra:moon_stone" - ], - "with": [ - { - "block": "gtceu:moon_stone_scheelite_ore", - "weight": 40 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 1 - }, - { - "block": "gtceu:moon_stone_tungstate_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 2 - }, - { - "block": "gtceu:moon_stone_lithium_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "ad_astra:moon_deepslate" - ], - "with": [ - { - "block": "gtceu:moon_deepslate_scheelite_ore", - "weight": 40 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 1 - }, - { - "block": "gtceu:moon_deepslate_tungstate_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 2 - }, - { - "block": "gtceu:moon_deepslate_lithium_ore", - "weight": 10 - } - ] } ], "indicator": { diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sheldonite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sheldonite.json index 90003bff6..de8075c4e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sheldonite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sheldonite.json @@ -3,66 +3,12 @@ "type": "tfc:cluster_vein", "config": { "size": 30, - "rarity": 250, + "rarity": 260, "density": 0.3, - "min_y": -64, - "max_y": 0, + "min_y": 0, + "max_y": 70, "random_name": "moon_sheldonite", "blocks": [ - { - "replace": [ - "ad_astra:moon_stone" - ], - "with": [ - { - "block": "gtceu:moon_stone_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:moon_stone_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:moon_stone_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:moon_stone_palladium_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "ad_astra:moon_deepslate" - ], - "with": [ - { - "block": "gtceu:moon_deepslate_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:moon_deepslate_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:moon_deepslate_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:moon_deepslate_palladium_ore", - "weight": 15 - } - ] - }, { "replace": [ "minecraft:basalt", @@ -83,11 +29,65 @@ }, { "block": "gtceu:basalt_platinum_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_nickel_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_cooperite_ore", "weight": 25 }, { - "block": "gtceu:basalt_palladium_ore", + "block": "gtceu:andesite_platinum_ore", "weight": 15 + }, + { + "block": "gtceu:andesite_nickel_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "ad_astra:glacio_stone" + ], + "with": [ + { + "block": "gtceu:glacio_stone_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:glacio_stone_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:glacio_stone_platinum_ore", + "weight": 15 + }, + { + "block": "gtceu:glacio_stone_nickel_ore", + "weight": 25 } ] } @@ -108,11 +108,11 @@ }, { "block": "gtceu:platinum_indicator", - "weight": 25 + "weight": 15 }, { - "block": "gtceu:palladium_indicator", - "weight": 15 + "block": "tfc:ore/small_garnierite", + "weight": 25 } ] } diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_silver.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_silver.json index f52fccab3..bba7e7f01 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_silver.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_silver.json @@ -5,7 +5,7 @@ "size": 30, "rarity": 210, "density": 0.4, - "min_y": -32, + "min_y": 20, "max_y": 75, "random_name": "moon_silver", "blocks": [ @@ -29,6 +29,10 @@ { "block": "gtceu:moon_stone_lead_ore", "weight": 25 + }, + { + "block": "gtceu:moon_stone_olivine_ore", + "weight": 5 } ] }, @@ -52,6 +56,91 @@ { "block": "gtceu:moon_deepslate_lead_ore", "weight": 25 + }, + { + "block": "gtceu:moon_deepslate_olivine_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_galena_ore", + "weight": 30 + }, + { + "block": "gtceu:rhyolite_silver_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_silver_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_lead_ore", + "weight": 25 + }, + { + "block": "gtceu:rhyolite_olivine_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_galena_ore", + "weight": 30 + }, + { + "block": "gtceu:diorite_silver_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_silver_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_lead_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_olivine_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_galena_ore", + "weight": 30 + }, + { + "block": "gtceu:dacite_silver_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_silver_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_lead_ore", + "weight": 25 + }, + { + "block": "gtceu:dacite_olivine_ore", + "weight": 5 } ] } @@ -73,6 +162,10 @@ { "block": "gtceu:lead_indicator", "weight": 25 + }, + { + "block": "gtceu:olivine_bud_indicator", + "weight": 5 } ] } diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_topaz.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_topaz.json new file mode 100644 index 000000000..0566930a9 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_topaz.json @@ -0,0 +1,355 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 7, + "size": 64, + "rarity": 210, + "density": 0.3, + "min_y": 0, + "max_y": 120, + "random_name": "moon_topaz", + "blocks": [ + { + "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": [ + "ad_astra:moon_deepslate" + ], + "with": [ + { + "block": "gtceu:moon_deepslate_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:moon_deepslate_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:moon_deepslate_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:moon_deepslate_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "ad_astra:moon_stone" + ], + "with": [ + { + "block": "gtceu:moon_stone_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:moon_stone_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:moon_stone_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:moon_stone_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "ad_astra:glacio_stone" + ], + "with": [ + { + "block": "gtceu:glacio_stone_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:glacio_stone_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:glacio_stone_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:glacio_stone_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_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/nether/vein/nether_bauxite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_bauxite.json deleted file mode 100644 index d296d1750..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_bauxite.json +++ /dev/null @@ -1,166 +0,0 @@ -{ - "__credits__": "This vein 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 26a43e8ce..25cd317b0 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 @@ -44,7 +44,11 @@ }, { "block": "gtceu:deepslate_thorium_ore", - "weight": 15 + "weight": 1 + }, + { + "block": "gtceu:deepslate_rock_salt_ore", + "weight": 20 } ] }, @@ -72,7 +76,11 @@ }, { "block": "gtceu:pyroxenite_thorium_ore", - "weight": 15 + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_rock_salt_ore", + "weight": 20 } ] }, @@ -100,7 +108,11 @@ }, { "block": "gtceu:basalt_thorium_ore", - "weight": 15 + "weight": 1 + }, + { + "block": "gtceu:basalt_rock_salt_ore", + "weight": 20 } ] }, @@ -127,7 +139,11 @@ }, { "block": "gtceu:dripstone_thorium_ore", - "weight": 15 + "weight": 1 + }, + { + "block": "gtceu:dripstone_rock_salt_ore", + "weight": 20 } ] } @@ -148,7 +164,11 @@ }, { "block": "gtceu:thorium_indicator", - "weight": 15 + "weight": 1 + }, + { + "block": "gtceu:rock_salt_indicator", + "weight": 20 } ] } 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 1d8e11e84..c861ad577 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 @@ -16,7 +16,7 @@ "with": [ { "block": "gtceu:gabbro_garnierite_ore", - "weight": 30 + "weight": 25 }, { "block": "gtceu:raw_garnierite_block", @@ -24,7 +24,7 @@ }, { "block": "gtceu:gabbro_nickel_ore", - "weight": 10 + "weight": 20 }, { "block": "gtceu:gabbro_cobaltite_ore", @@ -55,7 +55,7 @@ "with": [ { "block": "gtceu:diorite_garnierite_ore", - "weight": 30 + "weight": 25 }, { "block": "gtceu:raw_garnierite_block", @@ -63,7 +63,7 @@ }, { "block": "gtceu:diorite_nickel_ore", - "weight": 10 + "weight": 20 }, { "block": "gtceu:diorite_cobaltite_ore", @@ -95,7 +95,7 @@ "with": [ { "block": "gtceu:pyroxenite_garnierite_ore", - "weight": 30 + "weight": 25 }, { "block": "gtceu:raw_garnierite_block", @@ -103,7 +103,7 @@ }, { "block": "gtceu:pyroxenite_nickel_ore", - "weight": 10 + "weight": 20 }, { "block": "gtceu:pyroxenite_cobaltite_ore", @@ -136,11 +136,11 @@ "blocks": [ { "block": "tfc:ore/small_garnierite", - "weight": 30 + "weight": 25 }, { "block": "tfc:ore/small_garnierite", - "weight": 10 + "weight": 20 }, { "block": "gtceu:cobaltite_indicator", 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 80eda2ddd..0f02e4e67 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 @@ -22,7 +22,7 @@ "with": [ { "block": "gtceu:deepslate_magnetite_ore", - "weight": 5 + "weight": 10 }, { "block": "gtceu:deepslate_vanadium_magnetite_ore", @@ -34,11 +34,7 @@ }, { "block": "gtceu:deepslate_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 2 + "weight": 5 }, { "block": "gtceu:deepslate_gold_ore", @@ -62,7 +58,7 @@ "with": [ { "block": "gtceu:pyroxenite_magnetite_ore", - "weight": 5 + "weight": 10 }, { "block": "gtceu:pyroxenite_vanadium_magnetite_ore", @@ -74,11 +70,7 @@ }, { "block": "gtceu:pyroxenite_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 2 + "weight": 5 }, { "block": "gtceu:pyroxenite_gold_ore", @@ -102,7 +94,7 @@ "with": [ { "block": "gtceu:basalt_magnetite_ore", - "weight": 5 + "weight": 10 }, { "block": "gtceu:basalt_vanadium_magnetite_ore", @@ -114,11 +106,7 @@ }, { "block": "gtceu:basalt_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 2 + "weight": 5 }, { "block": "gtceu:basalt_gold_ore", @@ -141,7 +129,7 @@ "with": [ { "block": "gtceu:dripstone_magnetite_ore", - "weight": 5 + "weight": 10 }, { "block": "gtceu:dripstone_vanadium_magnetite_ore", @@ -153,11 +141,7 @@ }, { "block": "gtceu:dripstone_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 2 + "weight": 5 }, { "block": "gtceu:dripstone_gold_ore", @@ -182,7 +166,7 @@ "blocks": [ { "block": "tfc:ore/small_magnetite", - "weight": 5 + "weight": 10 }, { "block": "gtceu:vanadium_magnetite_indicator", @@ -190,7 +174,7 @@ }, { "block": "firmalife:ore/small_chromite", - "weight": 60 + "weight": 5 }, { "block": "tfc:ore/small_native_gold", 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 9b2eb3b28..b1122ee7d 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 @@ -3,7 +3,7 @@ "type": "tfc:cluster_vein", "config": { "size": 45, - "rarity": 195, + "rarity": 225, "density": 0.4, "min_y": 32, "max_y": 128, 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 4cd20165a..0f7bbbf90 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 @@ -30,14 +30,6 @@ "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 @@ -69,14 +61,6 @@ "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 @@ -108,14 +92,6 @@ "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 @@ -147,14 +123,6 @@ "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 @@ -186,14 +154,6 @@ "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 @@ -226,14 +186,6 @@ "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 @@ -259,10 +211,6 @@ "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/nether/vein/nether_molybdenum.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_molybdenum.json index bbc615c42..0612a7035 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 @@ -31,11 +31,11 @@ "weight": 1 }, { - "block": "gtceu:gneiss_molybdenum_ore", - "weight": 15 + "block": "gtceu:gneiss_powellite_ore", + "weight": 10 }, { - "block": "gtceu:gneiss_powellite_ore", + "block": "gtceu:gneiss_nickel_ore", "weight": 15 } ] @@ -62,11 +62,11 @@ "weight": 1 }, { - "block": "gtceu:schist_molybdenum_ore", - "weight": 15 + "block": "gtceu:schist_powellite_ore", + "weight": 10 }, { - "block": "gtceu:schist_powellite_ore", + "block": "gtceu:schist_nickel_ore", "weight": 15 } ] @@ -93,11 +93,11 @@ "weight": 1 }, { - "block": "gtceu:granite_molybdenum_ore", - "weight": 15 + "block": "gtceu:granite_powellite_ore", + "weight": 10 }, { - "block": "gtceu:granite_powellite_ore", + "block": "gtceu:granite_nickel_ore", "weight": 15 } ] @@ -124,11 +124,11 @@ "weight": 1 }, { - "block": "gtceu:diorite_molybdenum_ore", - "weight": 15 + "block": "gtceu:diorite_powellite_ore", + "weight": 10 }, { - "block": "gtceu:diorite_powellite_ore", + "block": "gtceu:diorite_nickel_ore", "weight": 15 } ] @@ -155,11 +155,11 @@ "weight": 1 }, { - "block": "gtceu:gabbro_molybdenum_ore", - "weight": 15 + "block": "gtceu:gabbro_powellite_ore", + "weight": 10 }, { - "block": "gtceu:gabbro_powellite_ore", + "block": "gtceu:gabbro_nickel_ore", "weight": 15 } ] @@ -187,11 +187,11 @@ "weight": 1 }, { - "block": "gtceu:pyroxenite_molybdenum_ore", - "weight": 15 + "block": "gtceu:pyroxenite_powellite_ore", + "weight": 10 }, { - "block": "gtceu:pyroxenite_powellite_ore", + "block": "gtceu:pyroxenite_nickel_ore", "weight": 15 } ] @@ -212,11 +212,11 @@ "weight": 30 }, { - "block": "gtceu:molybdenum_indicator", - "weight": 15 + "block": "gtceu:powellite_indicator", + "weight": 10 }, { - "block": "gtceu:powellite_indicator", + "block": "tfc:ore/small_garnierite", "weight": 15 } ] 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 8c7060843..91b48c9b1 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 @@ -3,7 +3,7 @@ "type": "tfc:cluster_vein", "config": { "size": 45, - "rarity": 185, + "rarity": 245, "density": 0.35, "min_y": 24, "max_y": 128, 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 0913d43fd..5480ee655 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 @@ -38,15 +38,15 @@ }, { "block": "gtceu:deepslate_platinum_ore", - "weight": 25 + "weight": 5 }, { "block": "gtceu:raw_platinum_block", "weight": 1 }, { - "block": "gtceu:deepslate_palladium_ore", - "weight": 15 + "block": "gtceu:deepslate_nickel_ore", + "weight": 20 } ] }, @@ -74,15 +74,15 @@ }, { "block": "gtceu:pyroxenite_platinum_ore", - "weight": 25 + "weight": 5 }, { "block": "gtceu:raw_platinum_block", "weight": 1 }, { - "block": "gtceu:pyroxenite_palladium_ore", - "weight": 15 + "block": "gtceu:pyroxenite_nickel_ore", + "weight": 20 } ] }, @@ -110,15 +110,15 @@ }, { "block": "gtceu:basalt_platinum_ore", - "weight": 25 + "weight": 5 }, { "block": "gtceu:raw_platinum_block", "weight": 1 }, { - "block": "gtceu:basalt_palladium_ore", - "weight": 15 + "block": "gtceu:basalt_nickel_ore", + "weight": 20 } ] }, @@ -145,15 +145,15 @@ }, { "block": "gtceu:dripstone_platinum_ore", - "weight": 25 + "weight": 5 }, { "block": "gtceu:raw_platinum_block", "weight": 1 }, { - "block": "gtceu:dripstone_palladium_ore", - "weight": 15 + "block": "gtceu:dripstone_nickel_ore", + "weight": 20 } ] } @@ -174,11 +174,11 @@ }, { "block": "gtceu:platinum_indicator", - "weight": 25 + "weight": 5 }, { - "block": "gtceu:palladium_indicator", - "weight": 15 + "block": "tfc:ore/small_garnierite", + "weight": 20 } ] } diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_diopside.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_diopside.json deleted file mode 100644 index 8c896a00f..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_diopside.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__credits__": "This vein was automatically generated by OresToFieldGuide.", - "feature": "tfg:moon/vein/moon_diopside", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_enstatite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_enstatite.json deleted file mode 100644 index e21a459ef..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_enstatite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__credits__": "This vein was automatically generated by OresToFieldGuide.", - "feature": "tfg:moon/vein/moon_enstatite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_fayalite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_fayalite.json deleted file mode 100644 index 5619cbe5c..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_fayalite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__credits__": "This vein was automatically generated by OresToFieldGuide.", - "feature": "tfg:moon/vein/moon_fayalite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_plutonium.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_plutonium.json deleted file mode 100644 index c297c96cf..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_plutonium.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__credits__": "This vein was automatically generated by OresToFieldGuide.", - "feature": "tfg:moon/vein/moon_plutonium", - "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/moon/vein/moon_pyrolusite.json similarity index 68% rename from kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bauxite.json rename to kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_pyrolusite.json index 291490b92..f93a2c71b 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bauxite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_pyrolusite.json @@ -1,5 +1,5 @@ { "__credits__": "This vein was automatically generated by OresToFieldGuide.", - "feature": "tfg:earth/vein/normal_bauxite", + "feature": "tfg:moon/vein/moon_pyrolusite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_olivine.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_topaz.json similarity index 69% rename from kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_olivine.json rename to kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_topaz.json index 24bcabd8c..ee4a57ae9 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_olivine.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_topaz.json @@ -1,5 +1,5 @@ { "__credits__": "This vein was automatically generated by OresToFieldGuide.", - "feature": "tfg:moon/vein/moon_olivine", + "feature": "tfg:moon/vein/moon_topaz", "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 deleted file mode 100644 index d0402daf0..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_bauxite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__credits__": "This vein was automatically generated by OresToFieldGuide.", - "feature": "tfg:nether/vein/nether_bauxite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/startup_scripts/ad_astra/constants.js b/kubejs/startup_scripts/ad_astra/constants.js index 3fc5a94d9..24849280d 100644 --- a/kubejs/startup_scripts/ad_astra/constants.js +++ b/kubejs/startup_scripts/ad_astra/constants.js @@ -47,7 +47,12 @@ global.AD_ASTRA_DISABLED_ITEMS = 'ad_astra:raw_ostrum_block', 'ad_astra:raw_calorite_block', 'ad_astra:glacio_globe', - + 'ad_astra:moon_desh_ore', + 'ad_astra:deepslate_desh_ore', + 'ad_astra:mars_ostrum_ore', + 'ad_astra:deepslate_ostrum_ore', + 'ad_astra:venus_calorite_ore', + 'ad_astra:deepslate_calorite_ore', // Disabled until IV planets From 12fe8bf70dd1871e44464c5ec563a31c525d1145 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 00:37:14 +0100 Subject: [PATCH 02/10] moonbase structure legs (I hate jigsaws!) --- .../connector/moonbase_connector1.nbt | Bin 609 -> 927 bytes .../connector/moonbase_connector2.nbt | Bin 718 -> 1030 bytes .../connector/moonbase_connector3.nbt | Bin 1207 -> 1514 bytes .../connector/moonbase_connector4.nbt | Bin 593 -> 911 bytes .../connector/moonbase_connector5.nbt | Bin 1148 -> 1448 bytes .../connector/moonbase_connector6.nbt | Bin 661 -> 975 bytes .../moon/moonbase/end/moonbase_dish.nbt | Bin 1341 -> 1616 bytes .../moon/moonbase/end/moonbase_launch_pad.nbt | Bin 1281 -> 1390 bytes .../moon/moonbase/end/moonbase_solar.nbt | Bin 1074 -> 1360 bytes .../moon/moonbase/hub/moonbase_beds.nbt | Bin 1144 -> 1562 bytes .../moon/moonbase/hub/moonbase_farm1.nbt | Bin 1217 -> 1561 bytes .../moon/moonbase/hub/moonbase_large_hub1.nbt | Bin 3129 -> 3675 bytes .../moon/moonbase/hub/moonbase_large_hub2.nbt | Bin 2576 -> 3271 bytes .../moon/moonbase/hub/moonbase_library.nbt | Bin 2703 -> 2989 bytes .../moon/moonbase/hub/moonbase_pantry.nbt | Bin 1751 -> 2118 bytes .../moon/moonbase/hub/moonbase_small_hub1.nbt | Bin 1624 -> 1986 bytes .../moon/moonbase/hub/moonbase_small_hub2.nbt | Bin 797 -> 1163 bytes .../moon/moonbase/hub/moonbase_small_hub3.nbt | Bin 1567 -> 1937 bytes .../moon/moonbase/hub/moonbase_small_hub4.nbt | Bin 874 -> 1231 bytes .../moon/moonbase/hub/moonbase_workshop.nbt | Bin 2313 -> 2839 bytes .../moon/moonbase_connectors.json | 8 ++++---- 21 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector1.nbt b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector1.nbt index bd086e73418b40b990e7970ec8cb9f85249671f2..b6b0f124cff73e9b23ac402f9104209d05831b0b 100644 GIT binary patch literal 927 zcmb2|=3oGW|95Bl2j6yMa1Z}|zl@_%ZSJ`*x2oUA+&*b|Ie7iNt&uTHoj!TY4*13U z>*%kYi&}5U=G^>!E7>+#;)DNtTS;Y!8Qg}#RV)7YcyUa8zxm_8vOTkBZdko6`oGA9SnbJm+!u-&tGr~mEpC35 z`m%=&jd>O?h|!eBJxe!Z+k%@- zY3#FPGs+g+Y)oUHWt;JB!OiA0{#k!RHrwoLigvPA(=X5F%JI5>W|BA4 z^f^UyZ%kQtKD_mM8`D`X6YUFY95yqZl`_e`u-LJG-Yd%o5)X`m^(t%rYTBL`+o4ln z`Jm{))Bi`Gx%OMtt&Nkf^Yzd9GP9RShSfrCkDi568p3gPs z?z5QBdBMNzba!e!Sk>UoG@V6{Glpx2NP*^qO9z%VdNWUF)MJie+o4ks`C!w5rwykW zr!(vE$H?vYGv&0;|20#J7v2i}bZFUy{3N0Gm+n4$w(s>V`OmXMB_4g+?ys$X=J>k2 z$scO3nwXtZ&%5@pIHqlvJY(*T{zt!) z5A4c5Ui#|S&KY~(A6qm3P??0k_qFYh&e|{O|C+|ZuV43j!{zX;{|`r=Yq{N~woK&n z{d0FY{!KWTfB3Bt&q{vt()(La=i0XQANi?YyS=w|)nkd3hvmO2tUCUu#YXjWAKR$eV-#?k)J+WqYckS-iH2M9t{P>0+U;H2bO?uRM z)4r@^75m5Tb?cL@?e>>m=lU+tzU9vr(f=PmNbHld6R!J{GuPbzKDU=n9iQeOso#qH SM~}uo;{LaB{+(}f3=9C;ZPh*i literal 609 zcmb2|=3oGW|97wZ=U+CEVEbVHPh4GC$VtlS(W$xB>lOMsgoT!$$i4e$;<1U3*Gk=Q z$oDmxwk|vPd86{wTdTf4{{H=zXYf)LEsv6S%b&WK*mNH+kDL&7t?uh$?ce_QEl%pq z%6O@GDEfY{@G15x{1u;>{&&OY zVpD6|W#UFk6CXOr@?8;hkY&6wF<7#$PWH54|It<+{}iJI=Vl~2sHGYnNNPCB(9JBy zuEQ6>w1Fjo^T4DARYq^7X-qn-5nLOJAja}WNUd;gFD|s3{HpTInZJI|*YIpGf@oy~ zYn1_O6@qAG0c#aWc-kA{S0||EZ2JT^2ed4Uar3Nf5WM! zPuH%Pxmn*4Tea`Q^MxOFC&cVE|9&?~`b_QCmA-45c5lA8ZuLL4OYd_`OnYBuZ(ipk z-W<8(!R%FUFR!~P*LHsn|LykZi_S?&o$VVpFZ0&g&vO5kz+BmHr`XeH*DaruuW|pj wUf6cszmH3@<(7*t`JI1vLZ!uO%h+0zi#1ypN;iFZB>tD}&bHz!Is6O^05&uxEdT%j diff --git a/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector2.nbt b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector2.nbt index 85fcd42ce78114fece8be67e8ab34cc3624a3360..9f031c49dcfdee0cd039e0f2a36317f785cccccb 100644 GIT binary patch literal 1030 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 literal 1207 zcmb2|=3oGW|4(Q7=ifGyI2J$gS9&^QTZ*jJmkp=&tlz%NZjCTzoEA1y?$9cr`O}4MlwI#-Oo+q9Q^3G3GWf4=}Aklb~L&q}O-1m8cy3d?xiA$4n5%(RjM0wC6{g;+e%x&m4`XS6(=? zcCMrG^yLaqBuzLEruT&kMW{B0wngOZnl`zkP0++<$-~QWy+2b7V&WgovYbEX!DQhY zt|ouS51P()FTY5gJ6C(@WzA8Oo&^tCe7!C_F^E|#e_e#dSMt(^mp=-e?2p4_Qj)*z zP`h^CaDLMQP3KuTR&C37_Gka-X*;;#+2dK3V#*sTIz(Uml;{?Y&}^J41R?~F87Ob~ zG{N64Hl8!^a5~6!7Yv%x`i^qwxFr}ebqhz#Iq--j%qw9jOPJe-lk*-JPq$RxP{gFI zzJZHrwE~Dx+2Ga0-%~4g{Y$?uPwZY({eyr$)V7sr~G14)Wug4d2*%j`MISy~8k3E0h& z2i2>a{B!0Wi?D2*Dhx4!6=FhYTSV%Q$SJyw=GpO1?^@R`Z4a*tU;pixN&Of5Yllw0 z+7>;1!d~-L9|NKmZ;i-~bh;(A_~G*f_ofzX4DP*fwX=R}c<-Hvjh|Qd?wC9^K#W&v zaRqM0V-#vV-CH`=^P2H+VhmWRbr%JWo z*PlKi_srZaEB58EimjOS>sUte|Kt4as~=Zq?A%*fAf}^GzuJ1M?Y;$mLMNtHU(cND zpppO9d{gw>s@kio!t74$=CSA8`zJEdc=Mt8)nQDPKYi}Ketxc6ux|f^d7sn*O5Tc1 zjn+}P+p+hc=Qs8*J8nhJdHwd~eBITL*FQ}UpR(um?+5A|*S35PTQkL!chSc48yKh6 zM_%@NJ@v>uucP*-9E&U#O^?`@k=1(k#{0;Xv*vD;-pM=l>o3QK%YIL%PMfjw+B3Q1 zg3q*4@B1$OvwNjU?arzH1nR!C==GsMn7f%f_tdc%8iL-MEa{%+UK)Jy%Y8ncn8>*Qoh(A?g0S#G;=2)90HW z`xU+Aa4qLiH?3Nk&x{6@mn=T-GzjyY^WmQv_tCv2`(EABU;e*p*F>(n3;SPvv)Jxy zAAGp>>z%Wn-R5N>4<{_USN17-vPa>xC({F#Tjr`s`e`f2OTRxWm;1iZYOPsmuk4(+ zEoD1QjM7cY-Ww|RJ$?AXSk6}d_G_`XuDy2aisbo@TS^^Go;`nG#k~XPO8oivGzcA! j{hHWU|NH^-?fHkg_b)B|8*ADcmGO( diff --git a/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector4.nbt b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector4.nbt index 765f6b416fb464d0a831302b776907d4ee647f97..526e4b00f0b26f09aa02ae2be6fa1665cac26c9c 100644 GIT binary patch literal 911 zcmb2|=3oGW|95Bl=HE7BXw$5_oj1!Yx1DkKyM5K`q|0=wZiOz8Jr=y&qiu=V>3;|R zU8%c$MCDUJwCMb|7R+4}Up)P7v&5CN;F{B#mUpY|7YR8nNj8WATHAPD3arg@4ey7W3}90`zcT&U!vIz+^qT2M3`|t$ z#~v1_sL+oXrui}bb6;!jJG12a>dW)ir*KV}sIb@}?c`2|bHQmRD^KZIiXYg?a8Ag= z`+-j5W|nh87TOQiG;C%%#|2_EZe}|tWs&`0P2*<9b8HsU4{{ndGoBN(h<=dMxS92w zn1%I&Hw~Ma&+&m6jhore$yroCc=LSD)1S6~O503Rr&V=5_hB?DQdD+y``hjFPHyV# z>1>}bH7tD|VO;(5>&vgo&yBt9g3~fXQs`@J{rg!!&Gt^V(7?A0T&;(6__V}Hn; z4k%4_6n?kp$GbfV*UgfvGIno`_%D&Cn-p@PC{Lxi=U-{Lw^6&On+`9eK`r7}* zY1$9@7WN$$xLkfXPp58v*ZsEHMqix8*R5Wcd&=3gtH1X(e{6Nf-GHNkLGAZf$BFP~ zI?i+3Yb_btzA)?C@yqwi7p{7L*tvf1`$Nu^*7Njszbck_Sg2(fBrD_!{hkXQ!4Lpd*#$| YIsZ^CtL5tIwm*7*MSc0aYqAUs00VctOaK4? literal 593 zcmb2|=3oGW|97vS?z?Ot!uCKozDQb8afzcx&dts5#f}IaY|AaVwd<&}l>4^yRS$V9 zvL{`dve5Ig{Irm))n@hQ%HJI63=$Gu()2e^MeytUM?cnbdrjXOUCW*N{q<%QStWPp z_Kuubi86_}rg67xwv@r!H!@wacGk<& z*Cxz-oqpoX*?v3E>%V8dwq&i6Gb*;_pSg41<;f*G=kvT!XI{gzq3FP=tQe|p2ncV7{RnbCBgH+q=uyo z-i*_jba*4AHkc$VZJ5dw#uXu%klHYnF^q4WEMwZUUy?@GuRSo;W?aLvfhB?SfKY=f zqc_tu79G|It_>mynFlU4EM?SYT_ds~=)frkZMbtxYx{*&Po_y0dnx~3+gT!Qe*5UT zozHUrZ+w!lYW?@qbH2>o?7QU7?p@DPbBlu37Mt#!bEbVxp4qmCyM8_0f8*w{H8%N= zl8*8(OM1PViT6FvUODlIoy)x4pL=WB?O3Af7j{;1_gjtKbQcJrMcQuk?{sa@3N^HV=xGr8*%c|Bm8 xxnkIN-M^3Dwe{~7pHlw+mR+&MYSp`Yo}Y;C;jf)A@9%>7cMH~S^WkG)002Lu8~gwO diff --git a/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector5.nbt b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector5.nbt index c41d6130f31b1d152dd3dbf7a25b2df443bb123d..e8902750b75297cf823ecfb57be4cc2c0dbe482c 100644 GIT binary patch literal 1448 zcmb2|=3oGW|4(Om=ij!FaJB!addu(EiNzTgkLIM=|IRUfv1!KD9Nt^YM7M6r@F+5R zXFntUuHxGhjk-7YoLuJM)*!61Z`bpHDH^IDCS*7)I#(az=kn0>!+QRIs_aYDT4&d- zZ+Gc@qVoEf$uu*;eI=#4nHQIJryuF;VX6|jARNK@U^0W3kN&2WB##V=549*vv48^??pUI;VyAfk>uvLIu+rHZ#o;eXxchoz+77fFE>(C-RGsn+il&AmRAWa zSbo+(p}6ZPgBWuJPeNhCQARQL2&M$i233Y>ED=Hpo()SGrZGiuB`jsoW{uE1aEZa2 z**0-^&zCJTgU{uvmCZdC!Fj+7qT3LnTP9)a_h2TYjoFsZK(5}Pa$pjJH=_>ghAYMq zk6hGPYrrYP1Z>or4Y95fxoX?gVqC%IgfVT9IFQ89&8Wk-!Q#Lp25$x(#tkeW1DJF; zH;5bvV(?~MBLZ=ZR6=IM(%%ug{@1gbsKoh6`7K_l?QNY~6n<@Cy+_fjcezh5Klh$I z-8U|6`?`Xw{`(7e-Ka@AelG9(w?&LA^^a=JZ|(mSFloZ6*Xvg=@~}z!a5Qx0UenXJ zxHr|fz2B6U6>k1{g1r9crFVCi^ZuIu{pPjs$yq(?vtR6*nQqSg{FMEn>76Uz{>U@E zsIuQu-*;D$Yoc1~Rh4PyM87OFkI$Am`}vZ{W8MEr6MrX$rro>ab9S%n>^+}YmqteX zx}#fRQ?l-r^wZ$W+ig~#Wp+(_`sm1-nqOBp8@;KYRFk^d=+(N{5A(w|%BDKK%(DD^ zQc`}>j9IOph0flRU)f#xG&b!v|K__n`*`J}YoBC)*kiPLivw)61`=U#_TMvcBH$=>Igoqp#;)4*ah9(zLh4;pHWfZJ9YcoagTM zS$p^OuY~o7T6RBq_x8T_WO4qq*!w9{Bm1BKds{g5esukpWA`rU<|KE;{z~3{CXa2i zcg;QjGrl{Xt~vgD;pxoOzw_QQp5O|;{-r7LUxifK`LhMz@8#c~y+bq1ZpwPGe;v~k zSG=|TyP)RFgS)E^rOur1VrlOB_IzJpuJ->W56izk7VzD=$^Xr{x1Tp$2;KQL-Lrye z;g^Hg&Q@%#dHL>|%$t8J-_KdaeO>bUH>m*O>n3@HDKj>ewc7ieGk-a+|JwKbyV$48 zjpx{GDhVxK{<7%hYu{(puL}Rx#y+_jyP5mF-;1~Ub!!XWhMgCeoAB+pEx*xh^}PQK czm{j7xxa1I;gAbI_kWS^-|MyKggyfU09ksvzyJUM literal 1148 zcmb2|=3oGW|4(O}?YnIz(yIB-W79ImF3(_<6H2q+?fzcYrPI7_muSZ9YX%El8<(WN z+T(bCLH_Nyn+w&pnOvEh!{ozL!PDP&u3S%F_0lSiNP%}>(~oi}{;g)rzqnsqC0=s( zzbD#1zUeC;VwV)L^omHYwNc!sG4uL{^`s{Qu*I>Y};3J0(628||HL7iVLV*VL& z$6geMU0L$U#dno>j>6gJo~h3|&IC?AC1bksObwVX2InU!oPGX~bH2<(^{k-EMQT$) z6qn1q6`rx;tWBXxuexS!-u2>#)ET|s|2o>#O?Vz2URHCXV%@o)1uk-p7oG%5+3ice zB+0A#G0tqg=TCzce&-(rEp9%UFLsofUGC0FSoZw<9DdgyPziqb9~>=e^DlK2J`;Xl z$SeQs@1AF8)aBosZ}Oh+ZlXD#=b^Bv$U@JJV83)F7_xLLM(`Yb#3AOs!JCpU=7c~MG*6j3h02%Q;v{1_=sbg!v>ZnRRNGGAfvPd)-WB^5?CX2P)l%4QCFys zy|#jA;#)0)qOIF>=dhIW}zT3KffAOo&p1sle zQ8<6UdG%gPyRtJzld}IO=KHYCI9mN$s#MvUpK;~A3G-)f2>bnX+x6>n-(9(RE7b4( z_m`Uao}UyB>P-kwyscAyZQK6u^(B)%hbs(L{5usoT09Ezb9AOrKo$+^c`` zYS{KmSJeM~^>dE&%R5}8`#wZ>D|2($JCRCjvmZt!*L*{NKKK%79(Ql@%ylW9>-PM- z7aQsGUS)n{_^OY!e}C-$8j|YPRlA+>XTCvU#%i+Z=9Yp2rM~tL^8$ox&aEcsAzWTHBL+#}BSe*pqTQLt@Rp*}=Q+ zMr{w9z4F;!JMMyCLF~CADS176+iyCZ)7m@h-&Fs3@k_6kEIq$}`JeWen)Ul^*B;xw z|UE6sgIv5yeB1@wfwz^NL2H}yDJrVJ70y1w>Io5 z?{AOq=U<(?#_{8~n2l5aJ}O*s-c|p)-@%z1ryTQmf6~0?X}ZxI(~WC*kKda+Ejja> z!lmD`J+Zg@U1H|ypIN`BXoD?-sLQj1Z?7_^ZFv?uFMDp-g z<#AiCwcehz=gomQvj>l}|G!KqDVApYXu$3N|Hr<@y?5S7)bsza9 YpTwW~xli=TQTr$LCiD2sH5C{b0Fb^bZU6uP diff --git a/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector6.nbt b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector6.nbt index 24cf201f9df2f93c887b968e73e25becaa9fcef0..bf652f001cf8c73a14bc5d31a1ecf936843f771d 100644 GIT binary patch literal 975 zcmb2|=3oGW|95Ad&AaW!z&8E2zUI05E~cH|?(JT$Tg6lLYHGyE>{d-*E*0VHwaxqD zbp~a z{;S4?$&VurRK7X;Jp;`0)MKvV0W0(oI1muv{mM<##s)}T| zElz%A`mzV4f9@j@fAg0gKTRo43~uOUk!Ce3KFgY6m-B2E|LmR5m`ubML^h>y&Qi^o z24b+z63qx(5ZRczmTX4Z zf}4$L?6Yh$zAd=foW?)vZ^&kw{q6g$-tOFR^6$QisXOhC)+wjO9G&v|kXrft^IttK z6yG=#D{pzV=HS%b?a!-3UIYf)ikt1Mu2=`P3~Vd&EZ!G}3y%AIol~H*!%pmr#eu^A zjgxoFKRb7tc{;nE{nMc5^S@u8*?T9S<;I!9D|k+y@hQX0 z@2~Fcy|J5XL!j|&rUE``PP1Y?&KRK`Dg~Mkf(|Tg@MfOQrpFt@wu7fY^1-G9sg0+Z zrZelY$MEg2DX2W)*>5g+F46dU&5b8^%PqqhV^|A3A51!++UU(Vok@>1ChE!iy;5H? zE-ZHJXS8MeB5@(vp`X=O>`TOjWXFEEF%Lck>skM;j?`<-y4EaS#&Oq-@6p|Y-Fx?C z-+p%dORDUzh`K*}z8$K`TAe1aFZ;FCn%6H{?`_T1-8cKr_qa8AtJSVNUHt!R?A0T_ z;(6__eSZj@4k%S#z*!!+$DTdsR$2^y?sk#x_*;grmv4A|{PLu$y%j(8Uj}b|d-(6< z@~+wYn(MgJcM9Z*zp~&l{5!i-{-C_jkK7%a&h{k_cfGo`>`rL%5099Cx3=!S!5b>0 zT>4}2E7y+`^iDhueDBw{>TrPR?Z>C>OBSwrf7rQx@7qJpmDc-W%C1hgI5K-vp84BY z8K>Hq`g*?Z`2WTS3P1jP`N(X^TRo&jQlkLR%empj$$cl4!K&kb7cCtY8@aK|t2Kg@!E???+PGB5xD1qJ6H literal 661 zcmb2|=3oGW|95Ac@4w_A(YF6wf7z*HM`o-syt%skeT=DGuloA449w@Etj?B{asFff zcYT}oWl_z`;r){s8trQ5m)qT%RN@#i>BXD!!<`uw)0US<2JKsQ_gD1x7xr&0PU^i# zc)|H_?dwN;A17Y4Ib4^%Dbr15M$VFTyEkcG7j0u+7b4I0rPC+NZldQ|b)%Jb=Zp8e z>+)IUpAuyJWO3#`|5ckAtlZVES{ki9mt=DGyJzV%hvz4j{5oNndQVlz($Zl5i6y^8 z9Q;0tTdpj1Rokk^x@A3p6>zUayKV;@#|O9|6jdl zmiG3mna=fJ7ej9SvRiPm+PQo>WA^ngB?WbkPu;IyuUdb5UA)+4>8hV|O7hF++Rc&G z{P{)nOMOJDr|ar$;U>vEc9Gf-%N2jDy}r%vMe_DLm9=ZOZRMM~yQ%zXOnvzK){Cho9S-&PfIV53#L+B1W^-4QpN#OCkK z?&ZJ6!(4iA)-w6!rM#l-ms?*gTv~tU?u*OsR9F6swl-MaefliB>=*IJyBU{=+rLnE MVEON~&XKZN+Z_Dg?zH`VYtivV%i}t?ZkaSQAf{=_ zVvYX`{_om7N#o|FsLx6pV%=F%oF5fDlPub)!pbZ0+W6*^_%#VVt>NeQ-}^cJm2qwC zj*G|B4n%xvPFR)coBda6f9r~v%ee<4w_h;)g zn!Tb5qPFHI=i8Uea$5atpIV}r4;VApgvjwe;oRERkj_!D!ba+ZaMoOgdBRYAuSGu0 zVS*}N&v0HFCd~6;4x^k_f8SHjcgI_ve$AW5o+PBu#%##cVVUB`P%K`2;?7YSBlQML z#xpVo#RtwX8nd5~G2lL+!?2m*3=@dKxS8dQkb(CB9mdT}XSfWs53FI>%ydS|Ap5`? z#?5SJqzslfShAkcOz>kYmNNeQ_veSRdAfrAg6v6?N_~nJgbA(w>cC^VJz#6anrS`9 zJD3fXrl}j{zj^xb_jApwyIE|wUc@q{iLMsixi9#4!0}Hj{ub_-?*9Jy&Ktd+-;Y1M z{WRW6jWOv-;|!J+QyI1jEf8bRDqIjIuG}!gS&p%S<$+*>JA)i&h02484em^GtQ8^; z0vp^J<#;Ph9$aj2XPzhWVM)XCZc7vOB_LNOTB@IkPLow3~%Y_YOHAFI`G0tEGF__XgXQ(DjYlvh@W1S(I5Y`aMn8rH8 zG~rr9B(ofEMbLrCO!M^GW>sqzbImwh6L)G3!!s5{ z02d<#FasihSr7rt1r1;usSisU)LCs}c}%|tJrgl#e>%ya-0;esYEQ5|dsWVGCcH~p zv2!{Jk$7Tpa%I)W8P2tt3&OZ&T#lIc@88dTHOJ%)0^_#ZE{hKK&pmxEtuoVn>&z|T zWno*p<$~p7;C(sc8^%ocj;M<6t$lK%U)Ivd`1$!`Wr071OM`w-F52@e^6Ax2_Y>w`ZT}GVeHEB69y&w9T@Y&us2JGPe)- zt+UoA@%FX0_?K}d%ev1#wOk)NGjwPDpAY@)&HJ;%Z|*vq`&jwx^F4_tmHsePZN2*R zT-d)wa;r*K*WWYQl~edAJiYYa$!*_%{oy(^UH9Q%yTsb~kD`_K`JbEES915;G~`~Z z-5$IBOz5xLDOdCMBukvL-K%$}LrSu+-WR91_X%B?$7b>`k)cJ^J~zjeFMeqDb?q%}I_VOzPn=ZYJezv{}T^~!e}Upsx=u2fFW zGxfxt&WYFVR4$h)zkM$!yzlOwFUx&urLRq0cW=$@P5b(JUv%oa@80xc-tKF_@~MBcCQj(zR*I-Q?vhdOqBJO6m=f0oQu z*LP{{Haz-7Z`lX+|5g64jvBpv_O@!nnvNrJH(m$-NUF~LE0Udk`?RpxMwp>ucKi7vPP=f743Rr2f- zU=2eWtATcdCF_jf220k8paym33ZsVQmycY#CsE91u=#CzjBs?dYs=2dN3O*QCi*cv zYdJd8+BfHIuc11FF+0MZNCqT(7!me_A=$H>p_t2HImkOH4E}5%N@m@-C7pbZA??_% zbeTfmoVQa2pZN(#SEsgEGR}b6QOpGKgiOLSkbPiJFdA?-L^41;0SPjYClvgox-Ro) zpZn?67$bRLPU|Bczw_U();@0NEV}X~;#P*eF>kfu_N9{5wz+L-ai*u`g5S^8mA>|Q zoyM0H2DWP2&$}8vrDb`?K6yQ5ec9RMztc}{{d#5dmEyzuvX^ascxUIQ<=>8bTvwCd zJ?TpCXXb1F&kCN@-?b{TztB2SzkK4o+mUO<*`MY6iMQG&oBM?3CEDD!oo8Fg8e})y zI)Beh9`S3li(meD?yGK}Z}s)S%XzKxMY)$$b#|{-TQaAEadNV4d5FW=O^a^Ls#>-9 zW&6&qZn_nA$n0nXSJZT4@2hv@Dw9vI{G4pe z`Eb9r$2PkY($Nx+W{c(}o|f$1`N;qN)z2Re&4@X0wLk85(!%LqH*DB^TWx;j-ZQVA zu5Ul$B75hK$*ziu?)VnnxTHsN-ABa}yB~Gw?Bj_KUB5D5KTq_YWsxu9c9DqF5BukOhG zoW}oAK1U~V!F8*5GvnmT_a4Z6^Q3WiSMKfWySIg|nH2N!AJO%)TKOmTc9_-v z+}nw@!dgF9Y92qHa&V$`OJ(fDxbq(2&%d@m&5|oizLj?4eU-yL+r95L7V-Z*?^vbv z>dqzIrOTs~m~&lwU#MNaY~Hal?(wQWVd9r-XEaS~KkKpVbm)z@50^z;>zEj5@ljLb zX6M@X&fCi3Jvfx7w{T)p()&sfAMWCF37{%bg#W;JfRkzFEGt@G@SbSE{;P|XB)$7x@*xiz0EM68X_@xu7 z;5yfr$VRZ}o4d+Y^OY~S&sI)2wE7r8OCp`7=P_ysNG`8 z^vq{>T$7zXOiB2H^V(3IuUWoWGS+UfoHRSw=B&^5>*t@#oDfk+c0AU2Cg?d+iQmkn z=QKB8*~u`M`@+qpb7Cdi7HnpntNY@OLpr;a^@W>_=lDv#E!fOH*Y?F5$8>%x_6wE` z=NL=)78EngWi1iA5b2Q4IQMCN2_N@Nju^omN(HVDx-6&9jW@opQ5*EkQ{H@k-`QtB zYTC|RTxY*IR&V~rb)}nQ6YK6?DBF2QZ}Ryat(J0sWUC&0+8Jx~f6low*%J{HB5$cC zOmB#tbX)Y3ji;HWv+8lji0#lRuzXN-;Az8Y#_7y@>@jjXYzitLd^+&7@icQd z!#ajC)(zeV^iIBwdTQ*wTj_>q@ov79X=T3K%TKMFa&g`2_fzioPPw>l?|YH(QyJIe z&Q3MDwKcqWX;0bPt1+wvkqS3dHReEY{LG)8mr-1u4AsarmKgY2x!T*tIS2iaEk z7$jSnrz33TI)G#=%MJ)sd46h6{48xIsI5uoN);B*jZg0aS@7DYaA{9j-CWIeQ!bv< z2l?~o(w#wW*85Gu8Ns0l_bVtA;kGuOM%c>w0LfOS7zmtHoO(|GtY{S936E2=x z{~coIUa&u_*6)B=bSmTd^k*QSUm_=LSs*F#Wa+s%)|=0<8~NYsUi|axhj;hCUOVTlaIyfih`tGdTQ>P!UEZr-g7p_*5^ZIT=SnO?+r>?bF$F9krd41ed{`Km8duHx)5&E7Q%uw|5vyEUM2l%mHgzV(|4I4efwqa+uz}HZL33r`M$n8Rdf8p`hMs7m#22^)Xe|= zdG)$IcVqgT&13)Wlv>3*RKYc-QWE9^y5DH=SNrX{=e|^gdab%ZiLN0m%n;h zX8tkrWvjo3?%#Pj=Tv*hv$a(f@6P^hsavrst@x%d|I+1Y?@w<&bUZgaeD}xc3-ij= v?uGo_@N>)jd%Lgx$goY_SG%FFUcdd*`&F-(FR1*v{wIGd`$dIT69xtVU6Hv; literal 1281 zcmb2|=3oGW|66a_=0A25V0-ZN+?$|D?~CR$HmQW}3VC@~%|mjDm-m_{Q_mQ?3aQAd zf9LSn>5#2uIHAVz}Tsu{%oO+U*g&+QCja#ub($1=y9^3Tv?6I)Y$N|&z8k& zPSy3CSy#}^?|w+~idn6V;=hzvk!s%QUq1KDOEX&FH*MA8OOmr*E^Umny861+YI2;( zS%C}P4RKRmm8PUG5MN$ZXyt4yIr&xUB}v|t47KFOIJ2wWmuBw#uANqKOwKrMnIGR7 z8RO#ju4jDGwk`jha{RN3k<tt>5MUK1vjU>R+>9=$Gs)S!q;z?q@7D;44*ga=j@U+qtClR z#P5={yk~zzjlHYgx#!QFG4WfUUD@6V6U!!x#TY8TRXZtad?{}dggKQF>H?@!ln%Hy zz#St|V2E%G^A4T|Mh&MK^gxVF4X2s(xOeD0*wmoSo_4NrW^uwZnHiS#N6%c!Q#uGT zADNsKGjmcblFd>DnFp3KPG^e&F_7%zK(>!9hOI#IKq>>+$C3w98K<+xh!sR0NM#J? zJ2Qvb`1ye|mIlTDx@IoDd!$J_Z3zmgvNOr;mhU8xu*yy&gk@k`A)yTQDI}C3K1Emt zvK3+(*w&|DyCBxCpAmV>*R9}a&z9Le54t2X%_YJ9g@z}{>yu(6k>l2z86LA>J7F;k zvJ)PlMw-{#OF&KrhilHMuOGk2)ft`Vp2>3}L!tT1VTZJ$x%PAK9e)46ePd9_`u5gM z&9BSq0^Wa1eQQ4VHsAER`+WcPru@7#qz`IHoWZJm}}R9%hL zp2GUyho;6_Y%Z%_Unj9`_vzZpSN8YpzqaoC(Pb;0t1@;?jrw=5#j~z7cfFX`^zc`I zgO}<*T~}WISiI-cwa_|=KUxZQ?T6}nTI-9#TVJ=Ii*5Vy>{z^LaU(f+sSr?zuR^% zMttpVtEBilt)079-F*9Js!??K*N496Z$CR%em?HOwbJIQ&3SDLZ;Hq6+%0!y=dK&= zdg-g{KdxBu=UWX&@w4nLA4@srueF>1^^s2dGTYDcf~{id+WRD)&yQO;pI`RZ-qouX zNtGVmwd<>EWc=MW<}MaYw5u;X7W{F$zx>DN^WROb zermY#<*5(pLhsCd*M8bqS9rVc`(@XPtun^_r{6s?H{Y?p=6b*5*KhV;?PXphzMrbi GzyJVt`(-!) diff --git a/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_solar.nbt b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_solar.nbt index 07c03c552ea8813de3dd8f12810ff72372f490ba..6599a6ec4cd6d352082f1885027d627b650449f9 100644 GIT binary patch literal 1360 zcmb2|=3oGW|5tDM=ifGyU@PdVPqoh7r6$YtWy9%ryMOOWJf65bmi5>&*{z#20(@e> zOTT&iPP)hE%#MwsA002It!6Y2{Q9c0eu{<`n~iFUQ$>8eQICMo{nU#6ocV@|pLT8R z{{Gh_=kMW;7kj^{{gLZSnEUoJv^hUdeRB9#fn@6T3SJOBx*e-mnOXP6h$$5N!>`PnXh@@J5|aJA-v#SH#> zV52xIydXyH{XKtAI#WfFrO=7ay~`TXxuDFnhIBS4^Blu@NvOG1j1_SZgOk=zZ+NZ> z6}DoxdETHtUAeue>$vI1udghgcg|v3vCx5+IqTRN)&xJ(| zO5>WLnUK~nlQE5Lh9ro=oW?i9GT~XnOy)Gk8LSCn4Ur6Kj5AadrZq$|rE$(sO$cj< zWK3h7A({~8oL03(9(7{*NAz2EOl%8s-*e>xV%{rR%b;^f5TpPzsISo_h1mpSW)hcDw7t%f+(3*Ah6 zgM1mU^i*m*NNi|llw+%qc<`{Homq~r!s3BogFAy9V+G5Di4E>d^FoZv_`MG3Fm7f# z!)2g-U=71&rZXQ)CmJrFWmvrG;6tI>;Cp=Aeni`vb3z-~kTnq_S zQ1F_jgdLt=+^w1TcI$k>i#OL6{ubolw=Ct;?$YeftKU@x2}S9jym`#(@tLB1Yv)#) z{3+TYyEi{v=w)fgrzbVR+tVI?Id%T*vd_CGb(C+*v(=oND^+`U#-tDDZlx_K+O{hC zZpe4tc=FnF_kL<7SGQWCg+rnGX<_0Um+n1Do-E}?M zs7UT|`j7llx%nCH^Owuk-Ya`kdHZAjojjvIg|+wBDZJVi-F8ZKw$Q!{($ddX-!Dzn zS|2lG+v(r$|DAbX=ktB#!YBO}OV@wdbZKvS)jpHIzE@2X@5d(2QMz34|3z7B`)u_* z%i!(Wuf@_VkL<6y@}_R_r_$u6{JS@D@2>OA3lYEnf5o!H{i_~n_q=+0XyyjX_c_7e z%@1ze@ilSAc0C>A|2GfpJNEQfJYP@keCF8#S6?2h$bYomJk7J{XMy{bbK640+tZUO z(tQ7yY%@N0eHs7MU&(hTCyDQuD6YRUd-38!wIaKh+_krkHILr=`g!*9@~c{J*2Vli z*fKekb?IG+_0peMTl(1#UDZsi*RFSbx7_*Nf#iRQ_xm$d`QCe(_udUH^tC&+WV@`O z_T4WJi~OB_Z{xq7=X|OvGb;Z0e(fLEzWiI*CjIy3v=?vJ?zemsb1PR`ZQAbM-%+pS zzR8|YulJW}OuKed)y!2f2?g5dz<~V85jU_)0hGP literal 1074 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 literal 1144 zcmb2|=3oGW|5s<6&A)9X(H`Hm3we?4b$ zE6x?;FMAbVyWqfDVZUGZ|8hi0Nwc-+a~L*KSzGpAfnUHkhvm(M9}gUHE=g=$abW=yFD$$IWIZUHk+3izC|HPHNi zV96ck;-~jsRrVF|gGI{g=4H| zb544F`S6lgDI5R3N(?Ga^`D{r)K9RIX|m#skY@$)3{9R-6FY3)a8?FopAalAJQ7oI zt3PD!frM8}jM&w-zGs=(uJB2~MXu?@WXB3WskF9ta~0R~Je;by$EZczwIUFiaIP?H z5eF09m3NQKoFeX?@~q>G%*2_;jlLT=&yO!r@K0zvCuTK4-M~4WTQ=hG0iL<`&NDfc zj2%)uWrDIC=lNqO< zhOUj=Bldqr)cm9KxBG9^*mLR7t~>fm)*Lx>GBs~&;a4^p?fS}^l8Y-UiqB^6pcI_dh;= z6_fDvee==!panF{nGd@dG9&V4F$&~kP-^x$1KPMhO-mVb-I6nTE`JS5YEw6gc zCT-N7nlHOg=$4#cc%bF`C-3{(R+(CF|Jm}?JV@vF>H5(7nbpbD%Io~Q*{jX3Cw&aq zUuZcs%Gh>2|CT?;|JW!NU-fJIe!t{ie*UA0zwO?$*v0)=xBLTtE%Uxy-i$SOBi|KF zi@9^_?>jkfPUY9Z*XCDk-uwQY*X*ym48u1h{64(Wq;X?DS7^Vz?S`{;LVkZ#wWGgt S-ucJt diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_farm1.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_farm1.nbt index 9dae0c6475ce50c0802b3e237eee409c914ab6ea..736982b46ce64e52e6736b06de78567f3ca8d79a 100644 GIT binary patch literal 1561 zcmb2|=3oGW|8r;A7TFSZ{^iGBa;l8xfYbuXVVZmj&*)q5`DKtxiX>a!nPm6ZHlo?Ltuk>pqN&y zzu9r2;zx)5=U)7jQLJNleEn3R${;1M=$|ObiR#K=VRgHhaD)os$|9Hw)``m%AS%qx zn+NKimz?N6JGs-cZms0RbT_ayeetj7oGA8#v3Vyx=Y^@^RyxlLV{dnvx7|f97wp7) zf|d6KE4NshnW$T({rUO7&gMDGWC0&91IdF6&U~EL$-!26v?bi9;%H0wAFlN>2AmJ| zc#6c?c5*l0X?1*eNTED&LbcZpB;Ia=6R{Fc<_SXNAUuec=tHp*PasT~`tNf-oZ?&$ zCTyOF${YWCT{P!8OYs!-ne$kupDGnsW6O4RnWr)3`H`qwKT9p&J#Pu;`*cL{yD-EJ zlZAZT3~ou97xK?xo$hb_s|e39@}v=6U5V@#T(S+sowv=S0>zCkC`1 zTEN%pD9hDsCBjy!!SgCW;_cR!Yl&_pVD^=T1}l&hE#9kk(Q1o}J&KV%Wo7=qB=0`| zJfZr5%~e-+XSzfUfE z{y^n3r<&r7DG5eR7wvXm*dugETM&_=J}aJ@Wy=vt!74K5r~CcloMSCqE}S+278O?dEf>#S z?)?2CN6TrZzk%k#6or2K{p*fZetP-&Z`Pjh&oAq)N$gHnYI3anWV`t5nzNeUe3m`g zsrKzvi{`TVjXvvMaz4{IANk{}8`rZXEXm*AMa|PL@?)FP5uvSgt;_lMbC%)~{~4{4 zQ`GBR<(}yEu=)snvf?*3G-R(-Z3!3pWHqt9)}*tIjJoM^t&y77oi$=%!&*!_W} z4rP3Qo}Icj(bE9>^`MY*qT>Au=z@N!+|D~8H_>$a_% zXRrVB;nVBh-?z@$y-HSYXKDG;pEuTAm;=`!Dp`Cf5I&cs&5ly$9>G6-q?`2 zy2#pweN|far}j;+pMSUBU)cRHUi-X_?Qfytf9X*y Dmw6r$ literal 1217 zcmb2|=3oGW|8r-a&3kMn(yAF)UnsRD!+N&k^te2R&&H_Ule}dH1`K?ZR}CLbdACD${*Fol?o4X>w-C0x?4menZK{VdoOK+SUub z@N~Yn-r$6_;R$O)$>x)iK8&9fm$97LX}|8e65CT}o>T7gw2n$n;WyNfPvT-bd~!LH z&#@B|B&H}DY8-wOqIqrsPp6}#P_vN=TdD`oDTDMB51vyKB&HI~U_sW=bKg^D`PxX$pHJ)wyCqJl4?o&BDo#*GSLoq+J z4*9Uo@VT)0?$@XzDm-8ZPJr4SV0UCeO_3Xj>~Q=k(ELe}?W=^LhI10c%{xyNY+~a^ zk$&pTb1S-|bMA8E_eN(F-XDRW1)rN{+^DqrY-c$e!mNekWQTnm`f`S!d~khb8Ku*W_*{QWOIC8{n7OQ%nG zHf5n@YKGtag_hgok0FP4P5b&AcJiP7d~)XZSDtsdV{N#x*6!I{i6^${73yl+&L7|N zTF_m$Jp$%Y<CV8ds&yJmU zR)<+HKmK3f{!h*SQp^8b)w(Qq_40z2>WV!gP3h3{In z^sAdPe=mMH>(-5ZtG^$!-om}{$L(*`xpOZz%P-tF!%@Zmk;$*anO{z8#Gm#r-1X=4 z6Qle~Jvoh^h=O1|J_;%}x zV_eHB3(}9uyZ`Qe%YQfRu678ma>m)GRvx}5b@!)f!Y{um?zTIAZIGAV{%OCd^5;FjmhAZJZ28smb|TBs RyZay2M_6cRODHlh0045-Ts;5) diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_large_hub1.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_large_hub1.nbt index c13e4009a9253b2587632f7dd4034d38a9c4e92b..3ff719550964ca7ff005d911024de0a6cd907ce4 100644 GIT binary patch literal 3675 zcmb2|=3oGW|99u^?pFzyJevPCd)KP+Z-)BHIcJnUa%|vXVc~K5_HIpi?!)5=)rAfh zu9Sp-pAvibYDnn&H*17dlpInNm^d7i%9=cXF#llp@bvHyXzJkLe7E+U@#A-^{+-)i zmhf;|T6+4c@Y4P7=Tzs(u+NhFrNEa^>)`qOV&-plHL!Jx{kr*yg%|P>xQxzk47A@k^h+x_Rk}bnn3P z(?Eu;UcPz-1hw}*js2n3|5W?cN71hvHpbXCE}G{M=)Yh^d+*a%FEybkF?nazI*nI5 z7p-{S1=gP)9e94*qItQlwmCZC=R;j>!$rTwgo0fY6MUuEH}JfvtL@Z{dqR)xT{pe{ zxsUh3jAO4fX6QD4oYu2EL5j=mm2A%yYl)TR20`x=O!k(uE?anky=Mu(gr~g0B)bHa z+5;ZH8YX^WTzv7k_>5a-z4z-Z>90QC2e*j& zxCfs1I(zojW}l_=czvP|mWc3FZ`-xe&ivZC%K=yJK+uZSmCT3dmFG$P+}reQlHs9< zgs^W{!)z~y8EEg_{#tTnxxu9P1e3k%?*w0aR^z>pU&8;OM=|r6F1xu^U?=cP#9!RK z#6Nl=IP`g0H*aFw{z?)fr0)d2;BmVo>ErxD)+e}7Hq)L3J)pz(MBFytCISxV&5vAn z&x`!HDD?amk)AE~%@e<+!{Xw%vBb2WGtVU~*~{8v^8BDju^gC^WB^6*w4d5m*He<0 zf!zX032R{UH%bji>15&Mh<^Df4;zg<0bqnSbDh4Au|6g60}Re|$F_=#&doNt6Pyu|m{oN@_{+ZK zFKYcS{+_q!``)kj{$|DheqC$2s`l;r?^jn`+p|Be`0Tu$>sLHas9iJbYuyIBu(MHi z5%RCS{@%MCWFXu4QRF(~*WBH%d)DYd3|pdzX3G)d4$M5M{PMB(uTP@2KfCtTxW+dot#K%n{eDaJI-~Mcp0=mE zP8nZhbGvji_{tm2tZ#CQ)26-FI^QD=%IZ3oH{Cn9!RK@p`{I{#Q=^vgOH9k0X_pYO zEcI7I;>>9;ncWuipH80o-Q3JT=eyC|gB$LgE@3-dq<>kG=k#8mbOWimk?&ID8WL~L zsAOzQO@78IF|Bu|ctV6(8aT-*SAw!|+tYNA#C(uMU0Pg2;?J3tj9|fg@l#9K4jY+) zjJx5JZlIHFJon&+p0g##s!!`A8`mD#&~x?+BS--|&*>X$^y4p1U;pBC_!m))V_YK1 ztX&)Lto{`DovkhPt8Ea!#I$Pd_Yddp5KW>lp|PI<}PmRbt(>{XCw!_t2>TzqlZ=t^@ikRPss{1BEN*N_-F7vy7@plqu+$X*O_u;7FHzaqoZt(p@f=f30tS!^sZ?dr^P zAh};4gOFXbZxI$xX3zh^*OvOV7VO9Gy?dq|++cJ57t`TSHm^@t_w0*Umb$k&v2xy5 zzP6{8*Q_O`J>R-_^PW>*7!QB4xy;UU`m>L`fzEm3+5;J15-p4O$8^p~tep3fr|oIw zGGmEp&p|Gkmu}U3@x_@>HlLYzPJceb4N|XvV1v#1Jq(9og57&@ss$N@>>5}!KGpsOiAJWQ5${SJs@M;I`op-Ao#*sk_O|CgnT^6> z{@k-oe_Ceb`-F&j=?I_ZzSmiAgkiRURBgmL8;x+K^azlr(0yuRwHd`z5XXZY2=VEn z#UF5o0Qa9hiPN7!DFfA~`{j>sLP=${u4nfxN{bKNyncmcKo2OjzB+bmUE1SM>5tzY znlVo#_Oj-o92wDPCzDL<<}7*nMf+Xp?g+5XQTa#H2@M&0c{egF4Qm2XvR_g#N5`Nr$7ukMBZTX${I z^=UWjEPcDpWB=y6T>Mb||KF|ib)ROZ|7%Ko*W#Md{!w3H^XpSmbKEK?#*2gnU+FzE zZ=&q9`fuJfOIJx>of`K~?98H7%UtFW^3nr!lW zeXZ$Pzn}j#I@{c}({G+Gd#CofV#f6Uq1ES09{ssmIjLfq-_b(Dj%V%4$G@k4)QMVI zzI<17O;UN2RDKz2{w(?J=B8iY{hfbxxBivgUpHQPJ$r5B3>R0ysrIs2%WtgC>w4RI zxNe4cWQ9cf%PX78l+qhH`!<(|rMk-8e0hsY{@Bis=VBK`%-OoXEKF#ZoF3o%b+UZR z1B(hje2$b*Pk&fhXL0V(=YJ>W-9G<_Jy4MM_qLBELZS~<|6Vz|^q6N=8vD!3R`N6Z zi@yDIxBC6?=}rH*IkLX&WiR=DAJ(vcJN+3~faMXbFDqBwy14B0lp`7?(r16(N-blL zOgV2OllpCSV*Q+!%DTc0Y2v#q!fwW1t9rjQQpWdf(uUxxIdgADJJ;J8%fI{b&g5*@ z<^F=YdFQU5TYqoowY}Qs-g3QsaxHOt>-TeOydo#{9lv;Ci+kdv+xcZ{mgRMAKm9sB z?$74#sbXry(Wy4`zr1xSm@LJezxUd%?C+m6Hs5Zvy}IkF)~3oYinH%`9a{Qr-^*L? zkM(J8=l)%4DcP5OZ%O={xOb8pfBtzcw(!T#_4@Yu`{UlE%=_4X=;hy=7rs3(?WsTR zxBRksa`e*LtT+42_D)~=`Q?RwwiT9AqWW!@7iM3I*FhNgHRgZtqg+ z_J4MC(GfGNeU&#qTFi2bw5cddDnH%%cKQ7CIZIy7xR$#+WZv)F8DDCX^_Jd}-WmI0 z!<*lG^3A8Se=~mYUHr_0E0j{qJSf<6byLSLgMNb584?*M0f@)4u-K zi_^Z3_ovmyN8~on%e=e)|0UV)Ypzs3{PX_&zlW{g>%Omkd3gT+Ptx_fBCf8F7QS@y zY>n7F-~4$?E?2(Wv+L8PF9&Tls!nCRpuLuZeR=s|$CTuh-`nmkT;BN7Z&By$*qxC( zkFq@bl`!vUW}Sq;e8k4LZprz+?oYQ*<1#tBRs4Bm;qN=XeAUzEoDq{Pi}x2dzRLQA z?aQaPJcU;GHeUYq!ekELqC2wrwWoi5J;;AQ?&`M9ZKee`jMqNasCu3m{o}2{%qfo7 z&l;7#oZgiYwCdG8#ghIH+aH~&KIZjKucC0n!!4Q9%O9_0R6MEmaeLIwr^CBt0! literal 3129 zcmb2|=3oGW|99t{&sR>DJ$8SiZD0DO+{+3q?Jd2@VA<#rg+YgZ*QEO7BomQE`~_AmrZ6kIBa$fBas# z-8Lj=iOK9A#_xaswLAZN-{%{hueG19jFYpy6uUI!=gw@q-%rE+zxqEe`JwQA>Z?5$ zLi6HUTFv@rXz$u=a-8+Yi&fe^m(P9Ck+|OUQakSaxzJ^s&spSt%}I>mUY37w&DG1f z>1>BAWV>e_^e}Cnn8l`?$&se;h4q;5pQy@hwR#5ULYG}Xw?phq)cZVZ<*$5hpSXK` z-|yS-tXk|>L!pjDW^O~|<>mL!dHiaa_=WLt=lO`UQ{MB}pIm7kl^5>FigY+n%7Jf50QIVd5SJ&x?qPiyJ>ACC|C*JJ;G*e;ddF zr|(%D21#sOSlrzf%gt*(W7@slVtdPVtKLU_xwrMj-rH~P-hQ+C`kT`?A>^8!*VpWP zdge{!mB(h!vu?i6D_%Ek?;Eq{RjdBKc^hd^+gPY`jPY@lfmyLAc;o6HQo@GdbKY3G^&cl<;&m znADb_!h7&W#*0XUeFt`kfue{_`6Vcd(Bkg9?lttdL{ca{cj?!jHF}sPdq_1+G&xc% z0CU9wNMZpy@A&2yr{QS(jMLjC+*evn-%xWy(X=^nXWnDWi(+nXTm&o3ulG8G0+9gCROa0Z5IP+SV{Iug{arbW= z+HmJ|3ESZ!{mYU(r}z4#8|ZvDntSlZi!(*~pP6`0A3MWspd)Rpe_%t-nLP}LHyM5g zr>&FS`&z{lBI?rO8WMlbtYmC^n*NMcV%q$f5WxpuLp{?Cbdrtd9^BA#wuJ4lkr~MN z8$RiKww*CDyUfmW`i74@NI~s^4LxUnebRv;-DjV`D2OYv!B}T?xuVY+!w)aE&fk#oQDwWXF`vzC~4HMcrFa>~oiQvJp{tBq?voZMt}IlYvv z_?VmgG{xQBvBxB)U7dN(_Gsxl&2`3Lc0xp0x>fVWi!)P8LGHc^a(7sI+>Wkl#x_); zhQ!FZl~@HE?|w5h-^2<{= ziazrcjFyVLvz?O|x!3&_vOWoU?SUK-2U)$44 zkWZiIR;O1^eaYPRv~n50#I)z22%VSyt6}5C_NQll?NyzVSUK+{4@lM+BzrC)Vjjew zPb)$Gd=B#Gy!5z+#L9V~NP`L1a_b-1U~_&C!{JXhpjiJ5iuLoLShqR9=fM3Pn{3XP zupRzn1M=r*P#QT8idmcUUl>7x>^!GGgZz2kxYnk79~{+m?}VT!hhB@%Nvyo5`n4f( z=k-vV^Se{lHi3M_+V-^aHhxc@*J3XKc?aa#+^>n2m)DjlrGq_%?$ex-G*nNmdxYUn zP;g)ud|;cT1N9WLPxsjOL6cbIdr+F$TPgwm&hv%I2uYD@JeA$l01=FOH ztuK1KU3=_@!mK9`kKVHU_2pS*%-;9UJ>Ptt`7Q3R`o`;f&u(5_wO*|1>pic_kM?e= z+Zun)!sc@2ME&PEGtX-uJ1iAF`^C+(XQTISTsm*X>N0U9m&{4C=fD4bN_N?EE8{O) zBQvJ-Ogb4TwfyGsXNy)n+3(2e%R%|y|F5|>FW~*T^q}?2%hD3pbURJI z{(iRVH@}@n*0nEIIMc0T)3M3Ka82Zind|>d)|vZqO~;nVb$dS~PSJk8=?ur$(BHkQ z54jva&Axw5YhaCF+%xvcI(vAI6-KZ`maOBp})zO zbAR@5cwMu^?(Eg+^IyGcU%fg$CT{KIg*SICPFV7J^8%yrhEwa&O1K)=zz<6PGOxUw!-9>g9zNH34<^w`|y9BE59J^y1T#YrY@q zn0oYO$|Cnuvh9U=bvMi}O*?&g?Xt+TAD31gZvA*iMEdOV#>gX2FCG7vJ#EhGGcpWq zM*qHa<*c($+-+?Yv*PW_#-EuXMpqdV_pN_ppINzduig4p_D6PoEt;E?|5kUO-oEwc z_1r7n6N~E2jDjp=pWZd(e(`4SiIB{9)0)dC?~b(ccYAjKUvyQ>9znImLE2l(D`qXf zxn|9Wf~<~3cKiPvUUXv7<;uY6FBUyMzus!z3zzhZAEp}2UKSbuHE*`A@xNbJ{P}m4dwu`u;!g`My)-gdetG9lt{>m~{}p{d{MtU|khxj9 z~5* zvwk|=^@)2CS+H#J$wU+8 zpOnwnEith>qjsta&dx~gZrm0@@G>4>-Q)b~r@ zs?l7Xxi=`bwcIJx{=T&i@4n<|UoS?^;3?f$*(;{R96)7?zDOg8Yzm4&=_dChL_ z^Kkp&iYj%TLs?U&I`5Bsk=Yl&e#-g7{EN^0+*PA7@+-&IzT0d4Vu#eTF3bAr z|NZ|fJ}iFx|IeEb`|JN*J-s-8*Q=F}4f@`@Eb|S%^yu23vMBETRqJ+q47@*Ueyr~5 zKRI&t7iKR0=6`0D;p3Ur4f~eY8}u8+=B_H5_xQ&qn*y2Avu}&+Lh{+0j2K<^yi|IocViZ|W3EC2V|ihEb@|6lR%*XjDzQT_Ke&RpUn?LU78vw2Uy zPmb(TanHTq?c0BQ8gv%P9^VxcwK7sMKC}Ko!nCC?EhNsqetI|5e0#yOFEXr8lU9qL z4d0%So+&8Nzv`{g`4ZmyH<w&jP~-wCbjIbO!$0KD&9=u)oF0K*|^AK&EdVF zf4ASg`n32Q&+ZG8j>}ySFa7^{esTW%{%%7rTKefhF#v~`L<8#w79oBP!D)2!xZ`bxMTs9<@_d96rIevX{`g5!cO9$wpY zJ+@IUe8F+i7Z0x$Ejz#XdKSkQ6PBtSTi486=HMT^V7can!)u@V%scurlk>|Kh{QGr z|L6tFbuS!VoBCCU;|l~8WJlV{HqPsF@ONL(9({V|v#D{XgyV3Ia9sSwM^>=0 zu8s4+NG?xzb-L#Q2x^Z${VG!I1q403wy7$N1&Tl}F=nz&XQ?{J@#W0gr)P}5ZH=lq zYwXLY9JyLIL5$zEd0Z${PDQ*jAJcCl=ag5ogpcgMNJzhLK_1fn3n?uj$*P>d9${vtxJ|?YOsOv#?@76&uo`&(w`;lCYaq=$kL;outJL2`KrVW$@#axLc@68 z0q0ZCryT$Xc8pS)!Ie688x>K=(kTz3VH@1F$rmp zvaT8%7n;77e07G!`6|Ce*8HZ2RrY#i23I6m+fHdpypmydKFZg2%Q|7lz5edg!bhHR zKKjH`SlP5=&+LwDwf9qNA6`HD^qTP%xi7CDS+y>#^4PDpZkAo~+EqVA(w*L+)n8-XxIR32 zeP?#8!1XHAby8*}BVVLbfx#+>$q9dffj3-DY|E|zP0Se3J~J*NJ|PoB2dhb`wH zEU2}3ZY;5m|9K7D;ja(poKH}(E3UPe&TSC0{@hb0p6jcNcQPFQ`YJ~6K*3(C>Cl{- z!Cl1I_WJqGn1+YHD)qz@cGS%~%_^~O{&T3X4hP7z&vVX$WIjvsTt8oI*ZlBT<+*f& z82j^;9Br?ETJj$(u(f}#D6#JOa~l@t%8vQ=#l?)`))IMo50cnHsjTa+c*Zx@S+$L6 z@e6M5dsb&x&vp2$g0xRe!Vbxl=FZcCFA7b`{oy7kd%nP!17rZ(!zA{@ zXB95p*!gefXLcU*<^s8 z016DrmeWU@4y1#0{^V(!?PxLoV1Y3QvUTksy`Kd@roxzO~5L4W#o_iSA`P2O+PAI{bP3)fcb-~T*+YU9&9~^ug&P<4N~+siykDaC@BMbo!sj{{`ExGHl%_A7wP z?WYMxRd`Etw5)xSwiaZ3i!Ha=b@aA%;iPBH{~!KSnlSVC^ZwSXQ=b-3410Sl3i39BQd85SUf77mdrdC9 zV;ujR|8-rRWknj^p>;=2N-5lR^^^SP%d);5tJK`s+Hqdiy=Fo3+_vBI zCDg8ey>R66S+{2v`KzB*7U$UhDBJ%(bg5s?-hH+Q&ANB=?|PQ7BhQZc-`U>!n5xRh zGc{}6In#H_m9pT>DdDf+!nmsRoZuh6-`U^q`*7gt_4;p<dT&feEVCAX|6ES{Xfrd z&32#b{{PpV?EJNRzud0BYiMh;Zbpgv;o_Sb7Cj5k2YT}#y?%V+#E?B_tz0iP|2^nh z&GBPZ>Ag9RH?FsGw%t-X=cbo+o${xvul`x^PR=pzSwDNrEalU|Z|6RW<_ep))5h=f zXZLM9XRGfQgt*<EUE0=aZyRt`MmO<|lqj}$yJtH?AKl|rS z_NCo2*FDT6+^?6sTJbeDnCV&NEt~gU|87~Bh^9?WxxQ0E_U7Xgfv3~Xzi<0}eO+J9 z{*)!1oeaoKH!Oxg0X1|ncnc1h5Yo3~<^(6VLxS4zAq%XVo7Dle-Eqy0)ZqC}h z>vXqm%CM{BGV}Pf?qp!#@5dq2Kipk@V6yPC7P}IzDK@n!+f;-$T3MF9QF|$t&vozd z?%VNoTYew)p5C=-t=y#_^1;&T{4e|WSWUjac4_$I`2TPF_pi5HQhRlaX?R$}AKN`E ze2e8Q)X$f)AFWyBX8-@z_v7!1Z|@bi`+Q~D_s`Gu&t54i{XShQtnamf$)zKqe@{JO z`G0PGUe4c#=l}nk7h1gFdR^4r*Vg-gY>Bo@jp~gqpLTWo*QJ+stUdoP<7aProJ~>S z-c?Umxkf*Je34a_)m@$I>l3;E`*m)$y|R({wpBCobMI~UZ_?e@dez@vOuR2QZU5?j N+`;T=N$n8~3;;k3U4{Sv literal 2576 zcmb2|=3oGW|95Af@0a$JJ$kzAxBGXM-J3nd!ghO$sEBc9x(Xbh7+^G0(SFI@lqq)) zFfO?#w>#(ivb(vvZW|X`6g+I&QS@MoQ^E6=9f}qUY>OTr;S?)$epA08r2O~I><|C0bU7wniu>5cgj-@h$D1NoFAqKcrKNCI zsoc8+l~@>>fA9;-+k}`znJ-%lClQUZIFHI_Sc>zvOQOV4YF^A+CJudeJHTv z%|7uNZLF8KBrLIHbDNc%aINOu72`?g6IA9O+#x3CWw%|ohE4e=&oa%7eEs)Fjz_+B z-9B$(6{B0!dyo}%;3^3M&-GTG2C!JfEhU@ zYrobe$5xc?lKR@Sh3%k6x`)9fNg5@?WT!anqNj4tXb}3{mszRS^^nm<~2;*vfk#A&*i3xHZ01O9B!WkdY&js zoOCvr)ZVx1=bf7eJ>;-RCFIylxuz+Rxo#UI|mkrT&1&zlMo_7?poAyL~#o^}^Gr7e%@yJH>XzaL3MbwVii# zuT6KgX6W3;8^Fv&jQ#?1LY zFUQzf9xh`1EWmS`^^CKDj<^B;!3{ARz8bg7qKF&-hfCYs%+>S73))iIpBYO`lbvxs zA)+k7t~v2$<4>Mr$I_?CM(7{dP;;<~vF$1MHEsi)_ziIli9egZGWA^HHVD$U65Gpg z*ofmbtHd-%kV>9IRg7(^0w9&m8{$fIYuFAOaeS8KIjwLe-9V?=VE(}kJcl5H0z9WR zLGD`)a^IXoAlG!s8VYoOU@QZ=fS=2ogB*hw-pc;MY@<(>iCgCq$?v$u%X;>;R_#p3}Zl@6Sox z+4-|a{j~3ybeqV$B)j$Bs?T}Yt^a2H^Gy8O>T?@%j#fR?xX11OF|Hx;X4h9Hp3`A# z#1kU6CGE|K{({WYzQ=8#6TJ~b8N=aCqM!g-3kr~&qo4rMzSh02^*qQBP|$Y$yc2ro z`MO6CHcwls_A^C^X=_2Q-IgTxP2~HA)mb@P_kUj1jm z`8ek5C6%tG%O2mS82e80*sB{e_3M>;20hIu)@SWB;yf#zX>f-B*TI?JnlJFYIdaft z_4V!TlIQ(wpWgHJDRe(*VytF%Luk=TF&h-yHURugXb#omb)E-PYfZTb^lqlW zOPlMh+peFPz~8O7o|W1D#3vIAj>{_FmM_$_`8uV1l3MWGXA8}qS{~eN5Zqh&u)g%_ z)!x-j5$>nW_fKO>ERj32xj9hk%-=+jCv{TuUdHhM(RisYJeOVj*Vo>KJhI1>x5nOg zNKf9l@A)g&b+h(g2t6MbzIX4QED_b`%gX-O7k=u^{kiMU`-R?*)|Mtoh)hmw2@=gQu$tCp~-o|M9P&6SuzRi`+g~If*B4 zTJ@o`mo;A4>+ZYvCdO`l*42|e@<%t_vo^2wTAX5XiTSD=Ti~+rI?Lxz-+fBrdztWX z!s@DLyAuyi**)>+t~WnV{_3weRo@nz8~1eO|8I}}Ke_vBPu1SPS6^+tbwcWtE!QLU z%Z-}*FNVC^$oJ`E`@)r%c&=27-1nXwX=70T{odunf9eGIxoWfie=zaBlo|N&;SqtI zTKtap67$r~ztmapmE-(zdU%(+)wRqU|I;S;P1>?}j&<7Qpo)h58_)VrGPX7R^*3kL z*M!1{YwLO2{@%1c2^{L8FPYxCq zKKcDdKHP5hce#IWm)HM$J~jUDzx(-m(_bb(&M?|J(YN{Yk7Joa=QmBAVXkc$xo-Kt zi0R!X5H1vcNc=z-Gs-6>Kymjq| z>`R}1|893}?mxT5PKv!SKKr6!)i z^?yJ6|NC_O@%$yZr7zdrywvBce0fU9%a?oRha6kacRsrR)#h(ouWmVYZ1anie$uaA zb+IsJ(EkY=ch&z~x#~~ByIHeqKDv7EElM&wsbFRFyw9;nE`03zX#XMx~E&3%${Dhr!n4VTh^tTT6QzPqWfP~ z#OQ4f3IFg__Cu0v_=WH?hm)IkMjp*L@-OMF$m>)3+q1qmPd@zK{>%RA_i=`&;tV}eo&sIPUyV%~dMJzf2$`dT*}K3>WqFMH5E z^|;fGi){1Z!nHFw?9`gTN*4283+)a374V4JK0w&(HCg6svdB-B zt)=*5iaDy*IMabs7_)b7`t&+ygvUfswk(IXq`E3ta7u)(TX z3mz?g+t8m?-}`k6r$p%8fR~p9ca^m0)w1sjDRo{Nn-H?q6;7tyVs%?~*Cj(-BJ^)y zCNjBQV3$sd9{0l2PA@hI?8<4;|0iYb?t38N&5Eqki ziR?n}`;B^`YlA^%p^@f-w^-dmUx%QOx(GWU*6BTp(LB~uFi)@Unz7aqj@6!>H#)^l zGo8Mv_dW}nz3~Ib|G=+FudYQ%T#7ohNN8hRYTb+pK}VVntY+Kda)vLN(NbZi==2jM zhxzv&IJ@Ib=5GUm%HEWf&(;QC|9o(RWL2)$x4zk#rK?4Q>`ph_>AK$O+4-Vw?iv2v zJ+I7@^OIGMr+3ZwK9L^yI%i|p@69Vp!#{4GG%eHg&uY zK77_Qz2d<#8-|Ijeygu7Diq@H5S?&K_CQaD=HHjgJ_v>tA6@gMNA$+$!=+MA2h4br z;=Zl_Y?(GQLR{!p-{t-PAAV<^_Ce&V%{kt~7d~2us&h*2 zwDY^vwEcMh`OOR7wV&;-dAW1;+ZD<0>n#ct(yv%fn)h)U`EK#4 z)d&tgDdY6jUu5EU>lqz6+5F#1f9c_}4 z6R#9}`q91k`LTy9W$bz?<(EB9VB<^EO4yVm($D$BH~n40Lw*-do)^7%lBx#R_lANGF$f5hPKOTi9Fda zR4%H?`^{jU9``^+_tlyU8ZVEXE8i72C8mB`Q02NH%PYID?!H@nY4`rGRyB4__5Ib~ zWq$17HJ|t8UGCo#FKut`y14uL?%iJx|I2^><=vt4?t6dB{Je2<7w3N4hx_-lPnOT! zyRTF@VLSil&iq3U-maaWzn4+?-<4{f{`y(4FdjHs!2L5G5 z*2VsXa$4ofwjG|E`Nf>`;M=AB6PNSz#d0p3`}@JJcP%;#Hy-{jpptjl`%+Ge${QCR zrujb%I9^&Qs=ohvueGFR#qE(`d%E*7O2a2U`}FVYx8>LOZ(0|m z7A&j3AfV0SE33uAy+`~ry5sJ)`t>!-@M~- zei8F5o7cZGuYFjrdbeX$=9G?uuMT%}E<1kiY2{&^Pl^3YI^CB2h}nMo=ZwqVirtg0 zsn3vi4wjv3U)OYgInVn8NBSJC>VIhVTyDAWWP42A+8?&xSt>eqg~Z57@3pb3sx;Xx zv+Ktt1;+#aJH+^f56jL`HGJThezI`RW8ag1SDntCe#?IO;i>(5Ir=P_N+%#G6hvA!vC^&{O= z7F+eTUo7wYZvXpwIr^qxdu>Jkwr)KZ{BTui;QRfU4b+2S0cfPnj;?F^bKdn4G z?hpHJFUp+z^;PNo$#47>AE_?0G4(sseM@Ini@il({ssoCUg^rj$={aGwbH7}_~{z< zUD~d9lj`Qqxvj5HzOVoK?*6@>zl_;5_w#7Z5LIFD5&nE?DtG#ilMmPHo9zF-JNo{< zU#I8W{qNuICv~28)pykhmTP5?`nC&Ng^HCW?+Y^)KlC+^Vala^oh>Drd!kt#{kNF;ylw1})jX1i9#^oH-S9fioo({$@iX&;z1#MmP7ry}xW-Cx5XdxX?bG`JVuL_~s45;eT)4n#%Y873YfS6-PFo%@F);WAjjT?Nk2C z_SI3MyQ`P&U%h_bDZBU`j+-iGq#r!#E-#sKUF(adenet{Ns4shw(s9NC->cc(l1Y=6P2+5>MSaSHX5j;W zYv(uavtT^3F89zh5pKi#>sf0i@5sEY7ate<@16I%?dRq`4qH|!6!WzEkomng(ogCo M=U4)ZEdT%j literal 2703 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 OJ!9MF%T7KP3=9B&y*?QL literal 1751 zcmb2|=3oGW|97MA_T6?7k^ArSZ`-q2h6ZooT$S;1A!)<>BN4n)n&6vYH`cG%hT41MVlx)M@v%kOa zmSKhb<7NP{CLYS;&5bQmDJmJaV@)k>`*<_^HJB}MpJ)Z@znmjc&^70 z30Xfs-8Qs(%eDCOIs-8EE;=JzVs2UM#kHaPzoZ;{u|>PbZ}*`qTgVoDkL%Mmh{(qn=dRiu!`kce0izCu78USBAQ=r|M>Dig_uNeeHl+-Sy}vLsp7I8 zFCM!q?@Wp>HXfAnsc$dTHJHchCNAF-l7F?hjCa>B>z>Zd*$?h$7cbiW*tGWRteQq6V z`gfr@zNJ+c4qF>6i!#d$mk8FK4e|4fEx*NXi5?4iuLcjEZ@bW{Taw5f zd&5aw>vPtz8Nd3|A3UD2|ExrCztP7+y@SU?-p@<4-7U5&hC6m$tKM~|>D8RE%k0uF z#T~uWWBAo@^0!rDXC;E=jWfUNZqe>p**|m3?-Oh8x~IM6N`95he(QI8?cpWd(Ju~( z?b^_)cV}7lg}Qwo+)j9_{bcxBq?BgjUjFH2&YmYWmecLkR2Dm)nB3B4DbCz7zhK&v z4224r$(}y!C;Tn@FILZryvZ=vC(`NBf(J$0Qa(6L$h6}-$;!*Ye7MeOn#f%{6XSSa zw~Qa6>_z+@vlcQIMYiOHna$e}>2_^vsd-NQd$;wAuLbVDcJK9yuS@>sY>Gad(5EVH z!k8t^|Fi!_u;p=ir9ZxY({J1Fvi?+err0v`xxxIl#}l|Vr9AxEvObypA$!f#Cw*(? zFMRM|*2gE8@BiNVaqptKa}nQ6`<17i**7(CTHUw6a@AEIik*LXCJSBCNMN|_eAoT# zzMBg#+q*qK_rE<@ZJJ72u+_5DCihuv(!>Q`C+ODuRLncR#o5Z~xX1rL=NB)D&$bt` zvU<6<_T{~KU;eV1IWeD1K2>SbvPhui>CJ09``5KL<-M$7l$odaRrALEiJRvM6wW(1 z=W7esM$Rx#H&36%S_xBwm(M6$-Syq<(B>H_k<$0J9%A;kPk;C*viG+1Rh0w_&jn{p zPkS7_v@hmPb83q2>FSrM-~YT%o_6>1<7sy@f5%(iJshyL{cLcewobo7v`S>fitjgr zyqd$??AbO*JQnTVH<|b2nyzk!IwL8gyL*oN#}(OyMs7Q-7q92@Jp1c~f~AZ4g^C3Uk}0~kLw`9uIv{?K!~Mg#&5pO@ zUh6ly7Ivm5C~2dP(cJeOCi{0*P_B%@!YF4Xhar=la9 zj%!c6@ZxvM_eDi)%QPBeGqi5-+-qL=az>e(c-zn=g-#oSEPS}^hcXh|a zLdLRLRdzWqR<7D~Isa@<>dK}3uhsc3GE6%8WOJ;v^~8Kd`=E&@|17#Z|Kk3@7q5bP HG#D5F*9L6p diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub1.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub1.nbt index edf86d761d0e4b6fbf5e21112f0219d323134dd2..d45341711b43fcbf4d87796775af41b758b784f0 100644 GIT binary patch literal 1986 zcmb2|=3oGW|95Ad&6jqSIF@do_IB%JwcJ}ufl*Hx<_Iic66$K1rT&%2U(}ijP1XCf`i&-&}WSsbk=&Od6u;>@u!-PP{=>gximy)CBvn`Zra$It)JN5Jvv^`e&R z=`-aXEO_)#!Md53hwVi|L!WWoEy>yPv-#Lwtaz<=pr89g^5ugJvgv=a(sSx^tRxmJ ze)fs6uBHL3!s2o5R%0`JGg+PsfyJy0_KXMmec72yuEdBo%;$o!LmTF6LD+NtsF&F* zLfBVgOdIA)!Pun@^Q~a)Vg~zS2B?{5ng5(&{&S`wE!X_|a$ zon&y?*%_O%k4=d+UiL-~yRaR0VTlPKJ+ll`ulHyojQhqgL7U+T7sE~_hjj~dt{?f` zS2btump9Xl^%_3%6k94E`xa;L^tg6<48vnaiTe{y>wbPS)mZI(-puEd_E|lxY@2`J zKn273xS7u<#hE|7sh^&+w>)cZ`j3MRG0Wb79rAmrWc2&3a}8n6R^K%Jj`OWo-p0$` z%rd+>9qg~ydxLMLKQT(>KUK8zY0t`j*3_M826hMf*M6Tj`%BCvrck9Z#y$NAEb93eERw^lf?Z477VgyD;SQMOpo3sZY;rmV1~_ZhV$<y=j{Kx_#T5 zSsTAPN0;$Wh&A3eFZ1*|$>{T2U}0SAPH!&NCh;X80g8rIPQ|`@egnK3!^CvB*K--a@8Wp||I}`Zs>j{p#PGVv@DVWU24L z3ektvI)1FHil(V7nRr3#)9)VD7ovw(tm%67)cPUR^xU3C1_1<=_((3+a>y6dkY5bQD zytV7cjK6<9A3tZcJ*y_@;wRjvxMfL>>24F@n>QjlS8nc9wa^eU{qJx9Ko`!gE#sNq3;QnwzT2k<9d(%FIVbo|#7berTx|7P++D^lG1+cx76$ zvYdR7V|3u5S!>)`Etl!{E{!sI?UuV}T8_lidOg!NuW30oxmlWOhptNYXKIDprD?8` zIa$@u_V@9U%Wo5k3Xg2?51erFPuBj|?nV5Shpc38IqmSBi$5JnaiEf+pT+Z#&1G!V-y!HP-y!4A7ia#;%v%xh|tHMXvk}VR!m8^|$FbIBtx& zzVBb^_v^>~>plfkc)zROcvWbHa(#V$d2sH+-?#a#e^0-@|L@0hy{$j@ud6fG+jYB0 zI3nNj_2k7RI}cuRT=p$1&)il<W{nD{M*vD%Jx?9a_!*X z^>_AVWo)#3V0b$0(U$R#;({rJ$*7gyIlj5;&d{K+KkgCAYP*Ye&=;Cwt)_`AmWwI!d<|2<~?b*_8-p5Jo+ z-(8&UZ#e6=lIJGL(=#pwO;q1;u&cSGhTGz+#NCrJ^Czyc_TbYfzi?@u4O39R*WTM- z{wX{&(bqCPA7&Kdd&=?iCZX?-o*k@m#@CL zht`&Ft*HH99I~c;zp8rWw=>S^-%{9>Pqx)K=WJZOWyRm_UHjeVS}gW-3SDVX=@h5E zf5WBcJzE!FTVSzTE^6MvlYO_lt|V&noqcV*K~H$%oyC9N@LT9U&^CS$cvt+wQ%Qkp zgDI*j&65hRaEDBE`5Eo{Z{I%ED^|8?cUEx7!?X3R|5$lCXLG3QFfafB DH;?30 literal 1624 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 O;cg1i`<$W7zyJWNutq5W literal 797 zcmb2|=3oGW|95Bj=U+CEXutnwuUGKnD0GNXHZQfx&y=}&&+8{! zP4=AJyzA#`KlA0y-cq_&{`X(ovNw^lnWjvL{u-UeU{K?KD4Vn9;;Ub`{QmAvWjkZ_ zaLNC>-%nKKI=6qAdeCCBecB|8!*a$i6(=9bnw!9vm0H-QSjlvFVpQguYn*M0pC=#7 zk~REoX%(w&z}a~46ARnv$-*E~c*c}~ZspfUlPWh^G(Y9^@k-e6+`!;Qv4q4MOCFwQ z=aSuZ-4vYnnR`02^UtriCpDw!q=N#y7jHHH7<(a)JDd9Yh>j|7wu{#4+kTTvml@l4~w zp5|0Oo^4{BivCU~CJTI0X|d64*?<2r&o(j5gW9SUOIg-Wc`#LQ&$s7SESh(+vla87 zxnXJcOitpAt@;l3v^Q&{K_Zdn&*Wxo+?;o2F2WKpOW3H`Db4T18P1uNI>z1iqc>@$ z+&v_EV6K7o%LjY2!#;1lcK7IqWW_aWvhJ2{D!V0eVBMBiG9qr<*G6pF)UfCJu2y~z z{pbU00_SF|{;iXL?UcF1#T}Kpd8w*X zUVq`zu&^AyZ^Hfe*G3fR?$3H#$Mf@H&Web5uh(zZr7ekjIqR34wT4M&eAxq4zbwJ> zr}`JS_Qa>folDb9ywn|LrQZJkpwHh4_uCZDAK4^yP0}#jtvpoU>ZVghP4$%(d#27j z^kw(Oy(WI1^KHfVPialz-W@038}QaG=WR{uk!@K~549HOEuDON)zz(W-s;~>&-G_j zM3t_NElx2j%k|gkUvzd$;HJ-$SCz0&?!ABNs_*{uKl5%plwLbsy!`f`q>Ej@sw(Pp zUToXTl2^MX(KTIqzt^&>tEa{=WxHhmZQmpKRbY1MtsUM!ws#zjecs%2{&oJ>v;V)$ o_xNbwsw(m?*wldEeEQAwhe!M~-!L3nZT~?$)P+&toiGCf0B(nd#Q*>R diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub3.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub3.nbt index 5b06513430662220faa552325788bf5c4a63f6fe..750c49c31d27af5b7e700022baac4e11d9197b3b 100644 GIT binary patch literal 1937 zcmb2|=3oGW|95Ad&X;zTIi4=R`J=Io;lJJT
|f$qjxg%Q>?l~ZW2)r(pnPyi6F|m|>nIjJ=s*UL=gI&S0a?0M$E}<-;774>xKG zCiWMHEbiMGIGl;?HXdWmuxU7E{-mgT#@?jf&YQYP-?~kg6<(WlV8O?( z8HF2oJb#s*aoVY+$sc&bJj1YoUHqfSo4{ln*7GyB z-Qr*{6%+ZmAgMR^|4jKym?$yt8w%ZysA?y6tOTav8%JzJ{Bu2D=&3#1Fh-nsGPT zVD_uX?40T*T}UwH=5I{BE_M4}(&=@k%ih>2Kt<&@gGBApPOmfFR(s}HGsvc9MjOTi z9%hDOh6Fx_Gme6vLq2Zq4R?#%rS7F6&|<#ALBF$V@uegk+r@QnCib|6PFuD`OG00< zX7bUM4yxxSwY*W?((=bFnX~HV1ugA`FRSKEQaKg*EPCUf1D>%VtDZEtsZ2Xo=M^O~ zS8jV|*|$>~cM^p1dbb#dIOWAS7q`oqKX!B5<$ld^<&V0)c}LeI7G8T0c_vD)F6>}s znEcte1fQ7TKjE5d_kQ@?d%iyM&tK`gXRQQX%7pn`GaM5`XPXG$6j;OXDnu#zgV+D` zE7Ro{&eE&1swxW$>sWS6Wua5RSKm85TlOr`5%<(pn)zUfQ1LXkw-HUBjkMkuTw4}% zB;?W0Ct-6GmoMM<9Uu`Mdjn_Lcve`)AGl z=iFBvA4++a-!|=hze6Ktxr@pAqmzPWP1RdIdrs-4S%3D{G+sL@=9#S}KP&p?X^DL8 zLsO@Pa6FY*^r=h0=HBZL8Nt^_PPcbTn=G|ix9@5a`xe#DE|Jmiq8LAgKYeBMJ$&!K zg`1?VrN-)B@v<-1pY*j};e6De%Wv(?>m&YDXw(^sr#Ed|tkx^-D>yMqH*7+)nuq+Z zlb;_av}~7{za(Dj`t_&Rj_wjv&ur$KHMib6Uv$w2rPW8j&iGVwib>?j;nM%BZ@TmE zt9x9{-#Y#2p69{3td~#Rzk4?>yx-aW-!~3l-M#mJeQG}c?%&@B=k`8av|CBNaqG0r zW-phWuGV>*lC>^v+vR3IrHQ|)_gtRO6_lGdL2GJoZ}?NSNz(#Xx<;?sWn}uleRqQ7 z*-&env`AGy{wE2>_qYQ$T>GD4z$9n2^XkK-t;@Td^Y*MQo428)_36~Ez<=LQEBw6E zC3U;gwc#{t+D;dwRCllu~PBZRQ8|NQ{L%&eh8hk<=1zk(9}~^(HFw% zL#`g)T*VdJx%2ZfnW9vSJug;mJeaMMSo7+H?#IrF_kMkSx4c|#-NX0i?%aM?SG}$I z;u$v2Nnaz5P4TFl_dw}1_sb8SMQ7$=XM>K9MQV~2mwf@)t58I6+?tcF-vF6?D z=bu0Cp1+{R<`3`9laG(fS#4ApdAm(}H{;I>Pt+mbdT;J#BX-&@zWx0NJ$%kp*mn>T?cSw_g0RVg` B!i4|; literal 1567 zcmb2|=3oGW|95BX&X;kOIbQ$!%Uesvc8i9J2)zcjDHjwY7yM|Q>mcVYKxO#(9nI=X~9*{UXJd=^&-bZ~Z_thI>Sc(-}^x61r-pj;~4D)@K}>L)RLbnoMguw(jHUHA&l6nUMaw*6S&T0!TfD^Ksfbj48HS9bHID~8rmHh!Z0 zk!uUHJ}osV-TE->QHVM&sH*L*X97z`60q*2Ih29MkEKKAW7C@kXkb zQMB&t#Vd1{noMh3)^~hO*Fza!+082t=42Vn?mzJ6T80j`?+eQf=!7cvH1U!LY0E34%jJbxB%ou+TFzPX{cZ}5I|LusiqZER4} zq|Pj3+x(N`OzGD(CcefCPkw({lX=bL>@>CeQc%8##5%xKo#4OA;JuSCL^d?{FE#!XFb4em@)y=8f6AYC! zyZ%mkIB zDWQBZ?Q!h#^sARHn1Y_?noevV|z8ib-qhLJj@;2?rnN<}aP{@!$U& z^DiGf^Y3};Renw0^P)@Z*GVr^(j4&HJrNe#-G%&NfzrKANBZf9vnZpVEatp86Q9WZ3uOLb}G=hab0n zHTO2--*ehTMeyL7p8ec;FMsRD&#ftVKl^(9h6B5`CPh5+ave*I>^Q}HRz4SR(`0Tsk%db284^8m+ zyt&c%!I7h15(K#Qy9Dz^RysJ=v$IAlxph-yvr4YB_QB3I>tdeOTk+i9Ai^WD@TZg~ zzsm;=>BvmWWsmEBODgzkh_N;Eahgvu-l%ZvObMi{ZXY;ig^-tyMm=_MIpUQd#t)GVo4(oYag6ze{b79+uyh6^Ub;8Sh&ZxWj52w zFUR-#oIc?HUa;Txl=rEXnUPQbI_~M8$++BlQC5qs&YRf7^Z7Uqy9S>uE_*alMu=^W z$lM!>2mi&Xt-s2&S5-OAY%%jY)}Ew$_jknqS#n*n{QLU*-@6uHx7QQAwtpXYs?8hO z!V`zv#cZw$Itv|*e)LJ|QexD%f19)3{kEO-*y7lxEh|<`2wyFJ&B!hDNqh6AJ-QKd z7YhsPe@Wdq)%Ei&naKG?@lRG{OlLg2v?8^y;?D7T|Rb{K}icn3;ykos-{hy?e n>g(3h^06Q9-@Q9EOe|HfMq{#4_17ojALQFkMyGj5F)#oCs5u8E diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub4.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub4.nbt index 3626a9cba706f13158f9f3ab5f497324fa7d0c78..4376d887bc2a491237dc38b792382eb3f4c11835 100644 GIT binary patch literal 1231 zcmb2|=3oGW|95Ae&AaU;(%Nosyhz2mb1{p?1)be5wPLGpFIv4o1gicy|r{MGh3i9f6^f z!h3iQFKMtgoP&m{*>(sY-id~uV^O%9?M~-Ibj150l|i4mLh``rp30^C-#=`AxW;|P z;>fHy6aUSd$NRoFXO1VM8nZ;^e0OW`e+k%HHLJli4E_c>V$HnXL@+!(1`y{u&J*%`l;dA7UH z+-R3I=i$8XKdN*MPRcH3IL48!_*7!U`6LVP{_3YZ&U1qsPBJ{pm?oKSGI?@e?0okb zED09tMLu{P-y@eOpr5zb=zuo!9-{@tY$fL!x1MM`XL(_!M4oQZ0dMBbCI;Tjn|TaQ zGgyAyDp1t%&`Ma@_C0svUZDm4OkX_bU2v}|6FXEpgDFn)!Bj9|chLKmuu6H-l3M2? z^|oSlw_DLFn&-8j?dqa#otvtC-z4wq?`;9U7O$TbC%Sfh_U<*Y z3qS4szP0N3oU5W)`&LRtPv0IJ_kLBuf~~Xv)uh_*ycDKrk^ko0%I*BgdV151P5)kO zFS>ubb~)G7u>ej?ef#F>MccTZ|7*j}Uo5qHSG9fJPOHBUYX4`y`QKgqx_1Z7ZvN|EQkd-|30J;iul%>DyjMSI2GLr};fp#+%+g{P5_54Y@J37C(HmSN}Q{SN{C=wYcfC3-WG;&5wD1 zE%j}9-Sety|NYi3x!LuiZBzVTS{CW@AKz!IQf?i6JvBC0|5s6D{H{$|*QP)85WTi! z+wQ*!JvVQJZaKUD5VP>5L;Zd)eJi?d{XWSbmLOpCJ@@IX4G*T~Ur|w;I{ml4&EAZf z+wn4U|9?0s7q|Lf)%z(gn>_aTJ`aC*EjxSv-Cd;x8%v+FEsDRj_Ve`SJpbJ$=kCSM mTB&s?fAxtwdu3-G?|pB6y-YAUo(fn*^e>!OESs@E&{aTGelD4UlW=jX}XeCPF( z|Ht~m8*|pp%-(;yaPqf_Kc9cEl-s{eJeSR&HRiLu4s*l5;z#@Z7e;VJ-hVN(Hp^Jy zR>0vm=gZu#dA?QK(a-b9=ida+KRlcUCz-c4dj9q4N-$z6eq#CASmL~ELT!+X-fT=1yz7l9JAUNdv%42f5kaor_=aU-w?dJii(buPADmry%rxKRuI$^7 zm;P^;ic7k-(*E^@>o3hU&z`?$Kj&-LSJBIE{Ilftu8h21eq-W=Gx{NWj=0YK9q$x( zE^+3eC5xLR5C8gKx_6W6{_m>iU#wbmOJmmquWh03(P{^H_et{>&GtH*@Xh&TpXTA2 zU*}!EALG2KJ@J~m>&_b&_r{rYy<5F?!Lpz~(!8PJKm{Z+qeQb@5Ri_(%iP@(c7$S_Z@FL7tGF630{+VH~LKZw*xn_ zzD;C|`oC7GU)`E_n?L;0|HI6#b4ci;C<6lk;d{ft diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_workshop.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_workshop.nbt index eae1ee94c7c9aae7ce07c910bdb6322b1a0beb6c..d075d739810be863f8d04fa1445d4fd65a131adc 100644 GIT binary patch literal 2839 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 Date: Fri, 6 Jun 2025 00:38:18 +0100 Subject: [PATCH 03/10] tweaks to the asurine geode because it seems to cause chunk errors sometimes --- .../configured_feature/moon/asurine/asurine_geode.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine_geode.json b/kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine_geode.json index b1af3e761..dea5aa9b8 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine_geode.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine_geode.json @@ -59,8 +59,8 @@ "middle_layer": 3.1, "outer_layer": 4.0 }, - "max_gen_offset": 24, - "min_gen_offset": -24, + "max_gen_offset": 36, + "min_gen_offset": -36, "noise_multiplier": 0.05, "outer_wall_distance": { "type": "minecraft:uniform", From 06745eb9407326fbbe54367787ea07624e9a350e Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 00:40:49 +0100 Subject: [PATCH 04/10] added rabbits to all neutral/sparse biomes, removed from all dense ones --- .../tfg/worldgen/biome/moon/lunar_asurine_sparse.json | 9 ++++++++- .../data/tfg/worldgen/biome/moon/lunar_chorus_dense.json | 9 +-------- .../data/tfg/worldgen/biome/moon/lunar_corals_dense.json | 9 +-------- .../data/tfg/worldgen/biome/moon/lunar_lights_dense.json | 9 +-------- kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json | 9 ++++++++- kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json | 9 ++++++++- 6 files changed, 27 insertions(+), 27 deletions(-) diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json index f438403d1..2b5613c61 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json @@ -56,7 +56,14 @@ "spawners": { "ambient": [], "axolotls": [], - "creature": [], + "creature": [ + { + "type": "minecraft:rabbit", + "maxCount": 1, + "minCount": 1, + "weight": 80 + } + ], "misc": [], "monster": [ { diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json index 1f3785005..e533bbc22 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json @@ -53,14 +53,7 @@ "spawners": { "ambient": [], "axolotls": [], - "creature": [ - { - "type": "minecraft:rabbit", - "maxCount": 1, - "minCount": 1, - "weight": 10 - } - ], + "creature": [], "misc": [], "monster": [ { diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json index 8091a9f89..8fe38ba61 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json @@ -54,14 +54,7 @@ "spawners": { "ambient": [], "axolotls": [], - "creature": [ - { - "type": "minecraft:rabbit", - "maxCount": 1, - "minCount": 1, - "weight": 20 - } - ], + "creature": [], "misc": [], "monster": [ { diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json index 507fa2074..b1a39c554 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json @@ -67,14 +67,7 @@ "spawners": { "ambient": [], "axolotls": [], - "creature": [ - { - "type": "minecraft:rabbit", - "maxCount": 1, - "minCount": 1, - "weight": 80 - } - ], + "creature": [], "misc": [], "monster": [ { diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json index afc91da7d..9a82091fc 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -54,7 +54,14 @@ "spawners": { "ambient": [], "axolotls": [], - "creature": [], + "creature": [ + { + "type": "minecraft:rabbit", + "maxCount": 1, + "minCount": 1, + "weight": 80 + } + ], "misc": [], "monster": [ { diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json index b36d866c4..05376d170 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json @@ -67,7 +67,14 @@ "spawners": { "ambient": [], "axolotls": [], - "creature": [], + "creature": [ + { + "type": "minecraft:rabbit", + "maxCount": 1, + "minCount": 1, + "weight": 80 + } + ], "misc": [], "monster": [ { From 97f41f827a7da0f3ccc9342ffbc12516e55662c9 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 01:20:42 +0100 Subject: [PATCH 05/10] remove cheese block --- kubejs/startup_scripts/ad_astra/constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/kubejs/startup_scripts/ad_astra/constants.js b/kubejs/startup_scripts/ad_astra/constants.js index 24849280d..e754b6df6 100644 --- a/kubejs/startup_scripts/ad_astra/constants.js +++ b/kubejs/startup_scripts/ad_astra/constants.js @@ -18,6 +18,7 @@ global.AD_ASTRA_DISABLED_ITEMS = 'ad_astra:cryo_freezer', 'ad_astra:wrench', 'ad_astra:cheese', + 'ad_astra:cheese_block', 'ad_astra:iron_plate', 'ad_astra:iron_rod', 'ad_astra:steel_ingot', From 5b53862047c6a52239a901228e73eec565bfc98c Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 01:21:01 +0100 Subject: [PATCH 06/10] mobs for moon biomes --- .../biome/moon/lunar_asurine_dense.json | 12 +++---- .../biome/moon/lunar_asurine_sparse.json | 18 ++++++---- .../biome/moon/lunar_chorus_dense.json | 36 ++++++++----------- .../biome/moon/lunar_chorus_sparse.json | 26 ++++++++++---- .../biome/moon/lunar_corals_dense.json | 26 ++++---------- .../biome/moon/lunar_corals_sparse.json | 20 +++++++---- .../biome/moon/lunar_lights_dense.json | 26 ++++++-------- .../biome/moon/lunar_lights_sparse.json | 16 ++++----- .../tfg/worldgen/biome/moon/lunar_plains.json | 18 ++++++---- .../tfg/worldgen/biome/moon/lunar_sands.json | 18 ++++++---- 10 files changed, 114 insertions(+), 102 deletions(-) diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json index 47c00416f..e10d64e77 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json @@ -59,22 +59,22 @@ "misc": [], "monster": [ { - "type": "ad_astra:star_crawler", + "type": "ad_astra:corrupted_lunarian", "maxCount": 4, "minCount": 2, "weight": 100 }, { - "type": "ad_astra:corrupted_lunarian", - "maxCount": 1, + "type": "minecraft:skeleton", + "maxCount": 2, "minCount": 1, - "weight": 20 + "weight": 100 }, { "type": "minecraft:enderman", "maxCount": 1, "minCount": 1, - "weight": 20 + "weight": 10 }, { "type": "minecraft:endermite", @@ -89,7 +89,7 @@ "weight": 100 }, { - "type": "endermanoverhaul:soulsand_valley_enderman", + "type": "endermanoverhaul:windswept_hills_enderman", "maxCount": 1, "minCount": 1, "weight": 10 diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json index 2b5613c61..77e5bc386 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json @@ -68,15 +68,21 @@ "monster": [ { "type": "ad_astra:star_crawler", + "maxCount": 1, + "minCount": 1, + "weight": 10 + }, + { + "type": "ad_astra:corrupted_lunarian", "maxCount": 4, "minCount": 2, "weight": 100 }, { - "type": "ad_astra:corrupted_lunarian", - "maxCount": 1, + "type": "minecraft:skeleton", + "maxCount": 2, "minCount": 1, - "weight": 20 + "weight": 100 }, { "type": "minecraft:enderman", @@ -88,7 +94,7 @@ "type": "minecraft:endermite", "maxCount": 4, "minCount": 2, - "weight": 10 + "weight": 20 }, { "type": "species:limpet", @@ -97,10 +103,10 @@ "weight": 100 }, { - "type": "endermanoverhaul:soulsand_valley_enderman", + "type": "endermanoverhaul:windswept_hills_enderman", "maxCount": 1, "minCount": 1, - "weight": 10 + "weight": 20 } ], "underground_water_creature": [], diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json index e533bbc22..5cf8808ff 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json @@ -56,29 +56,11 @@ "creature": [], "misc": [], "monster": [ - { - "type": "ad_astra:star_crawler", - "maxCount": 1, - "minCount": 1, - "weight": 20 - }, - { - "type": "ad_astra:corrupted_lunarian", - "maxCount": 4, - "minCount": 2, - "weight": 100 - }, { "type": "minecraft:enderman", - "maxCount": 1, + "maxCount": 3, "minCount": 1, - "weight": 10 - }, - { - "type": "minecraft:endermite", - "maxCount": 4, - "minCount": 2, - "weight": 10 + "weight": 100 }, { "type": "species:limpet", @@ -90,7 +72,19 @@ "type": "endermanoverhaul:windswept_hills_enderman", "maxCount": 1, "minCount": 1, - "weight": 50 + "weight": 20 + }, + { + "type": "endermanoverhaul:end_enderman", + "maxCount": 1, + "minCount": 1, + "weight": 100 + }, + { + "type": "endermanoverhaul:end_islands_enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 } ], "underground_water_creature": [], diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json index 4c35f3d2f..de25effb0 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json @@ -69,20 +69,20 @@ "type": "ad_astra:star_crawler", "maxCount": 1, "minCount": 1, - "weight": 20 + "weight": 10 }, { "type": "ad_astra:corrupted_lunarian", - "maxCount": 4, - "minCount": 2, - "weight": 100 - }, - { - "type": "minecraft:enderman", "maxCount": 1, "minCount": 1, "weight": 10 }, + { + "type": "minecraft:skeleton", + "maxCount": 1, + "minCount": 1, + "weight": 5 + }, { "type": "minecraft:endermite", "maxCount": 4, @@ -100,6 +100,18 @@ "maxCount": 1, "minCount": 1, "weight": 50 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 100 + }, + { + "type": "endermanoverhaul:end_enderman", + "maxCount": 1, + "minCount": 1, + "weight": 100 } ], "underground_water_creature": [], diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json index 8fe38ba61..b3057eb29 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json @@ -59,38 +59,26 @@ "monster": [ { "type": "ad_astra:star_crawler", - "maxCount": 3, - "minCount": 1, + "maxCount": 4, + "minCount": 2, "weight": 100 }, - { - "type": "ad_astra:corrupted_lunarian", - "maxCount": 3, - "minCount": 1, - "weight": 100 - }, - { - "type": "minecraft:enderman", - "maxCount": 1, - "minCount": 1, - "weight": 50 - }, { "type": "minecraft:endermite", "maxCount": 3, "minCount": 1, - "weight": 20 + "weight": 10 }, { "type": "species:limpet", - "maxCount": 2, - "minCount": 1, + "maxCount": 4, + "minCount": 2, "weight": 100 }, { "type": "endermanoverhaul:windswept_hills_enderman", - "maxCount": 1, - "minCount": 1, + "maxCount": 4, + "minCount": 2, "weight": 100 } ], diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json index 6b75ee0b4..2b9ed907c 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json @@ -67,27 +67,33 @@ "monster": [ { "type": "ad_astra:star_crawler", - "maxCount": 3, - "minCount": 1, + "maxCount": 4, + "minCount": 2, "weight": 100 }, { "type": "ad_astra:corrupted_lunarian", - "maxCount": 3, + "maxCount": 2, "minCount": 1, - "weight": 100 + "weight": 50 + }, + { + "type": "minecraft:skeleton", + "maxCount": 2, + "minCount": 1, + "weight": 50 }, { "type": "minecraft:enderman", "maxCount": 1, "minCount": 1, - "weight": 50 + "weight": 20 }, { "type": "minecraft:endermite", "maxCount": 3, "minCount": 1, - "weight": 20 + "weight": 10 }, { "type": "species:limpet", @@ -97,7 +103,7 @@ }, { "type": "endermanoverhaul:windswept_hills_enderman", - "maxCount": 1, + "maxCount": 3, "minCount": 1, "weight": 100 } diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json index b1a39c554..df5f63dfa 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json @@ -78,9 +78,15 @@ }, { "type": "ad_astra:corrupted_lunarian", - "maxCount": 1, + "maxCount": 2, "minCount": 1, - "weight": 20 + "weight": 30 + }, + { + "type": "minecraft:skeleton", + "maxCount": 2, + "minCount": 1, + "weight": 30 }, { "type": "species:limpet", @@ -92,25 +98,13 @@ "type": "minecraft:enderman", "maxCount": 1, "minCount": 1, - "weight": 20 - }, - { - "type": "minecraft:endermite", - "maxCount": 4, - "minCount": 2, "weight": 10 }, { - "type": "endermanoverhaul:windswept_hills_enderman", - "maxCount": 1, + "type": "endermanoverhaul:soulsand_valley_enderman", + "maxCount": 2, "minCount": 1, "weight": 20 - }, - { - "type": "endermanoverhaul:soulsand_valley_enderman", - "maxCount": 1, - "minCount": 1, - "weight": 5 } ], "underground_water_creature": [], diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json index 05f7745fa..c19e7eaa3 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json @@ -88,7 +88,13 @@ "type": "ad_astra:corrupted_lunarian", "maxCount": 1, "minCount": 1, - "weight": 20 + "weight": 10 + }, + { + "type": "minecraft:skeleton", + "maxCount": 1, + "minCount": 1, + "weight": 10 }, { "type": "species:limpet", @@ -102,12 +108,6 @@ "minCount": 1, "weight": 20 }, - { - "type": "minecraft:endermite", - "maxCount": 4, - "minCount": 2, - "weight": 10 - }, { "type": "endermanoverhaul:windswept_hills_enderman", "maxCount": 1, @@ -118,7 +118,7 @@ "type": "endermanoverhaul:soulsand_valley_enderman", "maxCount": 1, "minCount": 1, - "weight": 5 + "weight": 20 } ], "underground_water_creature": [], diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json index 9a82091fc..76cd1ec68 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -66,15 +66,21 @@ "monster": [ { "type": "ad_astra:star_crawler", - "maxCount": 4, - "minCount": 2, + "maxCount": 3, + "minCount": 1, "weight": 100 }, { "type": "ad_astra:corrupted_lunarian", - "maxCount": 1, + "maxCount": 3, "minCount": 1, - "weight": 20 + "weight": 100 + }, + { + "type": "minecraft:skeleton", + "maxCount": 3, + "minCount": 1, + "weight": 100 }, { "type": "minecraft:enderman", @@ -95,10 +101,10 @@ "weight": 100 }, { - "type": "endermanoverhaul:soulsand_valley_enderman", + "type": "endermanoverhaul:windswept_hills_enderman", "maxCount": 1, "minCount": 1, - "weight": 10 + "weight": 20 } ], "underground_water_creature": [], diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json index 05376d170..46c88c1c8 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json @@ -79,15 +79,21 @@ "monster": [ { "type": "ad_astra:star_crawler", - "maxCount": 4, - "minCount": 2, + "maxCount": 3, + "minCount": 1, "weight": 100 }, { "type": "ad_astra:corrupted_lunarian", - "maxCount": 1, + "maxCount": 3, "minCount": 1, - "weight": 20 + "weight": 100 + }, + { + "type": "minecraft:skeleton", + "maxCount": 3, + "minCount": 1, + "weight": 100 }, { "type": "minecraft:enderman", @@ -108,10 +114,10 @@ "weight": 100 }, { - "type": "endermanoverhaul:soulsand_valley_enderman", + "type": "endermanoverhaul:windswept_hills_enderman", "maxCount": 1, "minCount": 1, - "weight": 10 + "weight": 20 } ], "underground_water_creature": [], From 6e32e5974f90838327fefa98b59d909182ee8994 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 01:21:49 +0100 Subject: [PATCH 07/10] loot tables and tags for moon endermen --- .../loot_tables/entities/end_enderman.json | 45 +++++++++++++++++++ .../entities/end_islands_enderman.json | 30 +++++++++++++ .../entities/soulsand_valley_enderman.json | 41 +++++++++++++++++ .../entities/windswept_hills_enderman.json | 41 +++++++++++++++++ kubejs/server_scripts/ad_astra/tags.js | 8 +++- 5 files changed, 164 insertions(+), 1 deletion(-) create mode 100644 kubejs/data/endermanoverhaul/loot_tables/entities/end_enderman.json create mode 100644 kubejs/data/endermanoverhaul/loot_tables/entities/end_islands_enderman.json create mode 100644 kubejs/data/endermanoverhaul/loot_tables/entities/soulsand_valley_enderman.json create mode 100644 kubejs/data/endermanoverhaul/loot_tables/entities/windswept_hills_enderman.json diff --git a/kubejs/data/endermanoverhaul/loot_tables/entities/end_enderman.json b/kubejs/data/endermanoverhaul/loot_tables/entities/end_enderman.json new file mode 100644 index 000000000..4ce0c5338 --- /dev/null +++ b/kubejs/data/endermanoverhaul/loot_tables/entities/end_enderman.json @@ -0,0 +1,45 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "endermanoverhaul:corrupted_pearl" + }, + { + "type": "minecraft:item", + "name": "endermanoverhaul:soul_pearl" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "minecraft:chorus_fruit" + }, + { + "type": "minecraft:item", + "name": "tfg:lunar_chorus_flower" + } + ], + "rolls": 2.0 + } + ], + "random_sequence": "endermanoverhaul:entities/soulsand_valley_enderman" +} \ No newline at end of file diff --git a/kubejs/data/endermanoverhaul/loot_tables/entities/end_islands_enderman.json b/kubejs/data/endermanoverhaul/loot_tables/entities/end_islands_enderman.json new file mode 100644 index 000000000..7d6f58110 --- /dev/null +++ b/kubejs/data/endermanoverhaul/loot_tables/entities/end_islands_enderman.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "endermanoverhaul:ancient_pearl" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "endermanoverhaul:corrupted_pearl" + }, + { + "type": "minecraft:item", + "name": "endermanoverhaul:soul_pearl" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "endermanoverhaul:entities/soulsand_valley_enderman" +} \ No newline at end of file diff --git a/kubejs/data/endermanoverhaul/loot_tables/entities/soulsand_valley_enderman.json b/kubejs/data/endermanoverhaul/loot_tables/entities/soulsand_valley_enderman.json new file mode 100644 index 000000000..5cd23cb7a --- /dev/null +++ b/kubejs/data/endermanoverhaul/loot_tables/entities/soulsand_valley_enderman.json @@ -0,0 +1,41 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "endermanoverhaul:corrupted_pearl" + }, + { + "type": "minecraft:item", + "name": "endermanoverhaul:soul_pearl" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "minecraft:chorus_fruit" + } + ], + "rolls": 2.0 + } + ], + "random_sequence": "endermanoverhaul:entities/soulsand_valley_enderman" +} \ No newline at end of file diff --git a/kubejs/data/endermanoverhaul/loot_tables/entities/windswept_hills_enderman.json b/kubejs/data/endermanoverhaul/loot_tables/entities/windswept_hills_enderman.json new file mode 100644 index 000000000..238199e52 --- /dev/null +++ b/kubejs/data/endermanoverhaul/loot_tables/entities/windswept_hills_enderman.json @@ -0,0 +1,41 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:ender_pearl" + }, + { + "type": "minecraft:item", + "name": "endermanoverhaul:summoner_pearl" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "minecraft:chorus_fruit" + } + ], + "rolls": 2.0 + } + ], + "random_sequence": "endermanoverhaul:entities/windswept_hills_enderman" +} \ No newline at end of file diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index 292a75f4d..112da387f 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -176,10 +176,13 @@ const registerAdAstraEntityTypeTags = (event) => { 'minecraft:endermite', 'minecraft:shulker', 'minecraft:shulker_bullet', + 'minecraft:skeleton', 'species:limpet', 'endermanoverhaul:windswept_hills_enderman', 'endermanoverhaul:soulsand_valley_enderman', - 'endermanoverhaul:spirit' + 'endermanoverhaul:spirit', + 'endermanoverhaul:end_enderman', + 'endermanoverhaul:end_islands_enderman' ] MOON_ENTITIES.forEach(entity => { @@ -189,8 +192,11 @@ const registerAdAstraEntityTypeTags = (event) => { }) event.add('tfc:deals_crushing_damage', 'minecraft:enderman') + event.add('tfc:deals_crushing_damage', 'minecraft:skeleton') event.add('tfc:deals_crushing_damage', 'endermanoverhaul:windswept_hills_enderman') event.add('tfc:deals_crushing_damage', 'endermanoverhaul:soulsand_valley_enderman') + event.add('tfc:deals_crushing_damage', 'endermanoverhaul:end_enderman') + event.add('tfc:deals_crushing_damage', 'endermanoverhaul:end_islands_enderman') event.add('tfc:deals_piercing_damage', 'minecraft:endermite') event.add('tfc:deals_crushing_damage', 'ad_astra:star_crawler') } From 9579a7b52d66082f1672c2cef1adce1637391712 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 01:22:11 +0100 Subject: [PATCH 08/10] item sizes for ad astra --- kubejs/server_scripts/ad_astra/data.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 kubejs/server_scripts/ad_astra/data.js diff --git a/kubejs/server_scripts/ad_astra/data.js b/kubejs/server_scripts/ad_astra/data.js new file mode 100644 index 000000000..e55b02f3f --- /dev/null +++ b/kubejs/server_scripts/ad_astra/data.js @@ -0,0 +1,13 @@ +// priority: 0 + +function registerTFCDataForAdAstra(event) { + + event.itemSize('ad_astra:tier_1_rocket', 'huge', 'very_heavy') + event.itemSize('ad_astra:tier_2_rocket', 'huge', 'very_heavy') + event.itemSize('ad_astra:tier_3_rocket', 'huge', 'very_heavy') + event.itemSize('ad_astra:tier_4_rocket', 'huge', 'very_heavy') + + event.itemSize('ad_astra:tier_1_rover', 'very_large', 'very_heavy') + + event.itemSize('ad_astra:launch_pad', 'very_large', 'very_heavy') +} \ No newline at end of file From 07f984c288df8c80d0d063a8a39f18a9ce990e60 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 01:22:48 +0100 Subject: [PATCH 09/10] yumy popped chorus fruit (needs a cooking recipe) --- kubejs/server_scripts/main_server_script.js | 1 + kubejs/server_scripts/minecraft/tags.js | 4 ++++ kubejs/server_scripts/tfc/data.js | 7 ++++++- kubejs/server_scripts/tfg/tags.js | 7 +++---- kubejs/startup_scripts/minecraft/constants.js | 1 - 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/kubejs/server_scripts/main_server_script.js b/kubejs/server_scripts/main_server_script.js index e17810375..d1551b0f9 100644 --- a/kubejs/server_scripts/main_server_script.js +++ b/kubejs/server_scripts/main_server_script.js @@ -136,6 +136,7 @@ ServerEvents.highPriorityData(event => { * Срабатывает до инициализации рецептов, но после тегов. */ TFCEvents.data(event => { + registerTFCDataForAdAstra(event); registerTFCDataForArborFirmaCraft(event) registerTFCDataForChalk(event); registerTFCDataForGTCEU(event) diff --git a/kubejs/server_scripts/minecraft/tags.js b/kubejs/server_scripts/minecraft/tags.js index 6363b026b..176298a32 100644 --- a/kubejs/server_scripts/minecraft/tags.js +++ b/kubejs/server_scripts/minecraft/tags.js @@ -29,11 +29,13 @@ const registerMinecraftItemTags = (event) => { event.add('tfc:foods', 'minecraft:brown_mushroom') event.add('tfc:foods', 'minecraft:glow_berries') event.add('tfc:foods', 'minecraft:chorus_fruit') + event.add('tfc:foods', 'minecraft:popped_chorus_fruit') event.add('tfc:foods/vegetables', 'minecraft:red_mushroom') event.add('tfc:foods/vegetables', 'minecraft:brown_mushroom') event.add('tfc:foods/fruits', 'minecraft:glow_berries') event.add('tfc:foods/fruits', 'minecraft:chorus_fruit') + event.add('tfc:foods/fruits', 'minecraft:popped_chorus_fruit') event.add('beneath:usable_in_juicer', 'minecraft:glow_berries') event.add('beneath:usable_in_juicer', 'minecraft:chorus_fruit') @@ -44,11 +46,13 @@ const registerMinecraftItemTags = (event) => { event.add('tfc:foods/usable_in_soup', 'minecraft:brown_mushroom') event.add('tfc:foods/usable_in_soup', 'minecraft:glow_berries') event.add('tfc:foods/usable_in_soup', 'minecraft:chorus_fruit') + event.add('tfc:foods/usable_in_soup', 'minecraft:popped_chorus_fruit') event.add('tfc:foods/usable_in_salad', 'minecraft:red_mushroom') event.add('tfc:foods/usable_in_salad', 'minecraft:brown_mushroom') event.add('tfc:foods/usable_in_salad', 'minecraft:glow_berries') event.add('tfc:foods/usable_in_salad', 'minecraft:chorus_fruit') + event.add('tfc:foods/usable_in_salad', 'minecraft:popped_chorus_fruit') event.add('tfc:rock/raw', 'minecraft:deepslate') event.add('tfc:rock/raw', 'minecraft:blackstone') diff --git a/kubejs/server_scripts/tfc/data.js b/kubejs/server_scripts/tfc/data.js index a363a9d44..227a3fe7b 100644 --- a/kubejs/server_scripts/tfc/data.js +++ b/kubejs/server_scripts/tfc/data.js @@ -251,10 +251,15 @@ const registerTFCFoodData = (event) => { event.foodItem('minecraft:chorus_fruit', food => { food.hunger(1.5) - food.fruit(1) + food.fruit(2) food.water(5) }) + event.foodItem('minecraft:popped_chorus_fruit', food => { + food.hunger(2) + food.fruit(3) + food.decayModifier(0.5) + }) event.foodItem('minecraft:red_mushroom', food => { food.hunger(1.5) diff --git a/kubejs/server_scripts/tfg/tags.js b/kubejs/server_scripts/tfg/tags.js index 30f9910aa..70415afb0 100644 --- a/kubejs/server_scripts/tfg/tags.js +++ b/kubejs/server_scripts/tfg/tags.js @@ -279,10 +279,9 @@ const registerTFGBlockTags = (event) => { // #region Space blocks (TODO: undo these when merging space into dev!) - event.add('c:hidden_from_recipe_viewers', 'tfg:lunar_roots') - event.add('c:hidden_from_recipe_viewers', 'tfg:lunar_sprouts') - event.add('c:hidden_from_recipe_viewers', 'tfg:lunar_chorus_plant') - event.add('c:hidden_from_recipe_viewers', 'tfg:lunar_chorus_flower') + event.add('tfc:plants', 'tfg:lunar_roots') + event.add('tfc:plants', 'tfg:lunar_sprouts') + event.add('tfc:plants', 'tfg:lunar_chorus_flower') // #endregion } diff --git a/kubejs/startup_scripts/minecraft/constants.js b/kubejs/startup_scripts/minecraft/constants.js index 8757518ca..514ed3530 100644 --- a/kubejs/startup_scripts/minecraft/constants.js +++ b/kubejs/startup_scripts/minecraft/constants.js @@ -617,7 +617,6 @@ global.MINECRAFT_DISABLED_ITEMS = [ 'minecraft:honey_bottle', 'minecraft:honeycomb_block', 'minecraft:honey_block', - 'minecraft:popped_chorus_fruit', 'minecraft:purpur_pillar', 'minecraft:purpur_block', 'minecraft:purpur_stairs', From c3b0ef64631425333b012239710db835b9e1cef1 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 01:34:38 +0100 Subject: [PATCH 10/10] biome tweaks again --- kubejs/data/ad_astra/dimension/moon.json | 32 ++++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/kubejs/data/ad_astra/dimension/moon.json b/kubejs/data/ad_astra/dimension/moon.json index ea2ff61f2..cdaf9dcea 100644 --- a/kubejs/data/ad_astra/dimension/moon.json +++ b/kubejs/data/ad_astra/dimension/moon.json @@ -11,9 +11,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ 0.5, 1 ], + "continentalness": [ 0.4, 1 ], "erosion": 0, - "weirdness": [ 0.5, 1 ], + "weirdness": [ 0.4, 1 ], "depth": 0, "offset": 0 } @@ -23,9 +23,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ 0.2, 0.5 ], + "continentalness": [ 0.2, 0.4 ], "erosion": 0, - "weirdness": [ 0.2, 0.5 ], + "weirdness": [ 0.2, 0.4 ], "depth": 0, "offset": 0 } @@ -35,9 +35,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ 0.5, 1 ], + "continentalness": [ 0.4, 1 ], "erosion": 0, - "weirdness": [ -1, -0.5 ], + "weirdness": [ -1, -0.4 ], "depth": 0, "offset": 0 } @@ -47,9 +47,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ 0.2, 0.5 ], + "continentalness": [ 0.2, 0.4 ], "erosion": 0, - "weirdness": [ -0.5, -0.2 ], + "weirdness": [ -0.4, -0.2 ], "depth": 0, "offset": 0 } @@ -83,9 +83,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ -0.5, -0.2 ], + "continentalness": [ -0.4, -0.2 ], "erosion": 0, - "weirdness": [ -0.5, -0.2 ], + "weirdness": [ -0.4, -0.2 ], "depth": 0, "offset": 0 } @@ -95,9 +95,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ -1, -0.5 ], + "continentalness": [ -1, -0.4 ], "erosion": 0, - "weirdness": [ -1, -0.5 ], + "weirdness": [ -1, -0.4 ], "depth": 0, "offset": 0 } @@ -107,9 +107,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ -0.5, -0.2 ], + "continentalness": [ -0.4, -0.2 ], "erosion": 0, - "weirdness": [ 0.2, 0.5 ], + "weirdness": [ 0.2, 0.4 ], "depth": 0, "offset": 0 } @@ -119,9 +119,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ -1, -0.5 ], + "continentalness": [ -1, -0.4 ], "erosion": 0, - "weirdness": [ 0.5, 1 ], + "weirdness": [ 0.4, 1 ], "depth": 0, "offset": 0 }